fix: 修复发件邮箱无法输入的bug

This commit is contained in:
xiaojunnuo
2026-02-19 00:12:08 +08:00
parent ea5aa68769
commit 27b0348e1d
11 changed files with 225 additions and 219 deletions
@@ -6,7 +6,8 @@ import preferences from "./preferences";
import ui from "./ui";
import guide from "./guide";
import common from "./common";
import monitor from "./monitor";
//注意: @符号是保留字符,需要用{'@'}替换
export default {
certd,
authentication,
@@ -16,4 +17,5 @@ export default {
preferences,
guide,
common,
monitor,
};