ci: auto build & obfuscate [2026-04-06 00:50:28] (Jenkins #7)

This commit is contained in:
Jenkins CI
2026-04-06 00:50:28 +08:00
parent ed3f52a568
commit 49c1fa6f60
142 changed files with 38769 additions and 29661 deletions

View File

@@ -1,11 +1,11 @@
import * as state from './prese_state.js';
import * as ui from './prese_ui.js';
// Public API for other modules
export { getPresetPrompts, getMixedOrder } from './prese_state.js';
// Initialize the application
$(document).ready(function() {
state.loadPresets();
ui.addPresetSettingsButton();
});
import * as state from './prese_state.js';
import * as ui from './prese_ui.js';
// Public API for other modules
export { getPresetPrompts, getMixedOrder } from './prese_state.js';
// Initialize the application
$(document).ready(function() {
state.loadPresets();
ui.addPresetSettingsButton();
});