mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-07 18:47:44 +08:00
fix: 修改为小写拼写
This commit is contained in:
@@ -368,11 +368,11 @@ const selectedTab = ref(
|
|||||||
: 'summary',
|
: 'summary',
|
||||||
)
|
)
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{ key: 'summary', label: '总结', icon: 'ChartLine' },
|
{ key: 'summary', label: '总结', icon: 'chart-line' },
|
||||||
{ key: 'timeline', label: '时间线', icon: 'AlarmClock' },
|
{ key: 'timeline', label: '时间线', icon: 'alarm-clock' },
|
||||||
{ key: 'following', label: '关注', icon: 'AddUser' },
|
{ key: 'following', label: '关注', icon: 'add-user' },
|
||||||
{ key: 'favorites', label: '收藏', icon: 'Bookmark' },
|
{ key: 'favorites', label: '收藏', icon: 'bookmark' },
|
||||||
{ key: 'achievements', label: '勋章', icon: 'MedalOne' },
|
{ key: 'achievements', label: '勋章', icon: 'medal-one' },
|
||||||
]
|
]
|
||||||
const followTab = ref('followers')
|
const followTab = ref('followers')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user