mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 10:39:20 +08:00
添加订阅管理前端
This commit is contained in:
@@ -396,8 +396,8 @@ const CronDetailModal = ({
|
||||
<IconFont
|
||||
type={
|
||||
currentCron.isDisabled === 1
|
||||
? 'ql-icon-qiyong'
|
||||
: 'ql-icon-jinyong'
|
||||
? 'ql-icon-enable'
|
||||
: 'ql-icon-disable'
|
||||
}
|
||||
/>
|
||||
}
|
||||
@@ -412,8 +412,8 @@ const CronDetailModal = ({
|
||||
<IconFont
|
||||
type={
|
||||
currentCron.isPinned === 1
|
||||
? 'ql-icon-quxiaozhiding'
|
||||
: 'ql-icon-zhiding'
|
||||
? 'ql-icon-untop'
|
||||
: 'ql-icon-top'
|
||||
}
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user