aaa
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:
2026-03-01 23:56:28 +08:00
parent 90f3103de3
commit 8e750f5bee
1095 changed files with 99308 additions and 6 deletions

View File

@@ -0,0 +1,23 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">文思泉涌</string>
<string name="template_hint">基于此项目扩展业务逻辑</string>
<string name="loading">加载中…</string>
<string name="prompt_hint">输入你的创意提示,例如:写一封工作邮件、生成产品描述…</string>
<string name="preset_email">写一封工作邮件</string>
<string name="preset_product">生成一段产品描述</string>
<string name="preset_story">写一段短故事开头</string>
<string name="preset_summary">总结以下内容要点</string>
<string name="preset_poem">写一首小诗</string>
<string name="length_short"></string>
<string name="length_medium"></string>
<string name="length_long"></string>
<string name="temp_conservative">保守</string>
<string name="temp_balanced">平衡</string>
<string name="temp_creative">创意</string>
<string name="btn_generate">生成</string>
<string name="result_placeholder">生成结果将显示在这里…</string>
<string name="btn_copy">复制</string>
<string name="btn_regenerate">重新生成</string>
<string name="btn_continue">编辑/续写</string>
</resources>