perf: 优化提示

main
Lei OT 3 months ago
parent 406f96e8e1
commit b260909210

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

Loading…
Cancel
Save