doc: update toml.md
.
This commit is contained in:
parent
d1c9871504
commit
b743110c9d
@ -12,6 +12,7 @@ TOML 备忘清单
|
|||||||
|
|
||||||
- [Document](https://toml.io/en/latest) _(toml.io)_
|
- [Document](https://toml.io/en/latest) _(toml.io)_
|
||||||
- [Learn X in Y minutes](https://learnxinyminutes.com/docs/toml/) _(learnxinyminutes.com)_
|
- [Learn X in Y minutes](https://learnxinyminutes.com/docs/toml/) _(learnxinyminutes.com)_
|
||||||
|
- [Better TOML VSCode 插件](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml) _(visualstudio.com)_
|
||||||
|
|
||||||
### 示例
|
### 示例
|
||||||
|
|
||||||
@ -254,3 +255,10 @@ name = { first = "Tom", last = "Preston-Werner" }
|
|||||||
point = { x = 1, y = 2 }
|
point = { x = 1, y = 2 }
|
||||||
animal = { type.name = "pug" }
|
animal = { type.name = "pug" }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
另见
|
||||||
|
---
|
||||||
|
|
||||||
|
- [Document](https://toml.io/en/latest) _(toml.io)_
|
||||||
|
- [Learn X in Y minutes](https://learnxinyminutes.com/docs/toml/) _(learnxinyminutes.com)_
|
||||||
|
- [Better TOML VSCode 插件](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml) _(visualstudio.com)_
|
Loading…
x
Reference in New Issue
Block a user