Skip to content

Commit bfbfd6a

Browse files
committed
docs: update project documentation and guides
- Update 10086.md with latest project information - Refine NAT query DNAT rules documentation - Update DNAT rules creation guide - Refresh preview.md documentation - Improve documentation consistency and accuracy - Fix typos and formatting issues Documentation updates to reflect recent changes and improve clarity for users and developers.
1 parent 4f78356 commit bfbfd6a

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

10086.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434

3535
1. 先做后端命令(纯 Rust),前端之后再加按钮。
3636
2. 边做后端命令边加前端入口。
37-
3. 如果短期只想复用老 Python 工具,我可以帮你把 import_DNAT.xlsx 生成/解析对齐,然后继续用 Python 执行
37+
3. 如果短期只想复用老 Python 工具,我可以帮你把 import_DNAT.xlsx 生成/解析对齐,然后继续用 Python 执行

docs/nat查询dnat规则.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
| `description` | string | DNAT 规则描述 |
6565
| `createdTime` | string (date-time) | DNAT 规则创建时间 |
6666

67-
6867
返回示例
6968
```
7069
{
@@ -112,4 +111,4 @@
112111
]
113112
}
114113
}
115-
```
114+
```

docs/创建dnat规则.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
"requestId": "reqId-fb77e1b9716fe6122a573-ffa2322b-1",
7373
"state": "OK",
7474
"body": "0d626335-afd5-49d3-afa3-73033c8d03a8"
75-
}
75+
}

preview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
在 Select 基础上增强搜索、过滤与大数据场景体验,依托 Reka UI Combobox 实现:
44

55
```vue
6-
<script setup>
7-
const items = ['Backlog', 'Todo', 'In Progress', 'Done']
8-
</script>
9-
106
<template>
11-
<USelectMenu v-model="value" :items="items" class="w-48" />
7+
<USelectMenu v-model="value" :items="items" class="w-48" />
128
</template>
9+
10+
<script setup>
11+
const items = ["Backlog", "Todo", "In Progress", "Done"];
12+
</script>
1313
```
1414

1515
主要特性:

0 commit comments

Comments
 (0)