docs: Fix SKILL.md规范 violations - Remove ## 方法列表 and flatten ### sub-headers in ## 公共方法

This commit is contained in:
2026-03-19 02:01:18 +08:00
parent 8e85fd98b8
commit 5257f3d75c
68 changed files with 718 additions and 1289 deletions

View File

@@ -12,10 +12,10 @@
## 公共方法
| 方法 | 文档 |
| 方法 | 描述 |
|------|------|
| `CreateRHIDevice(RHIType)` | [详细文档](create-rhi-device-type.md) |
| `CreateRHIDevice(std::string)` | [详细文档](create-rhi-device-string.md) |
| [`CreateRHIDevice(RHIType)`](create-rhi-device-type.md) | 使用枚举类型创建 RHI 设备 |
| [`CreateRHIDevice(std::string)`](create-rhi-device-string.md) | 使用字符串创建 RHI 设备 |
## 类型映射