1 Star 0 Fork 10

Ya-haha/migration-tools-src

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0005-system-check-page-before-migration-displayed.patch 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
From 26b6311228a3166ace4e83bd69e030227b95343f Mon Sep 17 00:00:00 2001
From: lihaipeng <lihaipeng@uniontech.com>
Date: Fri, 30 Aug 2024 10:28:54 +0800
Subject: [PATCH] system check page before migration displayed
---
templates/MT_check_environment.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/MT_check_environment.html b/templates/MT_check_environment.html
index 1e6da94..be254c0 100644
--- a/templates/MT_check_environment.html
+++ b/templates/MT_check_environment.html
@@ -57,7 +57,7 @@
<hr style="opacity: 0.1;border: 1px solid #4C4D4E;width:99%;" />
</br>
</br>
- <button onclick="close_tool();" data-toggle="modal" data-target="#exampleModal" type="submit" class="menter_btn_a_a_lf" data-locale="Exit" style="text-align: center; line-height: 37px; color:black; font-size:18px;"><style>a{TEXT-DECORATION:none}</style>取消</button>
+ <button onclick="close_tool();" data-toggle="modal" data-target="#exampleModal" type="submit" class="menter_btn_a_a_lf" data-locale="Exit" style="text-align: center; line-height: 37px; color:black; font-size:18px;"><style>a{TEXT-DECORATION:none}</style>上一步</button>
<button id="next_id" onclick="save();" data-locale="Next_Step" type="submit" class="menter_btn_a_a_lf" name="" style="text-align: center; line-height: 37px; color:black; font-size:18px;opacity: 1"><style>a{TEXT-DECORATION:none}</style>下一步</button>
</div>
</div>
@@ -175,7 +175,7 @@
}
function close_tool() {
- alert("确定关闭迁移软件吗?")
+ window.location.href="MT_check_user"
}
</script>
--
2.43.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuezhizone/migration-tools-src.git
git@gitee.com:xuezhizone/migration-tools-src.git
xuezhizone
migration-tools-src
migration-tools-src
master

搜索帮助