yfor commited on
Commit
5385eff
·
1 Parent(s): b540ac1

init static pages

Browse files
assets/home-45161ba8.js ADDED
The diff for this file is too large to render. See raw diff
 
assets/home-5d15feba.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .loading[data-v-0afe7f66],.loading>div[data-v-0afe7f66]{position:relative;box-sizing:border-box}.loading[data-v-0afe7f66]{display:block;font-size:0;color:#000}.loading.la-dark[data-v-0afe7f66]{color:#333}.loading>div[data-v-0afe7f66]{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.loading[data-v-0afe7f66]{width:17px;height:17px}.loading>div[data-v-0afe7f66]{width:3px;height:3px;margin:1px;border-radius:100%;animation-name:ball-grid-beat-0afe7f66;animation-iteration-count:infinite}.loading>div[data-v-0afe7f66]:nth-child(1){animation-duration:.65s;animation-delay:.03s}.loading>div[data-v-0afe7f66]:nth-child(2){animation-duration:1.02s;animation-delay:.09s}.loading>div[data-v-0afe7f66]:nth-child(3){animation-duration:1.06s;animation-delay:-.69s}.loading>div[data-v-0afe7f66]:nth-child(4){animation-duration:1.5s;animation-delay:-.41s}.loading>div[data-v-0afe7f66]:nth-child(5){animation-duration:1.6s;animation-delay:.04s}.loading>div[data-v-0afe7f66]:nth-child(6){animation-duration:.84s;animation-delay:.07s}.loading>div[data-v-0afe7f66]:nth-child(7){animation-duration:.68s;animation-delay:-.66s}.loading>div[data-v-0afe7f66]:nth-child(8){animation-duration:.93s;animation-delay:-.76s}.loading>div[data-v-0afe7f66]:nth-child(9){animation-duration:1.24s;animation-delay:-.76s}@keyframes ball-grid-beat-0afe7f66{0%{opacity:1}50%{opacity:.35}to{opacity:1}}@keyframes spin-637f0da5{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotate[data-v-637f0da5]{animation:spin-637f0da5 2s linear infinite}pre[data-v-2fb25f86]{font-family:-apple-system,Noto Sans,Helvetica Neue,Helvetica,Nimbus Sans L,Arial,Liberation Sans,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,Source Han Sans SC,Source Han Sans CN,Microsoft YaHei,Wenquanyi Micro Hei,WenQuanYi Zen Hei,ST Heiti,SimHei,WenQuanYi Zen Hei Sharp,sans-serif}
assets/index-17ec560d.css ADDED
The diff for this file is too large to render. See raw diff
 
assets/index-40c2191b.js ADDED
The diff for this file is too large to render. See raw diff
 
favicon.ico ADDED
index.html CHANGED
@@ -1,19 +1,15 @@
1
  <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
  </html>
 
1
  <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" href="./favicon.ico" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>ChatTests AI备考助手</title>
8
+ <script type="module" crossorigin src="./assets/index-40c2191b.js"></script>
9
+ <link rel="stylesheet" href="./assets/index-17ec560d.css">
10
+ </head>
11
+ <body>
12
+ <div id="app"></div>
13
+
14
+ </body>
 
 
 
 
15
  </html>