perf: 优化提示

main
Lei OT 3 months ago
parent 406f96e8e1
commit b260909210

@ -76,8 +76,8 @@ const useShortUrlChange = () => {
setGlobalNotify([{ setGlobalNotify([{
key: Date.now().toString(), key: Date.now().toString(),
title: '错误', title: '错误',
content: '不是有效的长链接', content: '没有需要转换的长链接, 请重新输入',
type: 'error' type: 'warning'
}]); }]);
return null; return null;
} }

Loading…
Cancel
Save