mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-01 06:25:22 +00:00
路径转换方法:提高替换模式的兼容性。
This commit is contained in:
parent
c4a8cef4ce
commit
c90acbec6c
@ -694,7 +694,7 @@ class AutoReseed
|
||||
case 3: // 替换
|
||||
foreach ($pathArray as $key => $val) {
|
||||
if (strpos($path, $key)===0) { // 没用$path == $key判断,是为了提高兼容性
|
||||
return $val;
|
||||
return $val . substr($path, strlen($key));
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user