feat: add initial skill authoring workspace

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
木炎
2026-04-02 18:34:56 +08:00
parent a461b0734e
commit 51913555ad
30 changed files with 7114 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"hotlist_url": "https://www.zhihu.com/hot",
"domains": {
"zhihu": "www.zhihu.com"
},
"literals": {
"hotlist_guard": "热榜"
},
"selectors": {
"hotlist_root": "main, body",
"hotlist_item": ".HotList-item, [data-hot-item], section ol li",
"hotlist_title_link": ".HotList-item-title a, h2 a, .ContentItem-title a",
"hotlist_summary": ".HotList-item-summary, .HotItem-content, .RichContent-inner, .ContentItem-excerpt",
"hotlist_heat": ".HotList-item-heat, .HotItem-metrics, .HotItem-hot",
"comment_list": ".Comments-list, .CommentListV2, [data-testid='comment-list'], .CommentList",
"comment_item": ".Comments-list > .CommentItem, .CommentListV2 > .CommentItem, .CommentItemV2, .CommentItem",
"comment_metric": ".CommentItem-metric, .CommentItem-footer button, .ContentItem-actions button, button"
}
}