docs: 添加产品文档、API接口文档和配置文件

- 添加产品.md 产品说明文档
- 添加后台_接口API.json API接口定义
- 添加调试说明.txt 调试指南
- 添加 global.json .NET SDK 版本配置
- 添加 create_sfx.bat 和 sfx_config.txt 自解压打包配置
- 添加 .claude/ Claude Code 本地配置

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Administrator
2025-12-26 09:36:20 +08:00
parent 9ceb327374
commit c2ff07ddb2
7 changed files with 68918 additions and 0 deletions

6
global.json Normal file
View File

@@ -0,0 +1,6 @@
{
"sdk": {
"version": "6.0.428",
"rollForward": "latestMinor"
}
}