fix: refine upstream update ignore UX and detect behavior

This commit is contained in:
Seefs
2026-03-03 14:00:48 +08:00
parent 70821e2051
commit f6f5a6f875
4 changed files with 34 additions and 26 deletions

View File

@@ -723,10 +723,6 @@ export const getChannelsColumns = ({
name: t('仅检测上游模型更新'),
type: 'tertiary',
onClick: () => {
if (!upstreamUpdateMeta.enabled) {
showInfo(t('该渠道未开启上游模型更新检测'));
return;
}
detectChannelUpstreamUpdates(record);
},
});