mirror of
https://github.com/blossom-editor/blossom.git
synced 2026-03-12 17:41:26 +08:00
优化打包
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
<groupId>com.github.shalousun</groupId>
|
||||
<artifactId>smart-doc</artifactId>
|
||||
<version>${smart-doc.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user