Commit 0441268c authored by feihuaduo's avatar feihuaduo

更新资源截止2025年7月19日

parent 0e4863a2
This diff is collapsed.
...@@ -661,6 +661,7 @@ ...@@ -661,6 +661,7 @@
!counter 0x106b 狂爱指示物 !counter 0x106b 狂爱指示物
!counter 0x6c 访问指示物 !counter 0x6c 访问指示物
!counter 0x6d 祝台指示物 !counter 0x6d 祝台指示物
!counter 0x6e 四季指示物
#setnames, using tab for comment #setnames, using tab for comment
!setname 0x1 正义盟军 AOJ !setname 0x1 正义盟军 AOJ
!setname 0x2 次世代 ジェネクス !setname 0x2 次世代 ジェネクス
...@@ -1243,7 +1244,7 @@ ...@@ -1243,7 +1244,7 @@
!setname 0x1c0 龙华 竜華 !setname 0x1c0 龙华 竜華
!setname 0x1c1 阿尔戈☆群星 ARGS !setname 0x1c1 阿尔戈☆群星 ARGS
!setname 0x1c2 喷水引擎 アクア・ジェット !setname 0x1c2 喷水引擎 アクア・ジェット
!setname 0x1c3 Mitsurugi !setname 0x1c3 Mitsurugi
!setname 0x1c4 征龙 征竜 !setname 0x1c4 征龙 征竜
!setname 0x1c5 再世 再世 !setname 0x1c5 再世 再世
!setname 0x1c6 统王 ドミナス !setname 0x1c6 统王 ドミナス
...@@ -1251,4 +1252,7 @@ ...@@ -1251,4 +1252,7 @@
!setname 0x1c8 阿匹卜 Apophis !setname 0x1c8 阿匹卜 Apophis
!setname 0x1c9 星辰 ドラゴンテイル !setname 0x1c9 星辰 ドラゴンテイル
!setname 0x1ca 味美喵 ヤミー !setname 0x1ca 味美喵 ヤミー
!setname 0x1cb K9 K9 !setname 0x1cb K9
\ No newline at end of file !setname 0x1cc 瞬间移动 テレポート
!setname 0x1cd 神艺 アルトメギア
!setname 0x1ce 狱神 獄神
#favorites
23434538
48130397
10045474
14558127
24224830
41420027
97268402
65681983
91800273
27204311
35261759
24508238
23002292
82385847
\ No newline at end of file
...@@ -13,8 +13,8 @@ android { ...@@ -13,8 +13,8 @@ android {
applicationId "com.ourygo.ygomobile" applicationId "com.ourygo.ygomobile"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 23 targetSdkVersion 23
versionCode 48 versionCode 49
versionName "1.2.10" versionName "1.2.11"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
multiDexEnabled true multiDexEnabled true
......
...@@ -20,6 +20,13 @@ class AboutActivity : BaseActivity() { ...@@ -20,6 +20,13 @@ class AboutActivity : BaseActivity() {
private val updateList by lazy { private val updateList by lazy {
arrayListOf( arrayListOf(
UpdateLog.toUpdateLog(
"1.2.11",
"""
更新ygo内核
更新卡包TTP1+VJ
""".trimIndent()
),
UpdateLog.toUpdateLog( UpdateLog.toUpdateLog(
"1.2.10", "1.2.10",
""" """
......
...@@ -445,6 +445,11 @@ object OYUtil { ...@@ -445,6 +445,11 @@ object OYUtil {
private val newCardBagList: List<CardBag> private val newCardBagList: List<CardBag>
get() { get() {
return arrayListOf( return arrayListOf(
CardBag(
"TTP1",
"",
"TTP1"
),
CardBag( CardBag(
"AC04", "AC04",
"", "",
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="StringFormatInvalid"> <resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="StringFormatInvalid">
<string name="app_name" translatable="false">YGO-OY</string> <string name="app_name" translatable="false">YGO-OY</string>
<string name="app_version_name" translatable="false">1.2.10</string> <string name="app_version_name" translatable="false">1.2.11</string>
<string name="start_exception">Start Exception</string> <string name="start_exception">Start Exception</string>
<string name="copy_exception">Copy Exception</string> <string name="copy_exception">Copy Exception</string>
<string name="join_room">Join Room</string> <string name="join_room">Join Room</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment