-
Notifications
You must be signed in to change notification settings - Fork 68
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
Showing
112 changed files
with
10,279 additions
and
7,949 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ on: | |
branches: | ||
- main | ||
- dev | ||
- refactor | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
Binary file not shown.
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 |
---|---|---|
|
@@ -14,7 +14,9 @@ | |
|
||
- [TODO] 对局页面添加一个截图到剪贴板的按钮。 | ||
|
||
# v1.3.0 DRAFT | ||
- [CHANGED] 移除对局中自动路由功能。 | ||
|
||
# v1.3.0 Sakurako DRAFT | ||
|
||
## 修复 | ||
|
||
|
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 |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
"axios": "^1.7.7", | ||
"axios-retry": "^4.5.0", | ||
"dayjs": "^1.11.13", | ||
"fast-csv": "^5.0.2", | ||
"lodash": "^4.17.21", | ||
"luaparse": "^0.3.1", | ||
"mobx": "^6.13.5", | ||
|
@@ -42,7 +43,7 @@ | |
"@electron-toolkit/tsconfig": "^1.0.1", | ||
"@electron/notarize": "^2.5.0", | ||
"@rushstack/eslint-patch": "^1.10.4", | ||
"@swc/core": "^1.7.36", | ||
"@swc/core": "^1.7.40", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/deep-eql": "^4.0.2", | ||
"@types/lodash": "^4.17.12", | ||
|
@@ -73,12 +74,12 @@ | |
"semver": "^7.6.3", | ||
"typescript": "^5.6.3", | ||
"vfonts": "^0.0.3", | ||
"vite": "^5.4.9", | ||
"vite": "^5.4.10", | ||
"vue": "^3.5.12", | ||
"vue-chartjs": "^5.3.1", | ||
"vue-i18n": "10.0.4", | ||
"vue-router": "^4.4.5", | ||
"vue-tsc": "^2.1.6" | ||
"vue-tsc": "^2.1.8" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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.