Commit d324273c authored by fallenstardust's avatar fallenstardust

鸣谢

parent f5f78297
{
"welcome": [
"本小姐是最强的!",
"AI功能正在测试中,遇到问题请及时反馈。",
"尸体大佬让本小姐来手机陪你,还不快谢主隆恩!",
"饼蛙是什么,好吃吗?"
],
"deckerror": [
......
{
"welcome": [
"你好,我是一个机器人。",
"AI功能正在测试中,遇到问题请及时反馈。"
"尸体大佬让我来你的手机玩,要谢谢大佬们的努力"
],
"deckerror": [
"我的超主流卡组需要{0}才能玩。"
......
{
"welcome": [
"Hi, I'm WindBot."
"Hi, I'm WindBot.Mercury233 let me here and play with you"
],
"deckerror": [
"Sorry, it seems that I have too much {0} in my deck."
......
{
"welcome": [
"你好,我是一个机器人。",
"AI功能正在测试中,遇到问题请及时反馈。",
"尸体大佬让我来你的手机当专属沙包,有问题请反馈。",
"总有人叫我沙包……"
],
"deckerror": [
......
......@@ -2,7 +2,7 @@
"welcome": [
"你好,我是一个机器人,我的名字叫尼亚,但我并不是本体,只是一个分身哦。",
"终有一天,我的力量将会强过本体的!你们走着瞧吧!",
"AI功能正在测试中,遇到问题请及时反馈。"
"尸体让我来你手机报社你,来社保我啊!"
],
"deckerror": [
"什么,居然不让我使用我无敌的{0}!"
......
{
"welcome": [
"你好,我是一个机器人。",
"AI功能正在测试中,遇到问题请及时反馈。"
"听说你们嫌AI难,但你一定不会嫌我难的"
],
"deckerror": [
"抱歉,我的卡组里的{0}的数量似乎出了问题。"
......
{
"welcome": [
"你好,我是一个机器人。",
"AI功能正在测试中,遇到问题请及时反馈。"
"尸体大佬让我来你的手机陪你决斗,有问题不要怪我……"
],
"deckerror": [
"抱歉,我的卡组里的{0}的数量似乎出了问题。"
......
{
"welcome": [
"你好,我是一个机器人。",
"AI功能正在测试中,遇到问题请及时反馈。"
"感谢尸体,废话多,暗星等大佬我才能来到你的手机"
],
"deckerror": [
"抱歉,我的卡组里的{0}的数量似乎出了问题。"
......
......@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile"
minSdkVersion 16
targetSdkVersion 22
versionCode 32010521
versionCode 32010522
versionName "3.2.1"
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
......
......@@ -157,9 +157,9 @@ public class ResCheckTask extends AsyncTask<Void, Integer, Integer> {
IOUtils.copyFilesFromAssets(mContext, getDatapath(Constants.CORE_PICS_ZIP),
resPath, needsUpdate);
}
if (IOUtils.hasAssets(mContext, getDatapath(Constants.WINDBOT_PATH))) {
if(needsUpdate) {
IOUtils.copyFilesFromAssets(mContext, getDatapath(Constants.WINDBOT_PATH),
resPath, needsUpdate);
new File(resPath, Constants.WINDBOT_PATH).getAbsolutePath(), needsUpdate);
}
//初始化windbot
checkWindbot();
......@@ -319,7 +319,7 @@ public class ResCheckTask extends AsyncTask<Void, Integer, Integer> {
}
public void checkWindbot(){
WindBot.initAndroid("/storage/emulated/0/ygocore/deck","data/data/cn.garymb.ygomobile/databases/cards.cdb");
WindBot.initAndroid("/storage/emulated/0/ygocore/deck","/storage/emulated/0/ygocore/cards.cdb");
ResCheckTask.MessageReceiver mReceiver = new ResCheckTask.MessageReceiver();
IntentFilter filter = new IntentFilter();
filter.addAction("RUN_WINDBOT");
......
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