Skip to content

Commit

Permalink
Merge pull request #472 from zong-zhe/fix-missing-png
Browse files Browse the repository at this point in the history
fix: fix missing png
  • Loading branch information
Peefy authored Sep 19, 2024
2 parents f3f0368 + 265c6fe commit 6cee645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/2024-09-18-kcl-0.10.0-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ kcl mod add cc --git https://github.com/kcl-lang/flask-demo-kcl-manifests.git --

- The kcl-playground based on the WASM backend is online.

[kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png)
![kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png)

- kcl import tool supports importing the entire Go Package and converting all Go struct definitions into KCL Schema definitions.
- Fixed the compilation error of kcl import when importing Kubernetes CRD and OpenAPI Schema.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ kcl mod add cc --git https://github.com/kcl-lang/flask-demo-kcl-manifests.git --

- 基于 WASM 后端的 kcl-playground <https://play.kcl-lang.io/> 上线。

[kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png)
![kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png)

- kcl import 工具支持导入整个 Go Package 并将其中所有的 Go 结构体定义转换为 KCL Schema 定义
- 修复 kcl import 在 Kubernetes CRD 和 OpenAPI 导入 Schema 的编译错误
Expand Down

0 comments on commit 6cee645

Please sign in to comment.