修改功能

This commit is contained in:
2026-08-29 19:06:07 +08:00
parent f94c652c7c
commit aaed0584b1
142 changed files with 6176 additions and 869 deletions
+3
View File
@@ -33,6 +33,9 @@ test('公共富文本适配层只使用 wangEditor 并在提交前同步 textare
assert.match(source, /root\.wangEditor/);
assert.match(source, /wangEditor\.createEditor/);
assert.match(source, /wangEditor\.createToolbar/);
assert.match(source, /button\[data-tooltip\]/);
assert.match(source, /setAttribute\('aria-label'/);
assert.match(source, /MutationObserver/);
assert.match(source, /documentRef\.addEventListener\('submit'/);
assert.doesNotMatch(source, /KindEditor/);
});