每日运势小程序

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,10 @@
module.exports = [
{ key: "career", title: "事业运", icon: "💼", accent: "#ffb85c" },
{ key: "wealth", title: "财务运", icon: "💰", accent: "#4fd1c5" },
{ key: "relationship", title: "情感运", icon: "💗", accent: "#ff7eb6" },
{ key: "health", title: "健康运", icon: "🌿", accent: "#7ddc88" },
{ key: "social", title: "人际运", icon: "🤝", accent: "#76b7ff" },
{ key: "inspiration", title: "灵感运", icon: "✨", accent: "#c097ff" },
{ key: "emotion", title: "情绪状态", icon: "🧠", accent: "#fb8da0" },
{ key: "opportunity", title: "机遇运势", icon: "🚀", accent: "#ffd166" }
];

View File

@@ -0,0 +1,10 @@
module.exports = {
FORM_INCOMPLETE: "请完整填写出生日期与城市",
CITY_INVALID: "出生城市至少需填写两个汉字",
WATCH_AD_TO_CONTINUE: "需完整观看广告才可计算航向",
QUOTA_EXCEEDED: "今日测算次数已达上限,请明日再来",
GENERATION_FAILED: "生成失败,请稍后重试",
CONTENT_RISK: "输入信息存在合规风险,请重新检查",
HISTORY_EMPTY: "暂无历史记录",
HISTORY_NOT_FOUND: "未找到对应的历史记录"
};