3.0.0原版

This commit is contained in:
anian
2026-03-16 00:03:35 +08:00
commit ac569b2a57
105 changed files with 14437 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"scripts": {
"build": "tsc && rslib build",
"dev": "rslib build --watch"
},
"dependencies": {
"@halo-dev/comment-widget": "workspace:*"
},
"devDependencies": {
"@rslib/core": "^0.12.1"
}
}