|
|
|
@ -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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|