镜像来自
https://api.glitch.com/git/presence-button
已同步 2025-12-13 19:26:30 +00:00
🏓👨❤️💋👨 Checkpoint
./server.js:933874/714
This commit is contained in:
父節點
d06a2675b6
當前提交
25cc30b57f
共有 1 個文件被更改,包括 3 次插入 和 0 次删除
|
|
@ -26,6 +26,9 @@ app.get("/", (req, res) => {
|
|||
});
|
||||
|
||||
app.get("/img", (req, res) => {
|
||||
res.header("Cache-Control", "no-store, no-cache, must-revalidate, proxy-revalidate");
|
||||
res.header("Pragma", "no-cache");
|
||||
res.header("Expires", "0");
|
||||
if (fuzIsOpen && new Date() - closingTimeout < lastSeen) {
|
||||
return res.sendFile(__dirname + "/views/open.svg"); // https://www.flaticon.com/free-icon/open_1234189, maybe try https://flaticons.net/customize.php?dir=Miscellaneous&icon=Open.png without attribution
|
||||
}
|
||||
|
|
|
|||
載入中…
Add table
Reference in a new issue