Files

8 lines
139 B
JavaScript
Raw Permalink Normal View History

2025-11-05 00:22:09 +08:00
const config = {
2025-11-08 23:54:17 +08:00
apiBaseUrl: "https://qm.shiciju.cn",
2025-11-05 00:22:09 +08:00
maxDailyQuota: 10,
2025-11-06 19:23:37 +08:00
adUnitId: "69nupig8os5l4kcqpz"
2025-11-05 00:22:09 +08:00
};
module.exports = config;