diff --git a/pages/index/index.ux b/pages/index/index.ux
index 6a26ac9..bf0b9f7 100644
--- a/pages/index/index.ux
+++ b/pages/index/index.ux
@@ -2,270 +2,282 @@
+ src="/common/ATRI_TrueEnding.png">
TRUE END
-
START
-
LOAD
-
SYSTEM
-
EXIT
+ @click="loadRecoveryData('TE')">
+ TRUE END
+
+
START
+
LOAD
+
SYSTEM
+
EXIT
+ @swipe="back()">
+ style="font-size: 30px"
+ @click="loadRecoveryData($idx)">
+ 存档{{ $idx + 1 }}
+
+ @swipe="ban()">
在"SYSTEM"中调整显示速度和文字大小
游戏中左滑进入菜单,右滑返回
- 请先到SYSTEM界面下载文本和图像资源!!
+
+ 请先到SYSTEM界面下载文本和图像资源!!
+
---------------
移植:@chorblack
感谢:@Wxz226@liuyuze61
---------------
- 确定
+
+ 确定
+
diff --git a/pages/settings/index.ux b/pages/settings/index.ux
index ef89282..4d2871b 100644
--- a/pages/settings/index.ux
+++ b/pages/settings/index.ux
@@ -226,7 +226,7 @@
var p = new Promise((resolve) => (cb = resolve))
// let byteSize = await send(`/photobyte/${id}`, null, 'GET', 'json')
await send(
- `http://download.chorblack.top/directlink/local/atri/${name}`,
+ `http://download.chorblack.top/pd/local/atri/${name}`,
null,
'GET',
'json'
@@ -293,7 +293,7 @@
var p = new Promise((resolve) => (cb = resolve))
// let byteSize = await send(`/photobyte/${id}`, null, 'GET', 'json')
await send(
- `http://download.chorblack.top/directlink/local/atri/${name}`,
+ `http://download.chorblack.top/pd/local/atri/${name}`,
null,
'GET',
'arraybuffer'