Initial commit: 景耀JY1.0项目

This commit is contained in:
Developer
2026-05-21 09:46:02 +08:00
parent 4969870de8
commit fd70670235
90 changed files with 10278 additions and 1508 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,21 @@
{
"version": 1,
"entries": [
{
"id": "05430cda-97de-4f23-a518-bd95e3640131",
"summary": "1",
"assistantReply": null,
"assistantThinking": null,
"assistantRefusal": null,
"toolCalls": null,
"status": "failed",
"failReason": "OpenAI API key not found",
"usage": null,
"activeTokens": 0,
"createTime": "2026-05-20T00:37:12.043Z",
"updateTime": "2026-05-20T00:37:13.611Z",
"processes": null
}
],
"originalPath": "D:\\Microsoft VS Code"
}

9
.deepcode/settings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"env": {
"MODEL": "deepseek-v4-pro", // 你也可以换成 deepseek-v4-flash后者响应更快
"BASE_URL": "https://api.deepseek.com",
"API_KEY": "sk-29bb79324c604ff79cb9c6108ef6e2ba"
},
"thinkingEnabled": true, // 开启深度思考模式让AI的回答更周全
"reasoningEffort": "max" // 控制推理强度,可选 high 或 max
}