Commit b707cc9f authored by fallenstardust's avatar fallenstardust

3.9.8 LOG-O

parent d0c466a3
...@@ -16,15 +16,24 @@ ...@@ -16,15 +16,24 @@
特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力. 特别感谢: 尸体233,废话多,大毛,幻兽L 的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.9.7</li> <li style="color:#ffff00">3.9.8</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡1109+KC01+VJ; 2.新卡DP27+VP22+T1108+AC02+VJ;
3.2022-7-1OCG禁卡表;
4.2022-5-17TCG禁卡表;
变更: 变更:
1.修正搜索关键词和卡名一致的卡不会置顶的问题; 1.修复bot一些出牌问题;
2.先行卡覆盖时删除旧的卡组展示文件; 2.先行卡覆盖时删除旧的卡组展示文件;
3.修复卡组码保存卡组后无法刷新的问题;
4.竖屏卡组管理
·增加显示主卡组第一张卡预览;
·增加是否符合最新禁卡表标识;
·增加是否含有先行卡标识;
·增加主卡额外副卡统计数量;
·增加主卡数量不够的高亮显示;
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
<pre> <pre>
......
...@@ -9,8 +9,8 @@ android { ...@@ -9,8 +9,8 @@ android {
minSdkVersion 21 minSdkVersion 21
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 390700430 versionCode 390800618
versionName "3.9.7" versionName "3.9.8"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
......
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