mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5.0
This commit is contained in:
2
sop-website/sop-website-frontend/.env.production
Normal file → Executable file
2
sop-website/sop-website-frontend/.env.production
Normal file → Executable 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
12
sop-website/sop-website-frontend/package.json
Normal file → Executable 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",
|
||||
|
2
sop-website/sop-website-frontend/public/platform-config.json
Normal file → Executable file
2
sop-website/sop-website-frontend/public/platform-config.json
Normal file → Executable file
@@ -22,6 +22,6 @@
|
||||
"MenuArrowIconNoTransition": false,
|
||||
"CachingAsyncRoutes": false,
|
||||
"TooltipEffect": "light",
|
||||
"ResponsiveStorageNameSpace": "responsive-",
|
||||
"ResponsiveStorageNameSpace": "sopwebsite-responsive-",
|
||||
"MenuSearchHistory": 6
|
||||
}
|
||||
|
Reference in New Issue
Block a user