Skip to content

Commit 63439d5

Browse files
committed
fix(ui): restore bullet points in feature list for better clarity
Combined emoji with bullet points (• �) for clearer visual hierarchy
1 parent 240031e commit 63439d5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/handlers/handler_manager.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ async def start_command(self, update: Update, context: ContextTypes.DEFAULT_TYPE
165165
`{self.config.GITHUB_REPO}`
166166
167167
✨ **我能做什么**
168-
🔍 查询域名是否已在规则中
169-
🌍 检查域名 IP 归属地(支持 DNS 解析)
170-
🤖 智能判断域名是否适合直连
171-
📝 一键添加域名到规则文件
172-
🗑️ 删除已添加的域名规则(暂未开放)
168+
🔍 查询域名是否已在规则中
169+
🌍 检查域名 IP 归属地(支持 DNS 解析)
170+
🤖 智能判断域名是否适合直连
171+
📝 一键添加域名到规则文件
172+
🗑️ 删除已添加的域名规则(暂未开放)
173173
174174
💡 **使用提示**
175175
直接在聊天框输入域名即可查询,或点击下方按钮操作。

0 commit comments

Comments
 (0)