mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-04-12 11:33:23 +08:00
* 在 `package.json` 中添加 `@fontsource/noto-sans-sc` 依赖,以支持 Noto Sans SC 字体。 * 更新 `src/main.ts` 引入 Noto Sans SC 字体的不同粗细样式。 * 修改 `src/styles/base.css` 中的字体栈,优先使用 Noto Sans SC 字体,提升中文显示效果。
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "searchgal-frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^25.0.1",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
"@typescript-eslint/parser": "^8.49.0",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-vue": "^10.6.2",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.49.0",
|
|
"vite": "^7.2.7",
|
|
"vue-tsc": "^3.1.8"
|
|
},
|
|
"dependencies": {
|
|
"@fancyapps/ui": "^6.1.7",
|
|
"@fontsource/noto-sans-sc": "^5.2.8",
|
|
"artalk": "^2.9.1",
|
|
"lozad": "^1.16.0",
|
|
"lucide-vue-next": "^0.561.0",
|
|
"motion-v": "^1.7.4",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.4",
|
|
"quicklink": "^3.0.1",
|
|
"vue": "^3.5.25"
|
|
}
|
|
}
|