修改验证模态框文字

This commit is contained in:
Ember 2025-01-17 03:18:53 +08:00
parent 7e6d1b42e2
commit 27f08d537a

View File

@ -7,7 +7,7 @@
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<title>NEU小站</title> <title>NEU小站</title>
<meta name="keywords" content=""> <meta name="keywords" content="">
<meta name="description" content="用户中心 邮箱 密码 登录或注册 未注册的用户将自动注册为确保您是东北大学师生注册后需进行校园网或校园邮箱@stu.neu.edu.cn验证才能激活账户如您直接使用校园邮箱注册则可以自动激活账户 系统尝试为您进行校园网认证失败请前往手动认证 <meta name="description" content="用户中心 邮箱 密码 登录或注册 未注册的用户将自动注册为确保您是东北大学师生注册后需进行校园网或校园邮箱@stu.neu.edu.cn验证才能激活账户如您直接使用校园邮箱注册则可以自动激活账户 系统尝试为您进行校园网或校园邮箱认证失败请前往手动认证
前往验证 退出登录 我要投稿 个人信息 我的内容 退出登录 前往验证 退出登录 我要投稿 个人信息 我的内容 退出登录
修改 Nickname V V 修改 email@example.com 修改 Nickname V V 修改 email@example.com
请注意:由于浏览器缓存,修改头像或昵称后网站更新可能有延迟。 请注意:由于浏览器缓存,修改头像或昵称后网站更新可能有延迟。
@ -272,7 +272,7 @@ async function fetchNoCache(url) {
</div> </div>
<!-- 自定义模态框 --> <!-- 自定义模态框 -->
<div id="customModal" style="display: none; position: fixed; z-index: 1000; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 20px; background-color: white; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0,0,0,0.5);"> <div id="customModal" style="display: none; position: fixed; z-index: 1000; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 20px; background-color: white; border: 1px solid #ccc; box-shadow: 0 0 10px rgba(0,0,0,0.5);">
<p>系统尝试为您进行校园网认证失败,请前往手动认证!</p> <p>系统尝试为您进行校园网或校园邮箱认证失败,请前往手动认证!</p>
<button id="confirmButton">前往验证</button> <button id="confirmButton">前往验证</button>
<button id="logoutButton">退出登录</button> <button id="logoutButton">退出登录</button>
</div> </div>