Update readme
This commit is contained in:
@@ -41,7 +41,8 @@ KEY=VALUE
|
|||||||
### 等效 JSON
|
### 等效 JSON
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
; 下列的 parameter 没有写明 section,会自动创建一个名为 _default 的 section
|
; 下列的 parameter 没有写明 section,
|
||||||
|
; 本库的处理方法是:自动创建一个名为 _default 的 section
|
||||||
targetFps=10
|
targetFps=10
|
||||||
[mount]
|
[mount]
|
||||||
root=card0
|
root=card0
|
||||||
@@ -53,7 +54,7 @@ ext=k3v
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"default": {
|
"_default": {
|
||||||
"targetFps": "10"
|
"targetFps": "10"
|
||||||
},
|
},
|
||||||
"mount": {
|
"mount": {
|
||||||
|
|||||||
Reference in New Issue
Block a user