每日运势小程序
This commit is contained in:
10
DailyFortuneGuide/constants/dimensions.js
Normal file
10
DailyFortuneGuide/constants/dimensions.js
Normal 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" }
|
||||
];
|
||||
10
DailyFortuneGuide/constants/messages.js
Normal file
10
DailyFortuneGuide/constants/messages.js
Normal 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: "未找到对应的历史记录"
|
||||
};
|
||||
Reference in New Issue
Block a user