修改登录说明
This commit is contained in:
parent
8a5653ec16
commit
c0c0146c54
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>front</title><script defer="defer" src="/js/chunk-vendors.f83cd08c.js"></script><script defer="defer" src="/js/app.1700cd69.js"></script><link href="/css/chunk-vendors.26a88809.css" rel="stylesheet"><link href="/css/app.ab2c0ecf.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but front doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>front</title><script defer="defer" src="/js/chunk-vendors.9a7fe079.js"></script><script defer="defer" src="/js/app.1e31bdc1.js"></script><link href="/css/chunk-vendors.26a88809.css" rel="stylesheet"><link href="/css/app.ab2c0ecf.css" rel="stylesheet"></head><body><noscript><strong>我们很抱歉,front 在 JavaScript 未启用时无法正常工作。请启用它以继续。</strong></noscript><div id="app"></div></body></html>
|
2
dist/js/app.1700cd69.js
vendored
2
dist/js/app.1700cd69.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.1e31bdc1.js
vendored
Normal file
2
dist/js/app.1e31bdc1.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
<strong>我们很抱歉,<%= htmlWebpackPlugin.options.title %> 在 JavaScript 未启用时无法正常工作。请启用它以继续。</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div class="login-message">请登录后进入NEU小站OJ题库!</div>
|
||||
<button class="login-button" @click="goToLogin">前往登录</button>
|
||||
<div class="login-note">本系统所有题目来自东北大学OJ系统,本站仅归纳展示题目,不提供在线评测环境。</div>
|
||||
<div class="login-note">为帮助考研NEU同学准备复试机试,本系统仅需注册账号即可使用,无需经过校内验证。</div>
|
||||
<div class="login-note">本系统向所有用户公开,仅需注册账号即可使用,无需经过校内验证。</div>
|
||||
</div>
|
||||
<template v-else>
|
||||
<div class="sidebar">
|
||||
|
Loading…
x
Reference in New Issue
Block a user