[Update/Refactor] About VRCT: Poster Showcase. ワールド名追加や、ハイパーリンクの設定(Xの投稿)。
リンクがまだ(投稿がまだ)のものは、アイコンが暗く、クリックも出来ないように。 項目が増えたことにより、ページネーションの動きを新しく。
This commit is contained in:
7
view.py
7
view.py
@@ -1046,7 +1046,7 @@ class View():
|
||||
def openWebPage_DeepL_Auth_Key(self):
|
||||
self.openWebPage(config.DEEPL_AUTH_KEY_PAGE_URL)
|
||||
|
||||
def openWebPage_AboutVrct(self, target_type:str):
|
||||
def openWebPage_AboutVrct(self, target_type:str, arg):
|
||||
url = ""
|
||||
match (target_type):
|
||||
case ("X_MISYA"):
|
||||
@@ -1086,6 +1086,11 @@ class View():
|
||||
case ("SUPPORTER_REGISTRATION"):
|
||||
url = "https://docs.google.com/forms/d/e/1FAIpQLSepLzdEOTJQFVHdOOxAA0dix3zCmnNBlmH4XWon5FldXkIiqw/viewform"
|
||||
|
||||
|
||||
case ("X_SHIINA_POSTER_SHOWCASE_POST"):
|
||||
url = "https://twitter.com/Shiina_12siy/status/" + arg
|
||||
|
||||
|
||||
case "TEMP":
|
||||
print("here is still under construction.")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user