修复订阅链接正则判断

This commit is contained in:
whyour
2026-07-02 00:08:39 +08:00
parent e92ddb0aed
commit 38d84f9f31
5 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import isNil from 'lodash/isNil';
const { Option } = Select;
const repoUrlRegx = /([^\/\:]+\/[^\/]+)(?=\.git)/;
const fileUrlRegx = /([^\/\:]+\/[^\/\.]+)\.[a-z]+$/;
const fileUrlRegx = /([^\/\:]+\/[^\/\.]+)\.[a-z]+(\?[^\s]*)?(#.*)?$/;
const SubscriptionModal = ({
subscription,