Skip to content

Commit

Permalink
renderer: Settings: option entries for filterRcmd and startupPage
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Mar 2, 2020
1 parent b927d93 commit 6c5e9a9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/renderer/page/Settings/entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,25 @@ export const Entries = [
type: 'toggle',
title: '自动签到',
prop: 'autoSign'
},
{
type: 'toggle',
title: '精简个性推荐',
prop: 'filterRcmd'
},
{
type: 'select',
title: '启动页面',
prop: 'startupPage',
options: [
{ label: '个性推荐', value: 'index' },
{ label: '搜索结果', value: 'search' },
{ label: '我的收藏', value: 'favorite' },
{ label: '音乐云盘', value: 'disk' },
{ label: '私人 FM', value: 'radio' },
{ label: '每日推荐', value: 'recommend' },
{ label: '应用设置', value: 'settings' },
]
}
]
},
Expand Down

0 comments on commit 6c5e9a9

Please sign in to comment.