更新icqq版本,去除runtime的console
This commit is contained in:
parent
76b0b3eb18
commit
fb829b2daf
|
@ -143,3 +143,4 @@ yunzai
|
|||
/.idea/
|
||||
/data/
|
||||
/temp/
|
||||
/pnpm-lock.yaml
|
||||
|
|
|
@ -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的命名冲突
|
||||
|
|
|
@ -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",
|
||||
|
|
3884
pnpm-lock.yaml
3884
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue