更新文档

This commit is contained in:
2026-02-26 16:10:17 +08:00
parent 54c2903c75
commit 539477de4b
5 changed files with 94 additions and 113 deletions

13
.zed/debug.json Normal file
View File

@@ -0,0 +1,13 @@
// Project-local debug tasks
//
// For more documentation on how to configure debug tasks,
// see: https://zed.dev/docs/debugger
[
{
"label": "dev",
"adapter": "Delve",
"request": "launch",
"program": "./cmd/web/main.go",
"mode": "debug",
},
]