日语问卷链接
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -480,7 +480,7 @@ MonoBehaviour:
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
- m_Id: 55080022708280
|
||||
m_Localized: 'EyeModule: '
|
||||
m_Localized: 'EyeModule: ------'
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
- m_Id: 55080022708281
|
||||
|
||||
@@ -183,10 +183,6 @@ MonoBehaviour:
|
||||
m_Key: Stop
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
- m_Id: 79489394426253312
|
||||
m_Key: Kill
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
- m_Id: 48204049970003968
|
||||
m_Key: chapter_title
|
||||
m_Metadata:
|
||||
|
||||
@@ -222,10 +222,6 @@ MonoBehaviour:
|
||||
m_Localized: SLOW
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
- m_Id: 79489394426253312
|
||||
m_Localized:
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
references:
|
||||
version: 2
|
||||
RefIds:
|
||||
|
||||
@@ -188,10 +188,6 @@ MonoBehaviour:
|
||||
m_Localized: "\u3084\u3081\u3066\uFF01\u3084\u3081\u3066\u304F\u308C\uFF01"
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
- m_Id: 79489394426253312
|
||||
m_Localized: "\u6BBA\u3057\u3066\u304F\u308C\uFF01\u6BBA\u3057\u3066\u304F\u308C\uFF01"
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
- m_Id: 48204049970003968
|
||||
m_Localized: "\u30C1\u30E3\u30D7\u30BF\u30FC\u9078\u629E"
|
||||
m_Metadata:
|
||||
@@ -212,6 +208,10 @@ MonoBehaviour:
|
||||
m_Localized: "\u30A6\u30A3\u30C3\u30B7\u30E5\u30EA\u30B9\u30C8\u306B\u8FFD\u52A0"
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
- m_Id: 47673186144215040
|
||||
m_Localized: "\u6BBA\u3057\u3066\u304F\u308C\uFF01\u6BBA\u3057\u3066\u304F\u308C\uFF01"
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
references:
|
||||
version: 2
|
||||
RefIds:
|
||||
|
||||
@@ -214,10 +214,6 @@ MonoBehaviour:
|
||||
m_Localized: "\u6162\u901F"
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
- m_Id: 79489394426253312
|
||||
m_Localized:
|
||||
m_Metadata:
|
||||
m_Items: []
|
||||
references:
|
||||
version: 2
|
||||
RefIds:
|
||||
|
||||
@@ -5696,7 +5696,7 @@ PrefabInstance:
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5824597425683931436, guid: e45f5fd66e7512444a9a27161cf51b7f, type: 3}
|
||||
propertyPath: m_AnchoredPosition.y
|
||||
value: -270
|
||||
value: -230
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5824597425683931436, guid: e45f5fd66e7512444a9a27161cf51b7f, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.x
|
||||
@@ -21515,7 +21515,7 @@ PrefabInstance:
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5824597425683931436, guid: e45f5fd66e7512444a9a27161cf51b7f, type: 3}
|
||||
propertyPath: m_AnchoredPosition.y
|
||||
value: -190
|
||||
value: -150
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5824597425683931436, guid: e45f5fd66e7512444a9a27161cf51b7f, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.x
|
||||
@@ -44952,7 +44952,7 @@ PrefabInstance:
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 305064715333190683, guid: 2c1bcc3613815c74fb44cc1db21f524e, type: 3}
|
||||
propertyPath: m_AnchoredPosition.y
|
||||
value: -30
|
||||
value: -70
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 305064715333190683, guid: 2c1bcc3613815c74fb44cc1db21f524e, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.x
|
||||
|
||||
@@ -47,7 +47,13 @@ namespace AibisDream.UI
|
||||
others.Find("问卷").GetComponent<Button>().onClick.AddListener(() =>
|
||||
{
|
||||
SettingLoader.Instance.TryRead("Language", out var currentLanguage);
|
||||
var url = currentLanguage == "zh-Hans" ? ConstRef.SurveyURL_CN : ConstRef.SurveyURL_EN;
|
||||
string url = currentLanguage switch
|
||||
{
|
||||
"zh-Hans" => ConstRef.SurveyURL_CN,
|
||||
"en" => ConstRef.SurveyURL_EN,
|
||||
"ja-JP" => ConstRef.SurveyURL_JP,
|
||||
_ => ConstRef.SurveyURL_EN,
|
||||
};
|
||||
Application.OpenURL(url);
|
||||
});
|
||||
others.Find("关注").GetComponent<Button>().onClick.AddListener(() =>
|
||||
|
||||
@@ -14,6 +14,7 @@ namespace AibisDream.Utility
|
||||
|
||||
public const string SurveyURL_CN = "https://jsj.top/f/HkmCnH";
|
||||
public const string SurveyURL_EN = "https://jsj.top/f/y501LX";
|
||||
public const string SurveyURL_JP = "https://jsj.top/f/icnVug";
|
||||
|
||||
public const string WishlistURL = "https://store.steampowered.com/app/3473430/_All_Our_Broken_Parts?utm_source=playtest";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"Volume": "0.20",
|
||||
"Language": "ja-JP",
|
||||
"WindowMode": "Windowed",
|
||||
"TextSpeed": "3.0",
|
||||
"TextSpeed": "1.0",
|
||||
"OpenTimer": false,
|
||||
"EndTime": 1500
|
||||
}
|
||||
@@ -133,7 +133,7 @@ PlayerSettings:
|
||||
vulkanEnableLateAcquireNextImage: 0
|
||||
vulkanEnableCommandBufferRecycling: 1
|
||||
loadStoreDebugModeEnabled: 0
|
||||
bundleVersion: 0.3.3.6-20251129-172343
|
||||
bundleVersion: 0.3.3.7-20251201-213229
|
||||
preloadedAssets:
|
||||
- {fileID: 11400000, guid: 0fb2bc2476953fc43a74f0ab8879077c, type: 2}
|
||||
metroInputSource: 0
|
||||
|
||||
Reference in New Issue
Block a user