diff --git a/src-ui/app/config_page/setting_section/setting_box/supporters/Supporters.jsx b/src-ui/app/config_page/setting_section/setting_box/supporters/Supporters.jsx index d8e72d34..8c3d4a76 100644 --- a/src-ui/app/config_page/setting_section/setting_box/supporters/Supporters.jsx +++ b/src-ui/app/config_page/setting_section/setting_box/supporters/Supporters.jsx @@ -9,14 +9,18 @@ import vrct_supporters_title from "@images/supporters/vrct_supporters_title.png" import fanbox_button from "@images/supporters/fanbox_button.png"; import kofi_preparing from "@images/supporters/kofi_preparing.png"; +import ExternalLink from "@images/external_link.svg?react"; + + const mogu_count = 8; const mochi_count = 3; const fuwa_count = 4; const basic_count = 5; const former_count = 2; +const and_you_count = 1; const default_icon_numbers = ["05", "06", "07", "11"]; -const supporters_filenames = Array.from({ length: 22 }, (_, index) => `supporter_${String(index + 1).padStart(2, "0")}`); +const supporters_filenames = Array.from({ length: 23 }, (_, index) => `supporter_${String(index + 1).padStart(2, "0")}`); const chato_expressions_filenames = Array.from({ length: 7 }, (_, index) => `chato_expression_${String(index + 1).padStart(2, "0")}`); const shuffleArray = (array) => { @@ -36,6 +40,7 @@ const mochi_images = getCategoryImages(mogu_count, mochi_count); const fuwa_images = getCategoryImages(mogu_count + mochi_count, fuwa_count); const basic_images = getCategoryImages(mogu_count + mochi_count + fuwa_count, basic_count); const former_images = getCategoryImages(mogu_count + mochi_count + fuwa_count + basic_count, former_count); +const and_you_images = getCategoryImages(mogu_count + mochi_count + fuwa_count + basic_count + former_count, and_you_count); const getRandomImage = (images) => { const random_index = Math.floor(Math.random() * images.length); @@ -88,7 +93,7 @@ const SupportUsContainer = () => { }; export const SupportersContainer = () => { - const renderImages = (image_list, class_name) => { + const renderImages = (image_list, options={}) => { return image_list.map((file_name) => { const img_src = getSupportersImageByFileName(file_name); const is_default_icon = default_icon_numbers.some((default_num) => file_name.endsWith(default_num)); @@ -100,7 +105,7 @@ export const SupportersContainer = () => { return img_src ? (
{`VRCT3.0のアップデートに向けて、むちゃ大変な開発を支えてくれた "Early Supporters" です。\nThey are the 'Early Supporters' who supported us through the incredibly challenging development toward the VRCT3.0 update.`}
+{`VRCT3.0のアップデートに向けて、めちゃ大変な開発を支えてくれた "Early Supporters" です。\nThey are the 'Early Supporters' who supported us through the incredibly challenging development toward the VRCT3.0 update.`}
{`みなさんのおかげで、みしゃ社長は布団で寝ることを許され(in開発室) しいなは喜び庭駆け回っています!!!ふわもちもぐもぐです!ありがとうございます。これからもまだまだ進化するVRCTをどうかよろしくお願いします!\nThanks to everyone, Misha has been granted the privilege of sleeping in a proper bed (in the development room), and Shiina is so happy, running around the yard! Fuwa-mochi-mogu-mogu! Thank you so much! We hope you’ll continue to support the ever-evolving VRCT!`}
+ FANBOX
+