fix: 修复文件编码问题,确保导入语句格式正确

This commit is contained in:
2026-03-12 10:37:07 +08:00
parent bf15918136
commit 8cbe01dd9c
10 changed files with 111 additions and 142 deletions

View File

@@ -1,4 +1,4 @@
import notificationRulesSource from '../config/notificationRules.js'
import notificationRulesSource from '../config/notificationRules.js'
const fallbackRules = notificationRulesSource.map((rule) => ({
...rule,