update readme

This commit is contained in:
Kinneyzhang 2025-12-15 20:19:42 +08:00
parent ec5fa62ebd
commit 91f0a604e1

View File

@ -206,13 +206,6 @@ tp.el 所有函数按类别组织的完整概览:
| [`tp-search`](#tp-search---搜索所有匹配) | 在范围或字符串中搜索所有匹配的属性 |
| [`tp-search-map`](#tp-search-map---对匹配文本应用函数) | 对所有匹配的文本应用函数 |
#### 查询函数
| 函数 | 描述 |
|------|------|
| [`tp-intervals`](#tp-intervals---获取属性区间) | 获取区域中的属性区间 |
| [`tp-empty-p`](#tp-empty-p---检查属性) | 检查对象是否没有属性 |
| [`tp-plist`](#tp-plist---获取合并的属性) | 获取所有属性的合并列表 |
#### 属性层定义函数
| 函数 | 描述 |
|------|------|