1.9 KiB
1.9 KiB
Routes And Targets
This skill is derived from the remote navigation catalog in assets/zhihu_navigation_pages.source.json.
Current Scope
- Routes: 13
- Components: 53
- Flows: 16
- Targets: 69
Model
route: direct page destination with a known URLcomponent: clickable entry, tab, button, or menu controlflow: multi-step sequence composed from routes and componentstarget: user-facing entry point that resolves to exactly one route, component, or flow
Representative Routes
homehot_listnotifications_pagemessages_pagesearch_results_pagecreator_homewrite_article
Representative Components
top_nav_hometop_nav_hottop_nav_creatortop_nav_notificationstop_nav_avatar_menunotifications_tab_repliesmessages_all_tab
Representative Flows
open_avatar_menuopen_notifications_menuopen_creator_from_homeopen_profile_from_avatar_menuopen_profile_answers_tabopen_profile_articles_tabopen_security_settings_from_avatar_menu
Confirmed Alias Conflicts
These aliases currently resolve to more than one target and must not be guessed:
| Alias | Conflicting targets |
|---|---|
关注分栏 |
home_feed_following_tab, profile_following_tab |
回答排序菜单 |
answer_sort_menu, question_sort_menu |
Preferred Disambiguation Wording
When the user uses an ambiguous alias, ask for the missing context directly:
你说的“关注分栏”是首页关注流,还是个人主页里的关注分栏?你说的“回答排序菜单”是问题页的排序菜单,还是回答列表的排序菜单?
Practical Routing Rule
Prefer the most explicit phrase in this order:
- exact target name
- exact alias
- explicit page + area combination
- generic area noun only
If step 3 or 4 still matches more than one target, ask before acting.