Skip to content

Commit b637a78

Browse files
committed
⬆️
1 parent 9376cf6 commit b637a78

File tree

7 files changed

+1216
-1097
lines changed

7 files changed

+1216
-1097
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ VITE_ABC_GITHUB_REPOSITORY_BASE_URL = https://ungh.cc/repos/holy-two/musicbox-pa
44
# 配置曲库目录为:tapes/*.abc
55
VITE_ABC_DIRECTORY_PATH = tapes/
66

7-
# 配置展示的第一首曲目为:tapes/index.abc
8-
VITE_INDEX_ABC_NAME = index
7+
# 配置展示的第一首曲目为:tapes/Air auf der G-Saite.abc
8+
VITE_INDEX_ABC_NAME = Air auf der G-Saite

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"license": "MIT",
1212
"devDependencies": {
1313
"@holy-two/vite-plugin-alias": "0.0.2",
14-
"@unocss/preset-attributify": "^0.61.9",
15-
"@unocss/reset": "^0.61.9",
16-
"stylus": "^0.63.0",
17-
"typescript": "^4.9.5",
18-
"unocss": "^0.61.9",
19-
"vite": "^5.4.3",
20-
"vite-plugin-insert-html": "^1.0.2",
21-
"vite-plugin-solid": "^2.10.2"
14+
"@unocss/preset-attributify": "^65.4.3",
15+
"@unocss/reset": "^65.4.3",
16+
"stylus": "^0.64.0",
17+
"typescript": "^5.7.3",
18+
"unocss": "^65.4.3",
19+
"vite": "^6.0.11",
20+
"vite-plugin-insert-html": "^1.0.3",
21+
"vite-plugin-solid": "^2.11.0"
2222
},
2323
"dependencies": {
2424
"@holy-two/data-theme": "^0.0.6",
25-
"abcjs": "^6.4.2",
26-
"nanarinostyl": "^0.4.7",
27-
"solid-js": "^1.8.22"
25+
"abcjs": "^6.4.4",
26+
"nanarinostyl": "^0.7.1",
27+
"solid-js": "^1.9.4"
2828
}
2929
}

0 commit comments

Comments
 (0)