Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00

docs: 更新依赖 & 更新付费服务详情链接

This commit is contained in:
pany 2024-12-05 19:34:25 +08:00
parent c9859aa597
commit f331a2e655
3 changed files with 245 additions and 244 deletions

View File

@ -1,7 +1,7 @@
{
"name": "v3-admin-vite",
"type": "module",
"version": "4.5.4",
"version": "4.5.6",
"description": "A crafted admin template, built with Vue3, Vite, TypeScript, Element Plus, and more",
"author": "pany <939630029@qq.com> (https://github.com/pany-ang)",
"repository": "https://github.com/un-pany/v3-admin-vite",
@ -16,7 +16,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"axios": "1.7.8",
"axios": "1.7.9",
"dayjs": "1.11.13",
"element-plus": "2.9.0",
"js-cookie": "3.0.5",
@ -26,7 +26,7 @@
"nprogress": "0.2.0",
"path-browserify": "1.0.1",
"path-to-regexp": "8.2.0",
"pinia": "2.2.8",
"pinia": "2.3.0",
"screenfull": "6.0.2",
"vue": "3.5.13",
"vue-router": "4.5.0",
@ -49,7 +49,7 @@
"lint-staged": "15.2.10",
"sass": "1.78.0",
"typescript": "5.6.3",
"unocss": "0.65.0",
"unocss": "0.65.1",
"unplugin-auto-import": "0.18.6",
"unplugin-svg-component": "0.12.1",
"unplugin-vue-components": "0.27.5",

479
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@ function initStoreNotification() {
null,
[
h("div", null, "不想自己动手,但想移除 TS 或其他模块?也有懒人套餐!"),
h("a", { style: "color: teal", target: "_blank", href: "https://github.com/un-pany/v3-admin-vite" }, "点击逛逛")
h("a", { style: "color: teal", target: "_blank", href: "https://github.com/un-pany/v3-admin-vite/issues/225" }, "点击查看")
]
),
duration: 0,