Skip to content

Commit

Permalink
修复:反馈页面调试信息关闭
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Dec 25, 2024
1 parent d960d89 commit 6a219df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v0.3.0

- 新增:插件管理隐藏系统插件版本
- 新增:工单反馈功能,便于解决问题
- 新增:setting.darkModeSupport 配置项,默认为false
- 新增:focusany.util.base64ToBuffer 工具类方法
- 修复:插件管理左侧溢出样式异常问题
Expand Down
2 changes: 1 addition & 1 deletion src/pages/PageFeedback.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ onMounted(async () => {
web.value.addEventListener('dom-ready', async (e) => {
const appEnv = await window.$mapi.app.appEnv()
web.value.executeJavaScript(`window.$mapi.app.setRenderAppEnv(${JSON.stringify(appEnv)})`)
web.value.openDevTools()
// web.value.openDevTools()
window.$mapi.user.refresh()
web.value.executeJavaScript(`
document.addEventListener('click', (event) => {
Expand Down

0 comments on commit 6a219df

Please sign in to comment.