Skip to content

Commit 9b9102b

Browse files
committed
feat: refactoring the project structure and adding content to the preferences window
1 parent 5b8628c commit 9b9102b

File tree

39 files changed

+1587
-723
lines changed

39 files changed

+1587
-723
lines changed

Cargo.lock

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

eslint.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import antfu from '@antfu/eslint-config'
22

33
export default antfu({
4+
formatters: true,
45
unocss: true,
56
rules: {
67
'antfu/if-newline': 'off',
@@ -19,6 +20,7 @@ export default antfu({
1920
},
2021
},
2122
],
23+
'vue/attributes-order': ['error', { alphabetical: true }],
2224
},
2325
ignores: ['**/*.toml'],
2426
})

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"release": "release-it"
2222
},
2323
"dependencies": {
24-
"@tauri-apps/api": "^2.4.0",
24+
"@tauri-apps/api": "^2.4.1",
2525
"@tauri-apps/plugin-log": "~2.3.1",
2626
"@tauri-apps/plugin-opener": "~2.2.6",
2727
"@tauri-apps/plugin-os": "^2.2.1",
2828
"@tauri-apps/plugin-process": "^2.2.0",
2929
"@tauri-store/pinia": "^3.2.0",
30-
"@unocss/reset": "66.1.0-beta.7",
3130
"@vueuse/core": "^13.0.0",
31+
"ant-design-vue": "^4.2.6",
3232
"pinia": "^3.0.1",
3333
"pixi-live2d-display": "^0.4.0",
3434
"pixi.js": "^6.5.10",
@@ -40,20 +40,22 @@
4040
"@antfu/eslint-config": "^4.11.0",
4141
"@commitlint/cli": "^19.8.0",
4242
"@commitlint/config-conventional": "^19.8.0",
43-
"@tauri-apps/cli": "^2.4.0",
44-
"@types/node": "^22.13.14",
43+
"@iconify-json/solar": "^1.2.2",
44+
"@tauri-apps/cli": "^2.4.1",
45+
"@types/node": "^22.13.17",
4546
"@unocss/eslint-plugin": "^66.0.0",
4647
"@vitejs/plugin-vue": "^5.2.3",
4748
"eslint": "^9.23.0",
4849
"eslint-plugin-format": "^1.0.1",
4950
"lint-staged": "^15.5.0",
5051
"npm-run-all": "^4.1.5",
5152
"release-it": "^18.1.2",
53+
"sass": "^1.86.3",
5254
"simple-git-hooks": "^2.12.1",
5355
"tsx": "^4.19.3",
5456
"typescript": "~5.6.3",
5557
"unocss": "66.1.0-beta.7",
56-
"vite": "^6.2.3"
58+
"vite": "^6.2.4"
5759
},
5860
"pnpm": {
5961
"patchedDependencies": {

0 commit comments

Comments
 (0)