每日运势小程序

This commit is contained in:
cjd
2025-11-09 18:41:07 +08:00
parent 1cc0241cda
commit abd82782af
34 changed files with 2204 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
const config = {
apiBaseUrl: "http://localhost:9291",//"https://qm.shiciju.cn",
maxDailyQuota: 10,
historyLimit: 20,
adUnitId: ""//"69nupig8os5l4kcqpz"
};
module.exports = config;