Skip to content

Commit

Permalink
chore: add more specific warning
Browse files Browse the repository at this point in the history
  • Loading branch information
7086cmd committed Nov 25, 2024
1 parent b8db54c commit 24fa02a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,24 @@ const clarityId = document.cookie
?.split('=')[1].substring(0, 6)
if (clarityId === 'glb8xp') {
document.write('你的设备已被限制访问。请将你的平板送到政教处接收调查。')
document.write(`你的设备已被限制访问。请将你的平板送到政教处接受调查。目前消息表明你是蛟一 2 班或蛟一 3 班的学生。
你的行为包括但不限于:
1. 盗用多人账号并进行违规操作(包括但不限于谈甬、黄子隽、张哲恒、系统等);
2. 盗用他人账号给罗泽宸建立义工;
3. 盗用系统账号乱发通知;
4. 挑衅将管理员名字修改;
5. 盗用管理员账号给罗泽宸与系统账号加权限;
6. 恶意修改多人密码。
警告:你的行为已经违反了校纪校规,相关热重绘证据与请求历史已经保存,并报备学校。
`)
}
watch(
Expand Down

0 comments on commit 24fa02a

Please sign in to comment.