Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile-Cn-Ko-En
Commits
0441268c
Commit
0441268c
authored
Jul 20, 2025
by
feihuaduo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新资源截止2025年7月19日
parent
0e4863a2
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
648 additions
and
252 deletions
+648
-252
mobile/assets/data/conf/lflist.conf
mobile/assets/data/conf/lflist.conf
+627
-232
mobile/assets/data/conf/strings.conf
mobile/assets/data/conf/strings.conf
+6
-2
mobile/assets/data/conf/system.conf
mobile/assets/data/conf/system.conf
+0
-15
mobile/build.gradle
mobile/build.gradle
+2
-2
mobile/src/main/java/com/ourygo/ygomobile/ui/activity/AboutActivity.kt
...in/java/com/ourygo/ygomobile/ui/activity/AboutActivity.kt
+7
-0
mobile/src/main/java/com/ourygo/ygomobile/util/OYUtil.kt
mobile/src/main/java/com/ourygo/ygomobile/util/OYUtil.kt
+5
-0
mobile/src/main/res/values/strings.xml
mobile/src/main/res/values/strings.xml
+1
-1
No files found.
mobile/assets/data/conf/lflist.conf
View file @
0441268c
This diff is collapsed.
Click to expand it.
mobile/assets/data/conf/strings.conf
View file @
0441268c
...
...
@@ -661,6 +661,7 @@
!
counter
0
x106b
狂爱指示物
!
counter
0
x6c
访问指示物
!
counter
0
x6d
祝台指示物
!
counter
0
x6e
四季指示物
#setnames, using tab for comment
!
setname
0
x1
正义盟军
A
・
O
・
J
!
setname
0
x2
次世代 ジェネクス
...
...
@@ -1243,7 +1244,7 @@
!
setname
0
x1c0
龙华 竜華
!
setname
0
x1c1
阿尔戈☆群星
ARG
☆
S
!
setname
0
x1c2
喷水引擎 アクア・ジェット
!
setname
0
x1c3
御
剑
Mitsurugi
!
setname
0
x1c3
巳
剑
Mitsurugi
!
setname
0
x1c4
征龙 征竜
!
setname
0
x1c5
再世 再世
!
setname
0
x1c6
统王 ドミナス
...
...
@@ -1251,4 +1252,7 @@
!
setname
0
x1c8
阿匹卜
Apophis
!
setname
0
x1c9
星辰 ドラゴンテイル
!
setname
0
x1ca
味美喵 ヤミー
!
setname
0
x1cb
K9
K9
\ No newline at end of file
!
setname
0
x1cb
K9
!
setname
0
x1cc
瞬间移动 テレポート
!
setname
0
x1cd
神艺 アルトメギア
!
setname
0
x1ce
狱神 獄神
mobile/assets/data/conf/system.conf
deleted
100644 → 0
View file @
0e4863a2
#favorites
23434538
48130397
10045474
14558127
24224830
41420027
97268402
65681983
91800273
27204311
35261759
24508238
23002292
82385847
\ No newline at end of file
mobile/build.gradle
View file @
0441268c
...
...
@@ -13,8 +13,8 @@ android {
applicationId
"com.ourygo.ygomobile"
minSdkVersion
21
targetSdkVersion
23
versionCode
4
8
versionName
"1.2.1
0
"
versionCode
4
9
versionName
"1.2.1
1
"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
multiDexEnabled
true
...
...
mobile/src/main/java/com/ourygo/ygomobile/ui/activity/AboutActivity.kt
View file @
0441268c
...
...
@@ -20,6 +20,13 @@ class AboutActivity : BaseActivity() {
private
val
updateList
by
lazy
{
arrayListOf
(
UpdateLog
.
toUpdateLog
(
"1.2.11"
,
"""
更新ygo内核
更新卡包TTP1+VJ
"""
.
trimIndent
()
),
UpdateLog
.
toUpdateLog
(
"1.2.10"
,
"""
...
...
mobile/src/main/java/com/ourygo/ygomobile/util/OYUtil.kt
View file @
0441268c
...
...
@@ -445,6 +445,11 @@ object OYUtil {
private
val
newCardBagList
:
List
<
CardBag
>
get
()
{
return
arrayListOf
(
CardBag
(
"TTP1"
,
""
,
"TTP1"
),
CardBag
(
"AC04"
,
""
,
...
...
mobile/src/main/res/values/strings.xml
View file @
0441268c
<?xml version="1.0" encoding="utf-8"?>
<resources
xmlns:tools=
"http://schemas.android.com/tools"
tools:ignore=
"StringFormatInvalid"
>
<string
name=
"app_name"
translatable=
"false"
>
YGO-OY
</string>
<string
name=
"app_version_name"
translatable=
"false"
>
1.2.1
0
</string>
<string
name=
"app_version_name"
translatable=
"false"
>
1.2.1
1
</string>
<string
name=
"start_exception"
>
Start Exception
</string>
<string
name=
"copy_exception"
>
Copy Exception
</string>
<string
name=
"join_room"
>
Join Room
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment