Skip to content

Commit cb90fbe

Browse files
committed
- 修复:更新链接文件不存在(#75)
- 优化:样式优化
1 parent a9f7c43 commit cb90fbe

26 files changed

Lines changed: 129 additions & 58 deletions

.github/workflows/Release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
uses: softprops/action-gh-release@v1
2323
with:
2424
prerelease: false
25-
tag_name: v5.1.5
26-
name: 5.1.5
27-
body: '- 优化:样式优化'
25+
tag_name: v5.1.6
26+
name: 5.1.6
27+
body: "- 修复:更新链接文件不存在(#75)\r\n- 优化:样式优化"
2828
files: |-
2929
dist/auto-task.user.js
3030
dist/auto-task.min.user.js

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Auto-Task
22

33
[![License](https://img.shields.io/github/license/HCLonely/auto-task?label=License)](LICENSE)
4-
[![Node Version](https://img.shields.io/badge/node-%3E%3D18.0.0%20%3C%3D23.2.0-brightgreen)](package.json)
4+
[![Node Version](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen)](package.json)
55

66
一个功能强大的自动化任务处理脚本,专门用于处理各种赠Key站的任务。
77

@@ -32,7 +32,7 @@
3232

3333
### 环境要求
3434

35-
- Node.js: >=18.0.0 <=23.2.0
35+
- Node.js: >=18.0.0
3636
- npm 或 yarn
3737

3838
### 安装依赖

copy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const fs = require('fs-extra');
1313
const chalk = await import('chalk');
1414

15-
fs.copySync('./dist', './page/dist');
15+
fs.copySync('./dist', './doc/docs/.vuepress/dist/dist');
1616
fs.copySync('./package.json', './page/package.json');
1717

1818
fs.copySync('./page', './doc/docs/.vuepress/public', {

dist/auto-task.all.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auto-task.compatibility.all.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auto-task.compatibility.user.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/auto-task.min.all.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auto-task.min.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auto-task.user.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

doc/docs/.vuepress/public/dist/auto-task.all.user.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)