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