mirror of
				https://gitee.com/ledc/IYUUAutoReseed
				synced 2025-10-31 08:49:48 +00:00 
			
		
		
		
	路径转换方法:提高替换模式的兼容性。
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user