增加关于页;优化用户体验

This commit is contained in:
ember 2025-02-24 01:47:15 +08:00
parent 026d60c823
commit becdffde2b
12 changed files with 233 additions and 25 deletions

2
.gitignore vendored
View File

@ -2,6 +2,8 @@
node_modules
node_modules/
server/
东北大学.com/
东北大学.com
cookie函数.txt
file_index.json
push_log.json

1
dist/css/app.19feb207.css 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

2
dist/index.html vendored
View File

@ -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>NEU小站课程评分系统 - v1.1</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.06c2471a.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.63f333fa.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but myproject 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>NEU小站课程评分系统</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.4a12ae97.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.19feb207.css" rel="stylesheet"></head><body><noscript><strong>本系统需要JavaScript支持请启用JavaScript后继续。</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

2
dist/js/app.4a12ae97.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="">
<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.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>NEU小站课程评分系统 - v1.1</title>
<title>NEU小站课程评分系统</title>
</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>本系统需要JavaScript支持请启用JavaScript后继续。</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->

View File

@ -151,14 +151,15 @@ html, body {
width: 250px;
background-color: rgb(51,51,51);
padding: 10px;
height: 100vh;
height: 98%;
}
.main-content {
flex-grow: 1;
padding: 20px;
background-color: white;
max-width: 920px; /* 设置最大宽度 */
max-width: 98%;
max-height: 98%;
}
.forbidden-container {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More