-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (111 loc) · 5.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="VuePress 2.0.0-beta.35">
<style>
:root {
--c-bg: #fff;
}
html, body {
background-color: var(--c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme');
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) {
document.documentElement.classList.toggle('dark', true);
}
function custom_close() {
if (confirm("您确定要关闭本页吗?")) {
window.opener = null;
window.open('', '_self');
window.close();
}
}
</script>
<link rel="icon"
href="https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/18/4c/ab/184cabcb-bdcd-2ae5-f48d-acc783341025/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/1200x0w.webp">
<title>Domcer查询</title>
<meta name="description" content="DoMCer查询网站">
<link rel="stylesheet" href="css/style1.css">
</head>
<body>
<div id="app">
<div class="theme-container no-sidebar">
<header ref_key="navbar" class="navbar">
<div class="toggle-sidebar-button" title="toggle sidebar" aria-expanded="false" role="button" tabindex="0">
<div class="icon" aria-hidden="true">
<span></span>
<span></span>
<span></span>
</div>
</div>
<span><a aria-current="page" href="index.html" class="router-link-active router-link-exact-active"><span
class="site-name">ETS-Ans 查询工具</span></a></span>
<div class="navbar-items-wrapper" style>
<nav class="navbar-items can-hide">
<div class="navbar-item">
<a href="https://www.ets100.com"> E听说官网 </a>
</div>
<div class="navbar-item">
<a class="external-link" href="https://qm.qq.com/q/p9fnj458Nc" rel="noopener noreferrer"
target="_blank" aria-label="QQ"> 作者QQ
<span>
<svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"
focusable="false" x="0px" y="0px" viewbox="0 0 100 100" width="15" height="15">
<path
fill="currentColor"
d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon
fill="currentColor"
points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span
class="external-link-icon-sr-only">open in new window</span>
</span>
</a>
</div>
</nav>
</div>
</header>
<main class="home">
<header class="hero"><img
src="https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/18/4c/ab/184cabcb-bdcd-2ae5-f48d-acc783341025/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/1200x0w.webp"
alt="go-cqhttp">
<h1 id="main-title">ETS-Ans Search</h1>
<p class="description">基于E听说源文件实现</p>
<p class="actions">
<a class="external-link action-button secondary" onClick="custom_close()"> 我不需要🚫 <span>
<a href="ets.html" class="action-button primary" aria-label="快速上手🚀">立即使用🚀 </a>
</p>
</header>
<div class="features">
<div class="feature"><h2>过去</h2>
<p>E听说拿不到80%怎么办。</p></div>
<div class="feature"><h2>现在</h2>
<p>有了答案80%不是轻轻松松?</p></div>
<div class="feature"><h2>未来</h2>
<p>或许他能自动帮我读。</p></div>
</div>
<div class="theme-default-content custom"></div>
<p class="footer"> | By
<a href="https://qm.qq.com/q/p9fnj458Nc" target="_blank">BB_CHICKEN</a> |
</p>
</main>
</div>
</div>
</body>
</html>
<!--
▃▆█▇▄▖
▟◤▖ ◥█▎
◢◤ ▐ ▐▉
▗◤ ▂ ▗▖ ▕█▎
◤ ▗▅▖◥▄ ▀◣ █▊
▐ ▕▎◥▖◣◤ ◢██
█◣ ◥▅█▀ ▐██◤
▐█▙▂ ◢██◤
◥██◣ ◢▄◤
▀██▅▇▀
哲学♂ 114514
-->