admin commited on
Commit
508c4c7
·
1 Parent(s): 9e29c06
Files changed (4) hide show
  1. config-37.json +4 -4
  2. config-rem.json +3 -3
  3. index.html +2 -2
  4. js/load.js +2 -2
config-37.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "idol": "三月七",
3
  "date": "2022/03/07",
4
- "bgm": "BGM: 『星穹铁道』三月七PV 纯音乐",
5
  "bgmurl": "https://www.bilibili.com/video/BV1uB4y1m7jv",
6
  "bgmsrc": "https://genius-society-acg-album.ms.show/bgm/bgm-37.mp3",
7
- "wallpaper": "https://pic.kts.g.mi.com/6846e840152cb1af846121ca84f2f7875660865990793252613.jpg",
8
- "content": "所有没见过的东西<br>都要拍下来<br>这样就不会忘啦<br>这个列车长绝对喜欢<br>你们是来当我的模特么<br>真是不会拍照呢<br>那就让本姑娘来教教你们<br>茄子",
9
  "pics": [
10
  "https://i0.hdslb.com/bfs/article/6da702c4ccdb0dd32b5028ed6067412e5d916f10.jpg",
11
  "https://i0.hdslb.com/bfs/article/6c9bcd9f8d42d53f4354bd39e7d3048964433dcf.jpg",
 
1
  {
2
+ "idol": "March 7th",
3
  "date": "2022/03/07",
4
+ "bgm": "BGM: Honkai Star Rail March 7 PV Pure Music",
5
  "bgmurl": "https://www.bilibili.com/video/BV1uB4y1m7jv",
6
  "bgmsrc": "https://genius-society-acg-album.ms.show/bgm/bgm-37.mp3",
7
+ "wallpaper": "https://rare-gallery.com/livewalls/imgpreview/93217-Honkai-Star-Rail-March-7th.jpg",
8
+ "content": "Ahem! Hello,<br>Welcome aboard the Astral Express.<br>My name is March 7th, I'm one of the passengers.<br>We'll be working together.<br>First, we need to take your induction photo...<br>Did that scare you! Just a joke~",
9
  "pics": [
10
  "https://i0.hdslb.com/bfs/article/6da702c4ccdb0dd32b5028ed6067412e5d916f10.jpg",
11
  "https://i0.hdslb.com/bfs/article/6c9bcd9f8d42d53f4354bd39e7d3048964433dcf.jpg",
config-rem.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "idol": "雷姆",
3
  "date": "2016/06/18",
4
- "bgm": "BGM: 钢琴改版 Re: ゼロから始める異<br>世界生活ed——STYX HELIX",
5
  "bgmurl": "https://www.bilibili.com/video/av4885697",
6
  "bgmsrc": "https://genius-society-acg-album.ms.show/bgm/bgm-rem.mp3",
7
  "wallpaper": "https://genius-society-acg-album.ms.show/src/rem/8453dcd3572c11dfa0608a556f2762d0f603c299.jpg",
8
- "content": "当你读到这封信时<br>我想你一定会很生我的气<br>我不会求你原谅留下你独自前往宅邸的行为<br>但还请你明白<br>将现在的你带回宅邸是十分危险的<br>所以请你在这里等雷姆回来",
9
  "pics": [
10
  "https://images.cnblogs.com/cnblogs_com/blogs/764278/galleries/2334913/o_241110060849_rem_thank.jpg",
11
  "https://genius-society-acg-album.ms.show/src/rem/f636afc379310a55880fa16c6273e3af8226103f.jpeg",
 
1
  {
2
+ "idol": "Rem",
3
  "date": "2016/06/18",
4
+ "bgm": "BGM: Piano Revision Re: Life in a Different World from Zero ED - STYX HELIX",
5
  "bgmurl": "https://www.bilibili.com/video/av4885697",
6
  "bgmsrc": "https://genius-society-acg-album.ms.show/bgm/bgm-rem.mp3",
7
  "wallpaper": "https://genius-society-acg-album.ms.show/src/rem/8453dcd3572c11dfa0608a556f2762d0f603c299.jpg",
8
+ "content": "When you read this letter.<br>I'm sure you'll be very angry with me<br>I won't ask your forgiveness for leaving you to go to the mansion alone.<br>But please understand.<br>It would be dangerous to bring you back to the mansion now.<br>So please wait here until Rem comes back.",
9
  "pics": [
10
  "https://images.cnblogs.com/cnblogs_com/blogs/764278/galleries/2334913/o_241110060849_rem_thank.jpg",
11
  "https://genius-society-acg-album.ms.show/src/rem/f636afc379310a55880fa16c6273e3af8226103f.jpeg",
index.html CHANGED
@@ -4,7 +4,7 @@
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="referrer" content="no-referrer" />
7
- <title>二次元相册</title>
8
  <link rel="shortcut icon" href="./src/favicon.ico" type="image/x-icon" />
9
  <link rel="stylesheet" href="./css/style.css" type="text/css" />
10
  <link rel="stylesheet" href="./css/hidden.css" type="text/css" />
@@ -17,7 +17,7 @@
17
  </head>
18
 
19
  <body>
20
- <button id="theme">切换主题</button>
21
  <div id="myContent"></div>
22
  <div id="contentToWrite"></div>
23
  <div id="container">
 
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="referrer" content="no-referrer" />
7
+ <title>ACG Album</title>
8
  <link rel="shortcut icon" href="./src/favicon.ico" type="image/x-icon" />
9
  <link rel="stylesheet" href="./css/style.css" type="text/css" />
10
  <link rel="stylesheet" href="./css/hidden.css" type="text/css" />
 
17
  </head>
18
 
19
  <body>
20
+ <button id="theme">Switch the theme</button>
21
  <div id="myContent"></div>
22
  <div id="contentToWrite"></div>
23
  <div id="container">
js/load.js CHANGED
@@ -85,8 +85,8 @@ function thenceThen() {
85
  let hours = Math.floor((totalSecs - days * 24 * 3600) / 3600);
86
  let mins = Math.floor((totalSecs - days * 24 * 3600 - hours * 3600) / 60);
87
  let secs = Math.floor((totalSecs - days * 24 * 3600 - hours * 3600 - mins * 60));
88
- document.getElementById("thenceThen").innerText = "成为" + result.idol + "粉丝已有:\n" +
89
- days + "" + hours + "小时" + mins + "分钟" + secs + "";
90
  });
91
  }
92
 
 
85
  let hours = Math.floor((totalSecs - days * 24 * 3600) / 3600);
86
  let mins = Math.floor((totalSecs - days * 24 * 3600 - hours * 3600) / 60);
87
  let secs = Math.floor((totalSecs - days * 24 * 3600 - hours * 3600 - mins * 60));
88
+ document.getElementById("thenceThen").innerText = "Has become the fan of " + result.idol + " for\n" +
89
+ days + " days " + hours + " hours " + mins + " minutes " + secs + " seconds";
90
  });
91
  }
92