菜品规划
Some checks failed
Flask 提示词大师 - CI/CD 流水线 / 代码质量检查 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 单元测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 集成测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 构建Docker镜像 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到测试环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到生产环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署监控系统 (push) Has been cancelled
Some checks failed
Flask 提示词大师 - CI/CD 流水线 / 代码质量检查 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 单元测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 集成测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 构建Docker镜像 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到测试环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到生产环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署监控系统 (push) Has been cancelled
This commit is contained in:
@@ -1,5 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- 饭菜规划:地区类型 -->
|
||||
<string-array name="meal_region_types">
|
||||
<item>全国</item><item>北方</item><item>南方</item><item>川菜</item><item>粤菜</item>
|
||||
<item>鲁菜</item><item>苏菜</item><item>浙菜</item><item>闽菜</item><item>湘菜</item><item>徽菜</item>
|
||||
</string-array>
|
||||
<!-- 就餐人数 -->
|
||||
<string-array name="meal_diner_counts">
|
||||
<item>1人</item><item>2人</item><item>3人</item><item>4人</item><item>5人</item>
|
||||
<item>6人</item><item>8人</item><item>10人</item>
|
||||
</string-array>
|
||||
<!-- 用餐类型 -->
|
||||
<string-array name="meal_types">
|
||||
<item>早餐</item><item>午餐</item><item>晚餐</item><item>全天</item>
|
||||
</string-array>
|
||||
<!-- 预算(元) -->
|
||||
<string-array name="meal_budgets">
|
||||
<item>50元以下</item><item>50-100元</item><item>100-150元</item><item>150-200元</item>
|
||||
<item>200-300元</item><item>300-500元</item><item>500元以上</item>
|
||||
</string-array>
|
||||
<declare-styleable name="CircleImageView">
|
||||
<attr name="border_width" format="dimension" />
|
||||
<attr name="border_color" format="color" />
|
||||
|
||||
@@ -32,4 +32,8 @@
|
||||
<string name="history_empty_generation">暂无生成记录</string>
|
||||
<string name="history_empty_direct_answer">暂无直答记录</string>
|
||||
<string name="history_use">使用</string>
|
||||
<string name="meal_planning_title">智能饭菜规划</string>
|
||||
<string name="meal_planning_btn_generate">生成饭菜规划</string>
|
||||
<string name="meal_planning_result_placeholder">填写左侧参数后点击「生成饭菜规划」</string>
|
||||
<string name="btn_meal_planning">饭菜规划</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user