mirror of
https://github.com/caojiezi2003/Snavigation.git
synced 2024-11-23 10:59:46 +00:00
🐞 fix: 修复网址正则
This commit is contained in:
parent
71663fd222
commit
ad58785dc4
@ -9,9 +9,7 @@ const identifyInput = (input) => {
|
||||
* 网址正则
|
||||
* @type {RegExp}
|
||||
*/
|
||||
const urlRegex = new RegExp(
|
||||
"^(http://www.|https://www.|http://|https://)?[a-z0-9]+([-.]{1}[a-z0-9]+)*.[a-z]{2,5}(:[0-9]{1,5})?(/.*)?$",
|
||||
);
|
||||
const urlRegex = new RegExp("https?://[\\w.-]+", "i");
|
||||
|
||||
/**
|
||||
* IP 正则
|
||||
|
Loading…
Reference in New Issue
Block a user