mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 12:53:02 +00:00
1. 修改文叔叔链接匹配规则
This commit is contained in:
@@ -52,8 +52,8 @@ public enum PanDomainTemplate {
|
|||||||
QQTool.class),
|
QQTool.class),
|
||||||
// https://f.ws59.cn/f/或者https://www.wenshushu.cn/f/
|
// https://f.ws59.cn/f/或者https://www.wenshushu.cn/f/
|
||||||
WS("文叔叔",
|
WS("文叔叔",
|
||||||
"https://(f\\.ws59\\.cn|www\\.wenshushu\\.cn)/f/(.+)",
|
"https://(f\\.ws([0-9]{2})\\.cn|www\\.wenshushu\\.cn)/f/(.+)",
|
||||||
"https://f.ws59.cn/f/{shareKey}",
|
"https://www.wenshushu.cn/f/{shareKey}",
|
||||||
WsTool.class),
|
WsTool.class),
|
||||||
// https://www.123pan.com/s/
|
// https://www.123pan.com/s/
|
||||||
YE("123网盘",
|
YE("123网盘",
|
||||||
|
|||||||
@@ -136,7 +136,8 @@ export default {
|
|||||||
name: 'App',
|
name: 'App',
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
baseAPI: `${location.protocol}//${location.hostname}:6400`,
|
// baseAPI: `${location.protocol}//${location.hostname}:6400`,
|
||||||
|
baseAPI: `${location.protocol}//${location.host}`,
|
||||||
current: {}, // 当前分享
|
current: {}, // 当前分享
|
||||||
showQrc: false,
|
showQrc: false,
|
||||||
codeUrl: '',
|
codeUrl: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user