chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:23 +08:00
commit de2d970b20
21 changed files with 3238 additions and 0 deletions

9
wrangler.jsonc Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "copilet2api",
"main": "src/index.ts",
"compatibility_date": "2025-05-19",
"vars": {
"API_KEY": "sk-shumengya666",
"COPILOT_API_BASE": "https://api.githubcopilot.com"
}
}