Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Dec 12, 2023
1 parent b53eaf8 commit 46c1c3c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@
> Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software.
>
> Zig 是一种通用的编程语言和工具链,用于维护健壮、最优和可重用的软件
## 参与贡献

欢迎各位志同道合的“道友”参与贡献本文档,并一起壮大 zig 中文社区!

贡献方法:

- fork 本文档仓库
- 创建一个新的分支,请勿直接使用主分支进行修改
- 发起 pull request
- 等待 review
- 合并到上游仓库,并由 github action 自动构建

注意:本文档所使用的构建工具为 [bunjs](https://bun.sh/),在提交时请勿将其他nodejs的包管理工具的额外配置文件添加到仓库中。
2 changes: 1 addition & 1 deletion learn/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default [
items: [
{
text: "反射",
link:"/more/reflection"
link: "/more/reflection",
},
{
text: "零位类型",
Expand Down
2 changes: 1 addition & 1 deletion learn/more/reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ outline: deep

> 在计算机学中,反射(**reflection**),是指计算机程序在运行时(**runtime**)可以访问、检测和修改它本身状态或行为的一种能力。用比喻来说,反射就是程序在运行的时候能够“观察”并且修改自己的行为。
TODO
TODO

0 comments on commit 46c1c3c

Please sign in to comment.