diff --git a/api/api-web.php b/api/api-web.php index ce1f271..f2143a5 100644 --- a/api/api-web.php +++ b/api/api-web.php @@ -47,7 +47,8 @@ if (isset($_POST['delDir'])) {

EasyImage2.0 快捷操作中心


-
此页面为常用一键操作,目录保存以 年/月/日/ 递进,非必要请勿修改!否则会导致部分操作不可用。
+
此页面为常用一键操作,目录保存以 年/月/日/ 递进,非必要请勿修改!否则会导致部分操作不可用。
+
当前版本:
@@ -159,7 +160,7 @@ if (isset($_POST['delDir'])) {
- + @@ -170,6 +171,7 @@ if (isset($_POST['delDir'])) { readJson()) { // 版本相同不提示 return null; } else { // 返回版本 - return ':' . $getVersion->readJson(); + return ':' . $getVersion->readJson(); } } } else { diff --git a/libs/list.php b/libs/list.php index a99b33c..0b827e7 100644 --- a/libs/list.php +++ b/libs/list.php @@ -10,9 +10,9 @@ if ($config['showSwitch']) { if ($fileArr[0]) { foreach ($fileArr as $key => $value) { if ($key < $keyNum) { - $boxImg = $config['domain'] . config_path($path) . $value; + $boxImg = $config['imgurl'] . config_path($path) . $value; echo '
- 简单图床-EasyImage + 简单图床-EasyImage
打开原图 @@ -70,27 +70,122 @@ $httpUrl = array(
- + - + - - - - - \ No newline at end of file diff --git a/public/images/loading.svg b/public/images/loading.svg new file mode 100644 index 0000000..5a9f41d --- /dev/null +++ b/public/images/loading.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/rocket_button_up.png b/public/images/rocket_button_up.png new file mode 100644 index 0000000..67e85df Binary files /dev/null and b/public/images/rocket_button_up.png differ diff --git a/public/images/top.png b/public/images/top.png deleted file mode 100644 index 51518cc..0000000 Binary files a/public/images/top.png and /dev/null differ