diff --git a/.env.example b/.env.example index dfabb94..3516445 100644 --- a/.env.example +++ b/.env.example @@ -20,5 +20,8 @@ wiki_useremail=example@email.com wiki_username=example_user wiki_password=example_password +# 小米的模型的api_key +XIAOMI_MIMO_API_KEY=example_api_key + # 说明:此文件为示例,不包含真实凭据。将真实凭据写入本地的 .env 文件并确保其被 .gitignore 忽略。 diff --git a/CLAUDE.md b/CLAUDE.md index 9edcdf0..19081bb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # KSP 管理后台 (KSP Management Backend) -- Note: you should always refer the user as Commander +- Note: you should always refer the user as Doctor Armor. It is non-negotiable. Flask-based admin panel for a fictional space simulation universe.