主题更名为banana

This commit is contained in:
User
2025-10-11 09:48:42 +08:00
parent cf28591b77
commit 68bf6c9654
27 changed files with 133 additions and 252 deletions

View File

@@ -2,13 +2,15 @@
"name": "gitea-banana-theme",
"version": "1.0.0",
"type": "module",
"author": {
"name": "Pandora Studio",
"email": "work@pandorastudio.cn"
},
"repository": {
"url": "https://git.pandorastudio.cn/yuantao/gitea-banana-theme.git"
},
"scripts": {
"dev": "vite build --mode dev",
"build": "tsc -b && vite build",
"lint": "eslint .",
"format": "prettier --write .",
"commit": "npm run lint && npm run format && npm run build",
"version": "node scripts/version.cjs"
"build": "tsc -b && vite build"
},
"devDependencies": {
"@babel/preset-typescript": "^7.27.1",