-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: auto build DIYgod/RSSHub@e8b0d7d
- Loading branch information
1 parent
6cc37dd
commit 2e037bf
Showing
2 changed files
with
185 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,140 +1,140 @@ | ||
export const categories = [ | ||
{ | ||
"icon": "💬", | ||
"link": "/routes/social-media", | ||
"en": "Social Media", | ||
"zh": "社交媒体" | ||
icon: '💬', | ||
link: '/routes/social-media', | ||
en: 'Social Media', | ||
zh: '社交媒体', | ||
}, | ||
{ | ||
"icon": "📱", | ||
"link": "/routes/new-media", | ||
"en": "New media", | ||
"zh": "新媒体" | ||
icon: '📱', | ||
link: '/routes/new-media', | ||
en: 'New media', | ||
zh: '新媒体', | ||
}, | ||
{ | ||
"icon": "📰", | ||
"link": "/routes/traditional-media", | ||
"en": "Traditional media", | ||
"zh": "传统媒体" | ||
icon: '📰', | ||
link: '/routes/traditional-media', | ||
en: 'Traditional media', | ||
zh: '传统媒体', | ||
}, | ||
{ | ||
"icon": "💬️", | ||
"link": "/routes/bbs", | ||
"en": "BBS", | ||
"zh": "论坛" | ||
icon: '💬️', | ||
link: '/routes/bbs', | ||
en: 'BBS', | ||
zh: '论坛', | ||
}, | ||
{ | ||
"icon": "🖊️️", | ||
"link": "/routes/blog", | ||
"en": "Blog", | ||
"zh": "博客" | ||
icon: '🖊️️', | ||
link: '/routes/blog', | ||
en: 'Blog', | ||
zh: '博客', | ||
}, | ||
{ | ||
"icon": "💻", | ||
"link": "/routes/programming", | ||
"en": "Programming", | ||
"zh": "编程" | ||
icon: '💻', | ||
link: '/routes/programming', | ||
en: 'Programming', | ||
zh: '编程', | ||
}, | ||
{ | ||
"icon": "🎨️", | ||
"link": "/routes/design", | ||
"en": "Design", | ||
"zh": "设计" | ||
icon: '🎨️', | ||
link: '/routes/design', | ||
en: 'Design', | ||
zh: '设计', | ||
}, | ||
{ | ||
"icon": "🎥", | ||
"link": "/routes/live", | ||
"en": "Live", | ||
"zh": "直播" | ||
icon: '🎥', | ||
link: '/routes/live', | ||
en: 'Live', | ||
zh: '直播', | ||
}, | ||
{ | ||
"icon": "🔊", | ||
"link": "/routes/multimedia", | ||
"en": "Multimedia", | ||
"zh": "音视频" | ||
icon: '🔊', | ||
link: '/routes/multimedia', | ||
en: 'Multimedia', | ||
zh: '音视频', | ||
}, | ||
{ | ||
"icon": "🖼️", | ||
"link": "/routes/picture", | ||
"en": "Picture", | ||
"zh": "图片" | ||
icon: '🖼️', | ||
link: '/routes/picture', | ||
en: 'Picture', | ||
zh: '图片', | ||
}, | ||
{ | ||
"icon": "🎨️", | ||
"link": "/routes/anime", | ||
"en": "ACG", | ||
"zh": "二次元" | ||
icon: '🎨️', | ||
link: '/routes/anime', | ||
en: 'ACG', | ||
zh: '二次元', | ||
}, | ||
{ | ||
"icon": "🔄", | ||
"link": "/routes/program-update", | ||
"en": "Application Updates", | ||
"zh": "程序更新" | ||
icon: '🔄', | ||
link: '/routes/program-update', | ||
en: 'Application Updates', | ||
zh: '程序更新', | ||
}, | ||
{ | ||
"icon": "🎓", | ||
"link": "/routes/university", | ||
"en": "University", | ||
"zh": "大学通知" | ||
icon: '🎓', | ||
link: '/routes/university', | ||
en: 'University', | ||
zh: '大学通知', | ||
}, | ||
{ | ||
"icon": "❗️", | ||
"link": "/routes/forecast", | ||
"en": "Forecast and Alerts", | ||
"zh": "预报预警" | ||
icon: '❗️', | ||
link: '/routes/forecast', | ||
en: 'Forecast and Alerts', | ||
zh: '预报预警', | ||
}, | ||
{ | ||
"icon": "🛫", | ||
"link": "/routes/travel", | ||
"en": "Travel", | ||
"zh": "出行旅游" | ||
icon: '🛫', | ||
link: '/routes/travel', | ||
en: 'Travel', | ||
zh: '出行旅游', | ||
}, | ||
{ | ||
"icon": "🛍️", | ||
"link": "/routes/shopping", | ||
"en": "Shopping", | ||
"zh": "购物" | ||
icon: '🛍️', | ||
link: '/routes/shopping', | ||
en: 'Shopping', | ||
zh: '购物', | ||
}, | ||
{ | ||
"icon": "🎮", | ||
"link": "/routes/game", | ||
"en": "Gaming", | ||
"zh": "游戏" | ||
icon: '🎮', | ||
link: '/routes/game', | ||
en: 'Gaming', | ||
zh: '游戏', | ||
}, | ||
{ | ||
"icon": "📚", | ||
"link": "/routes/reading", | ||
"en": "Reading", | ||
"zh": "阅读" | ||
icon: '📚', | ||
link: '/routes/reading', | ||
en: 'Reading', | ||
zh: '阅读', | ||
}, | ||
{ | ||
"icon": "📢", | ||
"link": "/routes/government", | ||
"en": "Government", | ||
"zh": "政务消息" | ||
icon: '📢', | ||
link: '/routes/government', | ||
en: 'Government', | ||
zh: '政务消息', | ||
}, | ||
{ | ||
"icon": "📖", | ||
"link": "/routes/study", | ||
"en": "Study", | ||
"zh": "学习" | ||
icon: '📖', | ||
link: '/routes/study', | ||
en: 'Study', | ||
zh: '学习', | ||
}, | ||
{ | ||
"icon": "🔬", | ||
"link": "/routes/journal", | ||
"en": "Scientific Journal", | ||
"zh": "科学期刊" | ||
icon: '🔬', | ||
link: '/routes/journal', | ||
en: 'Scientific Journal', | ||
zh: '科学期刊', | ||
}, | ||
{ | ||
"icon": "💰", | ||
"link": "/routes/finance", | ||
"en": "Finance", | ||
"zh": "金融" | ||
icon: '💰', | ||
link: '/routes/finance', | ||
en: 'Finance', | ||
zh: '金融', | ||
}, | ||
{ | ||
"icon": "🔍", | ||
"link": "/routes/other", | ||
"en": "Uncategorized", | ||
"zh": "其他" | ||
} | ||
] | ||
icon: '🔍', | ||
link: '/routes/other', | ||
en: 'Uncategorized', | ||
zh: '其他', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters