-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26783c9
commit eb3acd1
Showing
117 changed files
with
3,217 additions
and
4,635 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v16.15.1 | ||
v18.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
registry=https://registry.npmjs.org/ | ||
registry=https://registry.npmjs.org/ | ||
legacy-peer-deps=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
module.exports = (ctx) => ({ | ||
map: ctx.options.map, | ||
plugins: { | ||
"postcss-import": {}, | ||
"postcss-color-function":{}, | ||
"postcss-custom-properties": {}, | ||
"autoprefixer": {}, | ||
"cssnano": ctx.options.map ? {} : false, | ||
}, | ||
}); | ||
export default (ctx) => { | ||
return { | ||
map: ctx.options?.map, | ||
plugins: { | ||
"postcss-import": {}, | ||
"postcss-color-function": {}, | ||
"postcss-custom-properties": {}, | ||
"autoprefixer": {}, | ||
"cssnano": ctx.options?.map ? {} : false, | ||
}, | ||
}; | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"lineWidth": 120, | ||
"indentWidth": 4, | ||
"typescript": {}, | ||
"json": {}, | ||
"markdown": {}, | ||
"includes": [ | ||
"*.{ts,tsx,js,jsx,cjs,mjs,json,md}" | ||
], | ||
"excludes": [ | ||
"**/node_modules", | ||
"**/*-lock.json", | ||
"build" | ||
], | ||
"plugins": [ | ||
"https://plugins.dprint.dev/typescript-0.87.1.wasm", | ||
"https://plugins.dprint.dev/json-0.17.4.wasm", | ||
"https://plugins.dprint.dev/markdown-0.16.1.wasm" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>LRC Maker</title> | ||
<meta name="description" content="歌词滚动姬|可能是你所能见到的最好用的歌词制作工具" /> | ||
<meta name="keywords" content="lrc maker, lrc generate, 歌词制作, 歌词滚动" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="renderer" content="webkit" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> | ||
<meta name="google" content="notranslate" /> | ||
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/favicons/apple-touch-icon.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" /> | ||
<link rel="manifest" href="/site.webmanifest" /> | ||
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#ff4081" /> | ||
<link rel="shortcut icon" href="/favicons/favicon.ico" /> | ||
<meta name="application-name" content="灯里的歌词滚动姬" /> | ||
<meta name="msapplication-TileColor" content="#ffffff" /> | ||
<meta name="theme-color" content="#484848" /> | ||
<meta name="msapplication-config" content="/favicons/browserconfig.xml" /> | ||
<meta name="apple-mobile-web-app-title" content="灯里的歌词滚动姬" /> | ||
<link rel="stylesheet" href="/src/index.css" /> | ||
</head> | ||
<body> | ||
<div class="app-container"> | ||
<div class="page-loading"> | ||
<img | ||
class="akari-odango-loading start-loading" | ||
src="/svg/akari-odango-loading.svg" | ||
alt="loading" | ||
crossorigin="anonymous" | ||
/> | ||
</div> | ||
</div> | ||
<script type="module" src="/src/index.ts"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.
eb3acd1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
lrc-maker – ./
lrc-maker.vercel.app
lrc-maker-git-master-magic-akari.vercel.app
lrc-maker-magic-akari.vercel.app