1
0

chore: 添加 LICENSE 和 opencode 配置

This commit is contained in:
2026-05-12 01:07:51 +08:00
parent f48e39a615
commit 3b9006345e
2 changed files with 194 additions and 0 deletions

10
opencode.json Normal file
View File

@@ -0,0 +1,10 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tdesign-mcp-server": {
"enabled": true,
"type": "local",
"command": ["bunx", "tdesign-mcp-server@latest"]
}
}
}