同步闭源版本代码:自动执行升级SQL、历史记录改为数据库存储、去掉git操作,优化代码结构,去掉不需要的文件

This commit is contained in:
暮光:城中城
2023-01-05 20:13:16 +08:00
parent fe1da585ac
commit b8dcdf93a1
109 changed files with 2469 additions and 8158 deletions

View File

@@ -14,7 +14,7 @@ module.exports = {
index: {
entry: 'src/main.js',
template: 'public/index.html',
filename: process.env.NODE_ENV === 'production'?'doc-wiki.html':'index.html',
filename: 'doc-wiki.html',
},
}
};