ci: auto build & obfuscate [2026-05-16 19:16:28] (Jenkins #21)

This commit is contained in:
Jenkins CI
2026-05-16 19:16:28 +08:00
parent 4bc6e0a047
commit d9fa3072a2
46 changed files with 4154 additions and 1584 deletions

View File

@@ -4,6 +4,7 @@ import { characters, this_chid, saveSettingsDebounced, getCharacters } from "/sc
import { world_names } from "/scripts/world-info.js";
import { getApiConfig, setApiConfig, testConnection, fetchModels } from "./api.js";
import { tools } from "./tools.js";
import { syncSlot } from "../../ui/profile-sync.js";
const extensionFolderPath = `scripts/extensions/third-party/${extensionName}`;
@@ -42,6 +43,7 @@ export async function openAutoCharCardWindow() {
try {
populateDropdowns();
loadApiSettings();
await syncSlot('autoCharCard');
renderRulesList();
renderSessionsList();
restoreChatHistory();