配置与优化

master
liuyx 2 years ago
parent 187f810140
commit 5997a364d3

@ -1 +1 @@
VITE_BASIC_URL = http://127.0.0.1:4523/m1/1852803-0-default VITE_BASIC_URL = http://127.0.0.1:3000

@ -11,6 +11,7 @@
"@element-plus/icons-vue": "^2.0.10", "@element-plus/icons-vue": "^2.0.10",
"@kangc/v-md-editor": "^2.3.15", "@kangc/v-md-editor": "^2.3.15",
"axios": "^1.1.3", "axios": "^1.1.3",
"dayjs": "^1.11.7",
"element-plus": "^2.2.19", "element-plus": "^2.2.19",
"pinia": "^2.0.23", "pinia": "^2.0.23",
"pinia-plugin-persist": "^1.0.0", "pinia-plugin-persist": "^1.0.0",
@ -1897,9 +1898,9 @@
} }
}, },
"node_modules/dayjs": { "node_modules/dayjs": {
"version": "1.11.6", "version": "1.11.7",
"resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.6.tgz", "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz",
"integrity": "sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==" "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="
}, },
"node_modules/debug": { "node_modules/debug": {
"version": "4.3.4", "version": "4.3.4",
@ -7549,9 +7550,9 @@
} }
}, },
"dayjs": { "dayjs": {
"version": "1.11.6", "version": "1.11.7",
"resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.6.tgz", "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz",
"integrity": "sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==" "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ=="
}, },
"debug": { "debug": {
"version": "4.3.4", "version": "4.3.4",

@ -12,6 +12,7 @@
"@element-plus/icons-vue": "^2.0.10", "@element-plus/icons-vue": "^2.0.10",
"@kangc/v-md-editor": "^2.3.15", "@kangc/v-md-editor": "^2.3.15",
"axios": "^1.1.3", "axios": "^1.1.3",
"dayjs": "^1.11.7",
"element-plus": "^2.2.19", "element-plus": "^2.2.19",
"pinia": "^2.0.23", "pinia": "^2.0.23",
"pinia-plugin-persist": "^1.0.0", "pinia-plugin-persist": "^1.0.0",

@ -1,6 +1,11 @@
@import './element.scss'; @import './element.scss';
@import './mine.scss'; @import './mine.scss';
@font-face {
font-family: 'SourceHanSansCN';
src: url('https://typora-lyx.oss-cn-guangzhou.aliyuncs.com/SourceHanSansCN-Normal.otf')
}
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -8,5 +13,5 @@
#app { #app {
height: 100vh; height: 100vh;
font-family: 'Times New Roman', '仿宋'; font-family: 'Times New Roman', 'SourceHanSansCN', serif;
} }
Loading…
Cancel
Save