[Update] Config Page: Supporters: Update-able anytime.

Fetch the supporters data and images from the git repo, https://github.com/ShiinaSakamoto/vrct_supporters, via web.
This commit is contained in:
Sakamoto Shiina
2025-02-03 11:26:10 +09:00
parent 182c277ef5
commit 4fb675943f
57 changed files with 335 additions and 562 deletions

View File

@@ -74,4 +74,7 @@ export const whisper_weight_type_status = [
{ id: "large-v1", label: "large-v1", is_downloaded: false, progress: null },
{ id: "large-v2", label: "large-v2", is_downloaded: false, progress: null },
{ id: "large-v3", label: "large-v3", is_downloaded: false, progress: null },
];
];
export const supporters_data_url = "https://shiinasakamoto.github.io/vrct_supporters/assets/supporters/data.json";
export const supporters_images_url = "https://ShiinaSakamoto.github.io/vrct_supporters/assets/supporters";