-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from mcthesw/dev
merge: 修复bug,增加日志,优化i18n,优化配置文件版本处理 - fix(frontend): 不再允许同名游戏加入(修改为大小写不敏感) - build(deps): 升级第三方库 - chore: 更新Vscode推荐插件 - fix: 游戏名以空格结尾,创建游戏失败(禁止该操作) - fix(frontend): 拖拽排序适配滚轮 - feat(frontend): 恢复/创建结束再关闭警告信息 - docs(frontend): 增加开发时可用Vue DevTools的教程文档 - feat: 引入tracing作为日志系统 - refactor(frontend): 修复前端黑暗模式的一些颜色问题 - feat: 更好的版本升级处理 - fix(frontend): 修复添加存档多时前端表格溢出不显示 - feat: 增加批量删除功能 - @mcthesw refactor(i18n): 修复i18n问题,优化后端i18n
- Loading branch information
Showing
40 changed files
with
3,034 additions
and
1,828 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ko_fi: sworld233 | ||
custom: ['https://afdian.com/a/Sworld'] |
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,7 +1,9 @@ | ||
{ | ||
"recommendations": [ | ||
"Vue.volar", | ||
"tauri-apps.tauri-vscode", | ||
"rust-lang.rust-analyzer" | ||
"rust-lang.rust-analyzer", | ||
"lokalise.i18n-ally", | ||
"vivaxy.vscode-conventional-commits", | ||
"vue.volar" | ||
] | ||
} | ||
} |
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,7 @@ | ||
languageIds: | ||
- rust | ||
|
||
usageMatchRegex: | ||
- "[^\\w\\d]t!\\([\\s\\n\\r]*['\"]({key})['\"]" | ||
|
||
monopoly: true |
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
Oops, something went wrong.