-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2. 添加更新日志; 3. 一些优化
- Loading branch information
Showing
17 changed files
with
271 additions
and
132 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 |
---|---|---|
|
@@ -22,7 +22,8 @@ | |
|
||
## Todo | ||
|
||
- [ ] 添加更新源 | ||
- [x] 添加更新源 | ||
- [x] 添加更新日志 | ||
- [x] 添加giveaway.su专版 | ||
|
||
## 感谢以下开源项目 | ||
|
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,15 @@ | ||
/* | ||
* @Author : HCLonely | ||
* @Date : 2022-01-03 14:18:53 | ||
* @LastEditTime : 2022-01-03 14:23:30 | ||
* @LastEditors : HCLonely | ||
* @FilePath : /auto-task-new/copy.js | ||
* @Description : 复制文件到备用源网站 | ||
*/ | ||
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
const fs = require('fs-extra'); | ||
|
||
fs.copySync('./dist', './page/dist'); | ||
fs.copySync('./package.json', './page/package.json'); | ||
|
||
console.log('Copying files is complete!'); |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"name": "auto-task-new", | ||
"version": "4.1.3-Beta", | ||
"change": [ | ||
"添加备用更新源", | ||
"添加更新日志" | ||
], | ||
"description": "赠Key站自动任务脚本", | ||
"main": "package.json", | ||
"scripts": { | ||
"test": "eslint", | ||
"tsc": "tsc", | ||
"gs": "webpack --config webpack.giveawaysu.config.js", | ||
"pack": "webpack --config webpack.config.js", | ||
"build": "webpack --config webpack.config.js && webpack --config webpack.compatibility.config.js && webpack --config webpack.giveawaysu.config.js && node copy.js" | ||
}, | ||
"author": "HCLonely", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.16.0", | ||
"@babel/preset-env": "^7.16.0", | ||
"@types/jquery": "^3.5.7", | ||
"@types/js-cookie": "^3.0.0", | ||
"@types/keyboardjs": "^2.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.0.0", | ||
"@typescript-eslint/parser": "^5.0.0", | ||
"@xuanmo/javascript-utils": "^0.0.31", | ||
"babel-loader": "^8.2.3", | ||
"css-loader": "^6.5.1", | ||
"dayjs": "^1.10.7", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"fs-extra": "^10.0.0", | ||
"js-cookie": "^3.0.1", | ||
"postcss": "^8.4.5", | ||
"postcss-loader": "^6.2.1", | ||
"postcss-preset-env": "^7.1.0", | ||
"sass": "^1.45.1", | ||
"sass-loader": "^12.4.0", | ||
"sweetalert2": "^11.1.9", | ||
"ts-loader": "^9.2.6", | ||
"typescript": "^4.4.4", | ||
"uglifyjs-webpack-plugin": "^2.2.0", | ||
"webpack": "^5.60.0", | ||
"webpack-cli": "^4.9.1" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.
adb20d1
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: