mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 08:05:49 +00:00
ci: auto build & obfuscate [2026-04-06 00:50:28] (Jenkins #7)
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user