Ver código fonte

去掉django-vue3-admin的描述

liujintao 2 meses atrás
pai
commit
95195a7e88
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      index.html
  2. 1 1
      package.json

+ 1 - 1
index.html

@@ -10,7 +10,7 @@
 		/>
 		<meta
 			name="description"
-			content="django-vue3-admin,基于 vue3 + CompositionAPI + typescript + vite + element plus, 是一款全栈,快速,开源的后台管理系统!"
+			content="广告后台管理系统"
 		/>
 		<link rel="icon" href="/favicon.ico" />
 		<title>广告后台管理系统</title>

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 	"name": "django-vue3-admin",
 	"version": "1.0.0",
-	"description": "django-vue3-admin,基于 vue3 + CompositionAPI + typescript + vite + element plus, 是一款全栈,快速,开源的后台管理系统!",
+	"description": "广告后台管理系统",
 	"license": "MIT",
 	"scripts": {
 		"dev": "vite --force",