Skip to content

Commit 85d4ffe

Browse files
authored
Merge pull request #335 from MaaAssistantArknights/dev
Release
2 parents 7743c79 + b285b61 commit 85d4ffe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2385
-1387
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ indent_style = space
66
indent_size = 2
77
insert_final_newline = true
88
trim_trailing_whitespace = true
9+
end_of_line = lf
910

1011
[*.{js,ts,jsx,tsx,css,json,md,mdx,yml,yaml}]
1112
indent_size = 2

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"dbaeumer.vscode-eslint"
4+
]
5+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"pinyin": "^3.0.0-alpha.5",
8989
"simplebig": "^0.0.3",
9090
"tailwindcss": "^3.1.4",
91-
"typescript": "^5.3.3",
91+
"typescript": "^5.5.0",
9292
"vite": "^4.2.1"
9393
},
9494
"resolutions": {
64 KB
Loading
73.2 KB
Loading
60.8 KB
Loading
51.4 KB
Loading
50.1 KB
Loading
37.1 KB
Loading
51.4 KB
Loading

0 commit comments

Comments
 (0)