From 491b3c9898b3d39a8c3482f45da4094fdccb6cfe Mon Sep 17 00:00:00 2001 From: Armor00 <2654988228@qq.com> Date: Tue, 9 Jun 2026 12:04:50 +0800 Subject: [PATCH] chore: update CLAUDE.md and .env.example - CLAUDE.md: project reference with naming conventions, wiki publishing, run guide - .env.example: add XIAOMI_MIMO_API_KEY example Co-Authored-By: Claude Opus 4.7 --- .env.example | 3 +++ CLAUDE.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.