chore: update filename

This commit is contained in:
Kirin@BNBU
2025-04-22 15:44:41 +08:00
parent e8ce8492cf
commit fd3dd85963

View File

@@ -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");