mirror of
https://github.com/dreammis/social-auto-upload.git
synced 2026-06-04 21:03:37 +08:00
fix: 修改 pgk
This commit is contained in:
parent
e8f3730fda
commit
ecbcf1bcd2
@ -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>
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user