fix(#9,#16,#17): 移除未使用import; 合并重复CSS @media print; accessibility从i18n读取类型名

This commit is contained in:
tianhao
2026-06-16 12:42:36 +08:00
parent 7bc2bf6ace
commit 56bac1fa0f
3 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
* @description 重构后的核心模块,包含Toast类的优化实现
*/
import { generateId, escapeHTML, prefersDark } from './utils.js';
import { generateId, escapeHTML } from './utils.js';
import { DEFAULTS, ICONS, TYPE_COLORS, THEMES } from './constants.js';
import { injectStyles } from './styles.js';
import { getTheme, applyTheme } from './themes.js';