ci: auto build & obfuscate [2026-04-23 00:35:57] (Jenkins #17)

This commit is contained in:
Jenkins CI
2026-04-23 00:35:57 +08:00
parent 8d590073f4
commit 544937bb91
23 changed files with 160 additions and 84 deletions

View File

@@ -131,7 +131,7 @@ export function bindRuleConfigPanel(container) {
const saved = ruleProfileManager.saveProfile(profile);
fillEditor($c, saved);
renderProfileList($c);
document.dispatchEvent(new CustomEvent('amily2:ruleProfilesChanged'));
toastr.success('规则配置已保存。');
});
@@ -145,7 +145,7 @@ export function bindRuleConfigPanel(container) {
ruleProfileManager.deleteProfile(currentEditingId);
fillEditor($c, createEmptyProfile());
renderProfileList($c);
document.dispatchEvent(new CustomEvent('amily2:ruleProfilesChanged'));
toastr.success('规则配置已删除。');
});
}