diff --git a/.vscode/settings.json b/.vscode/settings.json index 09e7312bb..6132ff6cc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -38,7 +38,7 @@ // lint && format "oxc.enable": true, - "oxc.typeAware": false, + "oxc.typeAware": true, "oxc.configPath": "oxlint.config.ts", "oxc.fmt.configPath": "oxfmt.config.ts", "eslint.useFlatConfig": true, diff --git a/apps/web-antd/src/views/im/home/components/rtc/rtc-call-running.vue b/apps/web-antd/src/views/im/home/components/rtc/rtc-call-running.vue index 9b8d774c8..2bc53dfdc 100644 --- a/apps/web-antd/src/views/im/home/components/rtc/rtc-call-running.vue +++ b/apps/web-antd/src/views/im/home/components/rtc/rtc-call-running.vue @@ -1,91 +1,101 @@