Skip to content

Commit

Permalink
Updated items
Browse files Browse the repository at this point in the history
  • Loading branch information
Xalsier committed Sep 14, 2023
1 parent 9645cd4 commit 46f5ecd
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
= (e, n) => new Date(e, n, 1).getDay();
= (e, n, a) => new Date(e, n, a) < Date.now();
= _ => && (.innerHTML = "");
= _ => fetch("../json/cal.json").then(response => response.json()); // Fetch the calendar data from cal_dat.json
= _ => fetch("cal.json").then(response => response.json()); // Fetch the calendar data from cal_dat.json
const 更新图片 = async (, ) => {
const calendarData = await ();

Expand Down
8 changes: 4 additions & 4 deletions cal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
"2023-07-15": {
"type": 1,
"description": {
"img": "../ass/profiles/nari.jpg",
"img": "../img/nari.jpg",
"twitterLink": "https://x.com/Xalsier/status/1680143843662888960?s=20",
"title": "Maybe Nari"
}
},
"2023-09-03": {
"type": 1,
"description": {
"img": "../ass/profiles/shiro.jpg",
"img": "../img/nari.jpg",
"twitterLink": "https://x.com/Xalsier/status/1698537943621652853?s=20",
"title": "First attempt (Or I guess second technically) of drawing Shiro."
}
},
"2023-09-07": {
"type": 1,
"description": {
"img": "../ass/profiles/ryou.jpg",
"img": "../img/nari.jpg",
"twitterLink": "https://x.com/Xalsier/status/1699891550594179160?s=20",
"title": "Ryou! The snail is NOT friendly <_<"
}
},
"2023-09-12": {
"type": 1,
"description": {
"img": "../ass/profiles/zhen.png",
"img": "../img/nari.jpg",
"twitterLink": "https://x.com/Xalsier/status/1701808730315030849?s=20",
"title": "Zhen? Or Nari? Still working on her concept design."
}
Expand Down
Binary file removed img/C1.jpg
Binary file not shown.
Binary file removed img/C2.jpg
Binary file not shown.
Binary file removed img/C4.jpg
Binary file not shown.
Binary file renamed img/C3.jpg → img/nari.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ryou.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/shiro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/zhen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46f5ecd

Please sign in to comment.