优化打包

This commit is contained in:
xiaozzzi
2023-10-17 21:30:01 +08:00
parent c67375e742
commit ca3e224b3d
5 changed files with 999 additions and 1155 deletions

View File

@@ -75,6 +75,7 @@
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>${smart-doc.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

View File

@@ -1,5 +1,3 @@
package com.blossom.backend.config;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.LoggerContext;
import cn.hutool.core.lang.Dict;
@@ -53,7 +51,7 @@ public class ApiDocGen {
this.add("blossom-backend/expand-sentinel/expand-sentinel-metric");
}};
private static final boolean genDictFromDB = true;
private static final boolean genDictFromDB = false;
private static final String dictDbSetting = "dict-db.setting";
private static final String dictQuerySQL = "select param_name,param_desc from base_sys_param";

View File

@@ -145,7 +145,7 @@ const SentinelChartLineRef = ref()
const ChartHeatmapRef = ref()
onActivated(() => {
now = nowWhen()
now.value = nowWhen()
})
const loadWordLine = () => {
@@ -160,7 +160,7 @@ const loadSentinlLine = () => {
SentinelChartLineRef.value.reload()
}
let now: string = nowWhen()
const now = ref(nowWhen())
</script>

File diff suppressed because it is too large Load Diff

View File

@@ -776,13 +776,6 @@ api[5].list.push({
desc: '文件夹类型 [FolderTypeEnum]',
list: []
})
api[5].list.push({
alias: '系统参数表配置内容',
order: '100',
link: '系统参数表配置内容',
desc: '系统参数表配置内容',
list: []
})
document.onkeydown = keyDownSearch;
function keyDownSearch(e) {
const theEvent = e;