From fd3dd85963e1dcba283cab9c3ce581aadfef458e Mon Sep 17 00:00:00 2001 From: "Kirin@BNBU" Date: Tue, 22 Apr 2025 15:44:41 +0800 Subject: [PATCH] chore: update filename --- store/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.ts b/store/index.ts index 1dddcb3..f501999 100644 --- a/store/index.ts +++ b/store/index.ts @@ -67,7 +67,7 @@ class HTML { } } -export const html = new HTML("./data/html.html"); +export const html = new HTML("./data/html-current.html"); export const htmlRegular = new HTML("./data/html-regular.html"); export const store = new Store("./data/store.json"); export const regular = new Store("./data/regular.json");