fix: 修改 pgk

This commit is contained in:
Edan's Win11 2025-06-03 21:22:04 +08:00
parent e8f3730fda
commit ecbcf1bcd2
2 changed files with 17 additions and 14 deletions

View File

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="">
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/logo.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SAU自媒体自动化运营系统</title>
</head>
<body>

View File

@ -1,22 +1,25 @@
{
"name": "sau-frontend",
"version": "1.0.0",
"name": "sau-admin",
"private": true,
"version": "0.0.0",
"author": "Edan.Lee",
"type": "module",
"scripts": {
"dev": "vite --host",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.9.0",
"pinia": "^2.1.7",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
"element-plus": "^2.9.11",
"pinia": "^3.0.2",
"sass": "^1.89.1",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9",
"vite-plugin-vue-devtools": "^7.7.6"
"@vitejs/plugin-vue": "^5.2.3",
"vite": "^6.3.5"
}
}