mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 04:35:51 +00:00
ci: auto build & obfuscate [2026-04-23 00:35:57] (Jenkins #17)
This commit is contained in:
@@ -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('规则配置已删除。');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user