-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
43 additions
and
35 deletions.
There are no files selected for viewing
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,18 +1,18 @@ | ||
{ | ||
"name": "shinycolors-zh", | ||
"version": "1.8.16", | ||
"version": "1.9.0", | ||
"main": "main.js", | ||
"repository": "[email protected]:biuuu/ShinyColors.git", | ||
"author": "biuuu", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "rollup --config ./script/build.js", | ||
"data": "node ./script/cleanDist.js && cross-env PUBLISH=skip node ./script/deploy.js", | ||
"dev": "yarn data && rollup --config ./script/build.js --environment BUILD:development,DEV && yarn server", | ||
"dev-s": "rollup --config ./script/build.js --environment BUILD:development,DEV && yarn server", | ||
"dev-text": "yarn data && rollup --config ./script/build.js --environment BUILD:development,DEV,TEXT && yarn server", | ||
"dev": "npm run data && rollup --config ./script/build.js --environment BUILD:development,DEV && npm run server", | ||
"dev-s": "rollup --config ./script/build.js --environment BUILD:development,DEV && npm run server", | ||
"dev-text": "npm run data && rollup --config ./script/build.js --environment BUILD:development,DEV,TEXT && npm run server", | ||
"deploy": "node ./script/cleanDist.js && rollup --config ./script/build.js && node ./script/deploy.js", | ||
"deploy_action": "cross-env CUSTOM_DOMAIN=true GITHUB_ACTION=true yarn deploy", | ||
"deploy_action": "cross-env CUSTOM_DOMAIN=true GITHUB_ACTION=true npm run deploy", | ||
"server": "node ./script/server.js" | ||
}, | ||
"dependencies": { | ||
|
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,8 +1,8 @@ | ||
{ | ||
"AOBA": 0, | ||
"REQUEST": 5, | ||
"PHRASE": 4, | ||
"SCENARIO": 177, | ||
"SPEAKER": 675, | ||
"WEBP": 151 | ||
} | ||
"AOBA": 77180, | ||
"REQUEST": 80569, | ||
"PHRASE": 8947, | ||
"SCENARIO": 15210, | ||
"SPEAKER": 18955, | ||
"WEBP": 73888 | ||
} |
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