-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from iori2333/production
Merge for production
- Loading branch information
Showing
70 changed files
with
3,859 additions
and
9,521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Mirror Front Error Report | ||
about: 镜像前端显示问题报告 | ||
title: "[MFR] Mirror Front End Error Report" | ||
labels: bug | ||
assignees: yaoge123 | ||
|
||
--- | ||
|
||
## Note | ||
<!-- (Thanks for your report, please done the following and add x in `[ ]`) --> | ||
- [ ] I understand that the issue raised here **is** related to the **front-end**. | ||
- [ ] I understand that the issue raised here **is not** related to the **docmuent or files**. | ||
- [ ] I have looked it up in opening issue, it's **not** reported by others. | ||
- [ ] I have looked it up in closed issue, it's **not refused** for some reasons. | ||
|
||
## Error Information | ||
<!-- Description the **repo url**, **error inforation** and **how to update the doc.**--> | ||
|
||
|
||
|
||
## Other Information | ||
<!-- don't write things in comments. --> | ||
|
||
- os with version [操作系统及版本]: <!-- eg: win11 22H2 --> | ||
- browser with version [浏览器及版本]: <!-- eg: chrome 108.0.5359.125 --> | ||
- appear time [大致出现问题的时间]: <!-- eg: 2023/01/01 17:40 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>NJU Mirror</title> | ||
</head> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>NJU Mirror</title> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
</body> | ||
|
||
</html> | ||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
<script> | ||
if (window.ActiveXObject || 'ActiveXObject' in window) { | ||
document.getElementById('app').innerHTML = | ||
'Internet Explorer is no longer supported. Please use modern browsers such as Chrome, Firefox, Edge, etc.'; | ||
} | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.