Summary
Add two new site adapters for AI/design news aggregation:
1. uisdc news
- Command:
opencli uisdc news
- URL: https://www.uisdc.com/news
- Description: 优设读报 - 最新 AI/设计行业新闻
- Selector:
.news-list > .news-item:first-child > .item-content > .dubao-items > .dubao-item
- Fields: rank, title, summary
- Title source:
.dubao-title element
- Summary source:
.dubao-content element
2. aibase news
- Command:
opencli aibase news
- URL: https://www.aibase.com/zh/daily
- Description: AIbase 日报 - 每天三分钟关注AI行业趋势
- Selector:
.bg-white .grid a
- Fields: rank, title, url
Type of Change
Summary
Add two new site adapters for AI/design news aggregation:
1. uisdc news
opencli uisdc news.news-list > .news-item:first-child > .item-content > .dubao-items > .dubao-item.dubao-titleelement.dubao-contentelement2. aibase news
opencli aibase news.bg-white .grid aType of Change