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