mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat: reuse shared llm presets for ena planner
This commit is contained in:
@@ -1356,7 +1356,9 @@ function _switchTab(tabId) {
|
||||
|
||||
function _refreshPlannerLauncher() {
|
||||
try {
|
||||
refreshPlannerSections();
|
||||
refreshPlannerSections({
|
||||
getSettings: _getSettings,
|
||||
});
|
||||
} catch (err) {
|
||||
console.warn("[ST-BME] planner section refresh failed:", err);
|
||||
}
|
||||
@@ -1364,7 +1366,9 @@ function _refreshPlannerLauncher() {
|
||||
|
||||
function _bindPlannerLauncher() {
|
||||
try {
|
||||
initPlannerSections(panelEl || document);
|
||||
initPlannerSections(panelEl || document, {
|
||||
getSettings: _getSettings,
|
||||
});
|
||||
} catch (err) {
|
||||
console.warn("[ST-BME] planner section init failed:", err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user