This commit is contained in:
六如
2024-12-22 23:09:56 +08:00
parent 403e8111f4
commit 47f061fd43
7 changed files with 32 additions and 26 deletions

2
sop-website/sop-website-frontend/.env.production Normal file → Executable file
View File

@@ -10,4 +10,4 @@ VITE_CDN = false
# 是否启用gzip压缩或brotli压缩分两种情况删除原始文件和不删除原始文件
# 压缩时不删除原始文件的配置gzip、brotli、both同时开启 gzip 与 brotli 压缩、none不开启压缩默认
# 压缩时删除原始文件的配置gzip-clear、brotli-clear、both-clear同时开启 gzip 与 brotli 压缩、none不开启压缩默认
VITE_COMPRESSION = "none"
VITE_COMPRESSION = "none"

12
sop-website/sop-website-frontend/package.json Normal file → Executable file
View File

@@ -48,10 +48,10 @@
"url": "https://github.com/xiaoxian521"
},
"dependencies": {
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
"@bytemd/plugin-gemoji": "1.21.0",
"@bytemd/plugin-gfm": "1.21.0",
"@bytemd/plugin-highlight": "1.21.0",
"@bytemd/vue-next": "1.21.0",
"@pureadmin/descriptions": "1.2.1",
"@pureadmin/table": "3.2.0",
"@pureadmin/utils": "2.4.8",
@@ -62,8 +62,8 @@
"dayjs": "1.11.12",
"echarts": "5.5.1",
"element-plus": "2.8.0",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.10.0",
"github-markdown-css": "5.8.1",
"highlight.js": "11.10.0",
"js-cookie": "3.0.5",
"localforage": "1.10.0",
"mitt": "3.0.1",

View File

@@ -22,6 +22,6 @@
"MenuArrowIconNoTransition": false,
"CachingAsyncRoutes": false,
"TooltipEffect": "light",
"ResponsiveStorageNameSpace": "responsive-",
"ResponsiveStorageNameSpace": "sopwebsite-responsive-",
"MenuSearchHistory": 6
}