ChenyuRabbitLove commited on
Commit
23f6bcb
1 Parent(s): d74d85d

refoctor: rename adventoure log and remove unused html file

Browse files
htmls/adventure_blank.html CHANGED
@@ -59,7 +59,7 @@
59
  <body>
60
 
61
  <div id="log-container">
62
- <div class="title">冒險週記</div>
63
  </div>
64
 
65
  </body>
 
59
  <body>
60
 
61
  <div id="log-container">
62
+ <div class="title">冒險故事</div>
63
  </div>
64
 
65
  </body>
htmls/adventure_template.html CHANGED
@@ -59,7 +59,7 @@
59
  <body>
60
 
61
  <div id="log-container">
62
- <div class="title">冒險週記</div>
63
  {logs}
64
  </div>
65
 
 
59
  <body>
60
 
61
  <div id="log-container">
62
+ <div class="title">冒險故事</div>
63
  {logs}
64
  </div>
65
 
htmls/progress_bar.html DELETED
@@ -1,53 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta charset="UTF-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Fancy Progress Bar with Counter</title>
8
- <style>
9
- body {
10
- font-family: 'Arial', sans-serif;
11
- background-color: #f4f4f4;
12
- }
13
-
14
- .progress-container {
15
- width: 80%;
16
- max-width: 500px;
17
- background: linear-gradient(to right, #f3f3f3, #e7e7e7);
18
- border-radius: 15px;
19
- margin: 0px auto;
20
- padding: 5px;
21
- position: relative;
22
- box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
23
- }
24
-
25
- .progress-bar {
26
- width: 41.6%;
27
- height: 30px;
28
- background: linear-gradient(to right, #34D399, #059669);
29
- border-radius: 12px;
30
- box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
31
- }
32
-
33
- .counter {
34
- position: absolute;
35
- top: 50%;
36
- left: 50%;
37
- transform: translate(-50%, -50%);
38
- font-size: 20px;
39
- font-weight: bold;
40
- color: #333;
41
- text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
42
- }
43
- </style>
44
- </head>
45
-
46
- <body>
47
- <div class="progress-container">
48
- <div class="counter" id="counter">5/12</div>
49
- <div class="progress-bar" id="progressBar"></div>
50
- </div>
51
- </body>
52
-
53
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
htmls/stage_desc.html DELETED
@@ -1,41 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta charset="UTF-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <title>Fancy Text Container</title>
8
- <style>
9
- body {
10
- font-family: 'Arial', sans-serif;
11
- background-color: #f4f4f4;
12
- }
13
-
14
- .text-container {
15
- width: 80%;
16
- max-width: 500px;
17
- background: linear-gradient(to right, #f3f3f3, #e7e7e7);
18
- border-radius: 15px;
19
- margin: 0px auto;
20
- padding: 20px;
21
- box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
22
- text-align: center;
23
- }
24
-
25
- .fancy-text {
26
- font-size: 20px;
27
- font-weight: bold;
28
- color: #333;
29
- text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
30
- line-height: 1.5;
31
- }
32
- </style>
33
- </head>
34
-
35
- <body>
36
- <div class="text-container">
37
- <p class="fancy-text">就在找到「真理代碼」之際,AI 狐狸貓機器人發起對「光束守護者」的攻擊,迫使他們做出是否自我犧牲以完成任務的選擇。</p>
38
- </div>
39
- </body>
40
-
41
- </html>