ai-native-core 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ description = ""
|
|
|
18
18
|
# =============================================================================
|
|
19
19
|
[stack]
|
|
20
20
|
# 适配器 ID,决定默认模板和规则
|
|
21
|
-
# 可选值:react-spa | nextjs | vue |
|
|
21
|
+
# 可选值:react-spa | nextjs | vue | backend-go | backend-python | backend-java
|
|
22
22
|
adapter = "react-spa"
|
|
23
23
|
|
|
24
24
|
# 包管理器:pnpm | npm | yarn | bun
|
|
@@ -30,7 +30,7 @@ css = "tailwind-v4"
|
|
|
30
30
|
# UI 组件库(前端项目):shadcn | radix | mui | antd | none
|
|
31
31
|
ui_library = "shadcn"
|
|
32
32
|
|
|
33
|
-
# 测试框架:vitest | jest | playwright | go-test | pytest
|
|
33
|
+
# 测试框架:vitest | jest | playwright | go-test | pytest | junit
|
|
34
34
|
test_framework = "vitest"
|
|
35
35
|
|
|
36
36
|
# TypeScript(前端/Node 项目)
|