mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 06:55:51 +00:00
Initial commit with CC BY-NC-ND 4.0 license
This commit is contained in:
11
PresetSettings/index.js
Normal file
11
PresetSettings/index.js
Normal file
@@ -0,0 +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();
|
||||
});
|
||||
Reference in New Issue
Block a user