Skip to content

Commit 2909caa

Browse files
committed
feat: v5.0
1 parent 83b87a5 commit 2909caa

File tree

41 files changed

+1499
-1300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1499
-1300
lines changed

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 应用配置面板
22
VITE_APP_SETTING = false
33
# 页面标题
4-
VITE_APP_TITLE = 页面标题
4+
VITE_APP_TITLE = Fantastic-admin 基础版
55
# 接口请求地址,会设置到 axios 的 baseURL 参数上
66
VITE_APP_API_BASEURL = /
77
# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 应用配置面板
22
VITE_APP_SETTING = false
33
# 页面标题
4-
VITE_APP_TITLE = 页面标题(test)
4+
VITE_APP_TITLE = Fantastic-admin 基础版
55
# 接口请求地址,会设置到 axios 的 baseURL 参数上
66
VITE_APP_API_BASEURL = /
77
# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://fantastic-admin.hurui.me/logo.png" width="200" height="200" />
2+
<img src="https://fantastic-admin.hurui.me/logo.svg" width="200" height="200" />
33
</p>
44

55
<h1 align="center">Fantastic-admin</h1>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" href="/favicon.ico" />
5+
<link rel="icon" href="/favicon.svg" />
66
<link rel="stylesheet" href="/browser_upgrade/index.css" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<meta http-equiv="Expires" content="0">

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@
2424
},
2525
"dependencies": {
2626
"@vee-validate/zod": "^4.15.0",
27-
"@vueuse/components": "^12.3.0",
28-
"@vueuse/core": "^12.3.0",
29-
"@vueuse/integrations": "^12.3.0",
27+
"@vueuse/components": "^12.5.0",
28+
"@vueuse/core": "^12.5.0",
29+
"@vueuse/integrations": "^12.5.0",
3030
"axios": "^1.7.9",
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.1.1",
3333
"dayjs": "^1.11.13",
3434
"defu": "^6.1.4",
3535
"disable-devtool": "^0.3.8",
36-
"element-plus": "^2.9.2",
36+
"element-plus": "^2.9.3",
3737
"eruda": "^3.4.1",
3838
"es-toolkit": "^1.31.0",
3939
"hotkeys-js": "^3.13.9",
40-
"lucide-vue-next": "^0.469.0",
40+
"lucide-vue-next": "^0.474.0",
4141
"mitt": "^3.0.1",
4242
"nprogress": "^0.2.0",
4343
"path-browserify": "^1.0.1",
4444
"path-to-regexp": "^8.2.0",
45-
"pinia": "^2.3.0",
46-
"qs": "^6.13.1",
45+
"pinia": "^2.3.1",
46+
"qs": "^6.14.0",
4747
"radix-vue": "^1.9.12",
4848
"scule": "^1.3.0",
4949
"tailwind-merge": "^2.6.0",
@@ -56,59 +56,59 @@
5656
"zod": "^3.24.1"
5757
},
5858
"devDependencies": {
59-
"@antfu/eslint-config": "3.12.1",
60-
"@faker-js/faker": "^9.3.0",
61-
"@iconify/json": "^2.2.291",
59+
"@antfu/eslint-config": "3.16.0",
60+
"@faker-js/faker": "^9.4.0",
61+
"@iconify/json": "^2.2.299",
6262
"@iconify/vue": "^4.3.0",
6363
"@stylistic/stylelint-config": "^2.0.0",
6464
"@types/nprogress": "^0.2.3",
6565
"@types/path-browserify": "^1.0.3",
66-
"@types/qs": "^6.9.17",
67-
"@unocss/eslint-plugin": "^0.65.3",
68-
"@unocss/preset-legacy-compat": "^65.4.2",
66+
"@types/qs": "^6.9.18",
67+
"@unocss/eslint-plugin": "^65.4.3",
68+
"@unocss/preset-legacy-compat": "^65.4.3",
6969
"@vitejs/plugin-legacy": "^6.0.0",
7070
"@vitejs/plugin-vue": "^5.2.1",
7171
"@vitejs/plugin-vue-jsx": "^4.1.1",
7272
"autoprefixer": "^10.4.20",
7373
"boxen": "^8.0.1",
74-
"bumpp": "^9.9.2",
74+
"bumpp": "^9.10.2",
7575
"cz-git": "^1.11.0",
76-
"eslint": "^9.17.0",
76+
"eslint": "^9.18.0",
7777
"esno": "^4.8.0",
78-
"fs-extra": "^11.2.0",
78+
"fs-extra": "^11.3.0",
7979
"http-server": "^14.1.1",
80-
"inquirer": "^12.3.0",
81-
"lint-staged": "^15.3.0",
80+
"inquirer": "^12.3.2",
81+
"lint-staged": "^15.4.2",
8282
"npm-run-all2": "^7.0.2",
8383
"picocolors": "^1.1.1",
8484
"plop": "^4.0.1",
85-
"postcss": "^8.4.49",
85+
"postcss": "^8.5.1",
8686
"postcss-nested": "^7.0.2",
87-
"sass-embedded": "^1.83.1",
87+
"sass-embedded": "^1.83.4",
8888
"simple-git-hooks": "^2.11.1",
8989
"stylelint": "^16.12.0",
90-
"stylelint-config-recess-order": "^5.1.1",
90+
"stylelint-config-recess-order": "^6.0.0",
9191
"stylelint-config-standard-scss": "^14.0.0",
9292
"stylelint-config-standard-vue": "^1.0.0",
93-
"stylelint-scss": "^6.10.0",
93+
"stylelint-scss": "^6.10.1",
9494
"svgo": "^3.3.2",
95-
"typescript": "^5.7.2",
96-
"unocss": "^0.65.3",
97-
"unocss-preset-animations": "^1.1.0",
95+
"typescript": "^5.7.3",
96+
"unocss": "^65.4.3",
97+
"unocss-preset-animations": "^1.1.1",
9898
"unocss-preset-scrollbar": "^0.3.1",
99-
"unplugin-auto-import": "^0.19.0",
99+
"unplugin-auto-import": "^19.0.0",
100100
"unplugin-turbo-console": "^1.11.1",
101-
"unplugin-vue-components": "^0.28.0",
102-
"vite": "^6.0.7",
101+
"unplugin-vue-components": "^28.0.0",
102+
"vite": "^6.0.11",
103103
"vite-plugin-app-loading": "^0.3.0",
104104
"vite-plugin-archiver": "^0.1.1",
105105
"vite-plugin-banner": "^0.8.0",
106106
"vite-plugin-compression2": "^1.3.3",
107107
"vite-plugin-env-parse": "^1.0.15",
108-
"vite-plugin-fake-server": "^2.1.5",
108+
"vite-plugin-fake-server": "^2.2.0",
109109
"vite-plugin-pages": "^0.32.4",
110110
"vite-plugin-svg-icons": "^2.0.1",
111-
"vite-plugin-vue-devtools": "^7.6.8",
111+
"vite-plugin-vue-devtools": "^7.7.1",
112112
"vite-plugin-vue-meta-layouts": "^0.5.1",
113113
"vue-tsc": "^2.2.0"
114114
},

0 commit comments

Comments
 (0)