[Update] About VRCT. Update.

This commit is contained in:
Sakamoto Shiina
2024-12-24 03:13:48 +09:00
parent 939db21e00
commit 1107d575be
46 changed files with 31 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ import {
Others,
AdvancedSettings,
Vr,
// AboutVrct,
AboutVrct,
} from "@setting_box";
export const SettingBox = () => {
@@ -28,8 +28,8 @@ export const SettingBox = () => {
return <Vr />;
case "advanced_settings":
return <AdvancedSettings />;
// case "about_vrct":
// return <AboutVrct />;
case "about_vrct":
return <AboutVrct />;
default:
return null;

View File

@@ -61,7 +61,7 @@
@include dev_sns_styles(3rem);
}
.dev_shiina_x {
@include dev_sns_styles(3rem);
@include dev_sns_styles(2.4rem);
}

View File

@@ -4,7 +4,7 @@ import { useStore_PosterShowcaseWorldPageIndex } from "@store";
const images = import.meta.glob("@images/about_vrct/showcased_worlds/*.{png,jpg,jpeg,svg}", { eager: true });
const getImageByFileName = (file_name) => {
const imagePath = Object.keys(images).find((path) => path.includes(file_name));
const imagePath = Object.keys(images).find((path) => path.endsWith(file_name + ".png"));
return imagePath ? images[imagePath]?.default : null;
};

View File

@@ -10,9 +10,10 @@ const poster_showcase_worlds_settings = [
{ image_file_name: "silakan_datang_ke_rumahku", x_post_num: "1788522607631056941" },
{ image_file_name: "uj_club", x_post_num: "1780791654196388201" },
{ image_file_name: "sushi_stand_guruguru", x_post_num: "1788523302404952218" },
{ image_file_name: "sushi_guru_annex", x_post_num: null },
{ image_file_name: "sushi_guru_annex", x_post_num: "1825426749770932457" },
{ image_file_name: "una_yosh", x_post_num: "1820329216598311065" },
{ image_file_name: "cam", x_post_num: null },
{ image_file_name: "cam", x_post_num: "1825427064985686138" },
{ image_file_name: "language_exchange_park", x_post_num: "1825806455322324993" },
// poposuke_sig
{ image_file_name: "usanezumi_shrine2", x_post_num: "1781224020383506649" },
@@ -21,11 +22,13 @@ const poster_showcase_worlds_settings = [
{ image_file_name: "kuroinu_work_room", x_post_num: "1779750007564112146" },
// いちや_ICHIYA
{ image_file_name: "ehon_no_heikousekai", x_post_num: null },
{ image_file_name: "ehon_no_heikousekai", x_post_num: "1843891361478783425" },
{ image_file_name: "ehon_no_heikousekai_1st_anniv", x_post_num: "1842088383746875535" },
{ image_file_name: "ehon_no_heikousekai_jimusho", x_post_num: "1780792306976850285" },
{ image_file_name: "ikoiba", x_post_num: "1782723006923780580" },
{ image_file_name: "kimodameshi", x_post_num: "1781224391692714133" },
{ image_file_name: "parallel_collar", x_post_num: "1820693442105934068" },
{ image_file_name: "yoru_color", x_post_num: "1842088701599396075" },
// HayaTikaze
{ image_file_name: "study_japanese_world_japanichijou", x_post_num: "1781539871829766550" },
@@ -55,13 +58,13 @@ const poster_showcase_worlds_settings = [
{ image_file_name: "monogatari_meetup", x_post_num: "1781538415789674976" },
// tommie_500
{ image_file_name: "stretch_club_starting_from_minus", x_post_num: null },
{ image_file_name: "stretch_club_starting_from_minus", x_post_num: "1825048889550102597" },
// MiMi_Sorahana # VRC日韓交流会 (KRJPEX.1355)
{ image_file_name: "kr_jp_exchange", x_post_num: "1820328755950473668" },
// Einアイン
{ image_file_name: "smokerz_guild_v2", x_post_num: null },
{ image_file_name: "smokerz_guild_v2", x_post_num: "1825049450190127187" },
// KokiM1018
{ image_file_name: "poker_room_elysion", x_post_num: "1818880695344980208" },
@@ -73,6 +76,20 @@ const poster_showcase_worlds_settings = [
{ image_file_name: "celestial_blooms", x_post_num: "1820694531568001061" },
// ღKAEDEಇ
{ image_file_name: "omoshiro_kotoba_asobi_game", x_post_num: null },
{ image_file_name: "omoshiro_kotoba_asobi_game", x_post_num: "1825806909343199700" },
{ image_file_name: "chill_sleep_room_03", x_post_num: "1842741645231677506" },
{ image_file_name: "chill_sleep_room_04", x_post_num: "1842742135042555906" },
// アスタルテア
{ image_file_name: "oto_no_shitatei", x_post_num: "1831575615520305619" },
// Sayascape
{ image_file_name: "sayasuke_hotel", x_post_num: "1843537673224630740" },
// ふながし
{ image_file_name: "su", x_post_num: "1843537207401058558" },
// さや-sayasoft
{ image_file_name: "saya_town", x_post_num: null },
];
export default poster_showcase_worlds_settings;

View File

@@ -5,4 +5,4 @@ export { Transcription } from "./transcription/Transcription";
export { Others, VrcMicMuteSyncContainer } from "./others/Others";
export { AdvancedSettings } from "./advanced_settings/AdvancedSettings";
export { Vr } from "./vr/Vr";
// export { AboutVrct } from "./about_vrct/AboutVrct";
export { AboutVrct } from "./about_vrct/AboutVrct";

View File

@@ -12,9 +12,9 @@ export const SidebarSection = () => {
<Tab tab_id="others" />
<Tab tab_id="advanced_settings" />
</div>
{/* <div className={styles.separated_tabs_wrapper}>
<div className={styles.separated_tabs_wrapper}>
<Tab tab_id="about_vrct" />
</div> */}
</div>
</div>
);
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB