1. 修改文叔叔链接匹配规则

This commit is contained in:
QAIU
2024-09-24 17:55:18 +08:00
parent e002d19f1b
commit f5c5b99579
2 changed files with 4 additions and 3 deletions

View File

@@ -52,8 +52,8 @@ public enum PanDomainTemplate {
QQTool.class),
// https://f.ws59.cn/f/或者https://www.wenshushu.cn/f/
WS("文叔叔",
"https://(f\\.ws59\\.cn|www\\.wenshushu\\.cn)/f/(.+)",
"https://f.ws59.cn/f/{shareKey}",
"https://(f\\.ws([0-9]{2})\\.cn|www\\.wenshushu\\.cn)/f/(.+)",
"https://www.wenshushu.cn/f/{shareKey}",
WsTool.class),
// https://www.123pan.com/s/
YE("123网盘",

View File

@@ -136,7 +136,8 @@ export default {
name: 'App',
data() {
return {
baseAPI: `${location.protocol}//${location.hostname}:6400`,
// baseAPI: `${location.protocol}//${location.hostname}:6400`,
baseAPI: `${location.protocol}//${location.host}`,
current: {}, // 当前分享
showQrc: false,
codeUrl: '',