탭 지표 자동추가

This commit is contained in:
Macbook
2026-05-27 13:24:05 +09:00
parent f22abbdc19
commit f7aac535d8
7 changed files with 182 additions and 11 deletions
@@ -34,6 +34,7 @@ export function loadCustomTabs(): IndicatorCustomTab[] {
export function saveCustomTabs(tabs: IndicatorCustomTab[]): void {
localStorage.setItem(STORAGE_KEY, JSON.stringify(tabs));
window.dispatchEvent(new CustomEvent('gc-indicator-custom-tabs-changed'));
}
export function createCustomTab(name: string, indicatorTypes: string[]): IndicatorCustomTab {