更新icqq版本,去除runtime的console

This commit is contained in:
Kokomi 2023-03-05 08:06:31 +08:00
parent 76b0b3eb18
commit fb829b2daf
4 changed files with 2 additions and 3886 deletions

1
.gitignore vendored
View File

@ -143,3 +143,4 @@ yunzai
/.idea/
/data/
/temp/
/pnpm-lock.yaml

View File

@ -157,7 +157,6 @@ export default class Runtime {
data = cfg.beforeRender({ data }) || data
}
// 保存模板数据
console.log(process.argv)
if (process.argv.includes('dev')) {
// debug下保存当前页面的渲染数据方便模板编写与调试
// 由于只用于调试开发者只关注自己当时开发的文件即可暂不考虑app及plugin的命名冲突

View File

@ -21,7 +21,7 @@
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
"https-proxy-agent": "5.0.1",
"icqq": "^0.0.22",
"icqq": "^0.0.26",
"image-size": "^1.0.2",
"inquirer": "^8.2.4",
"lodash": "^4.17.21",

File diff suppressed because it is too large Load Diff