1 Star 0 Fork 0

ouuan/codle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.ts 372 Bytes
一键复制 编辑 原始数据 按行查看 历史
ouuan 提交于 2023-01-15 10:29 +08:00 . fix: allow build 5min earlier
export const beginTimestamp = new Date('2022-03-27T00:00:00Z').valueOf();
export const puzzleInterval = 1000 * 60 * 60 * 24 * 7;
export const host = 'codle.ouuan.moe';
export const plausibleHost = 'https://plausible.ouuan.moe';
export const correctPuzzleNumber = Math.floor((Date.now() - beginTimestamp) / puzzleInterval);
export const timeToBuildEarlier = 5 * 60 * 1000;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ouuan/codle.git
git@gitee.com:ouuan/codle.git
ouuan
codle
codle
master

搜索帮助