File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default defineConfig({
4444 { text : "Symedia" , link : "https://wiki.viplee.cc" } ,
4545 { text : "FastEmby" , link : "/archive/fastemby/FastEmby 2.0部署教程" } ,
4646 { text : "Redia" , link : "/archive/redia/Redia部署教程" } ,
47- { text : "Telexfer" , link : "/archive/telexfer/Telexfer功能介绍 " } ,
47+ { text : "Telexfer" , link : "/archive/telexfer/Telexfer简明使用教程 " } ,
4848 ] ,
4949 } ,
5050 { text : "捐赠" , link : "/donate" } ,
Original file line number Diff line number Diff line change @@ -97,7 +97,32 @@ Telexfer 支持创建多个 Bot,功能分类如下:
97971 . 进入 ** 实体列表** 页面
98982 . 在搜索框中输入频道关键词
99993 . 点击搜索,找到目标频道或群组
100- 4 . 选择需要操作的实体
100+ 4 . 从搜索结果中选择需要操作的实体(系统会显示数字 ID)
101+ 5 . 选中后保存
102+
103+ ### ⚠️ 重要提示:实体 ID 获取方式
104+
105+ ::: danger 🔴 必须严格按照以下步骤操作
106+
107+ ** 正确的操作流程:**
108+
109+ 1 . ** 第一步** :在搜索框中填写频道或群组的** 关键词** (如频道名称)
110+ 2 . ** 第二步** :点击** 搜索** 按钮
111+ 3 . ** 第三步** :从搜索结果中选择实体,系统会自动填入** 数字 ID**
112+ 4 . ** 第四步** :确认选择后保存
113+
114+ ** ❌ 严禁以下操作:**
115+
116+ - ❌ ** 不要** 手动填写 ` @ ` 开头的用户名(如 ` @channel_name ` )
117+ - ❌ ** 不要** 手动填写 ` http:// ` 或 ` https:// ` 开头的链接
118+ - ❌ ** 不要** 直接复制粘贴 Telegram 链接或用户名
119+
120+ ** ✅ 正确方式:**
121+
122+ 系统搜索后会返回** 纯数字 ID** (如:` -1001234567890 ` ),这是唯一正确的实体标识符。只有通过搜索功能获取的数字 ID 才能被系统正确识别和使用。
123+
124+ ![ ] ( https://images.symedia.top/2025/12/31/20251231222947_1a3f0f92.png )
125+ :::
101126
102127### 使用场景
103128
You can’t perform that action at this time.
0 commit comments