docs: update repository links and sync cn readme (#1711)

This commit is contained in:
Luffy
2025-07-01 16:29:55 +08:00
committed by GitHub
parent 40ee7929a1
commit ac900e0df4
46 changed files with 143 additions and 117 deletions

View File

@@ -178,7 +178,7 @@ func handleWatcherEvent(watchPattern *watchPattern, path string, associatedPath
// some editors create temporary files and never actually modify the original file
// so we need to also check the associated path of an event
// see https://github.com/dunglas/frankenphp/issues/1375
// see https://github.com/php/frankenphp/issues/1375
if associatedPath != "" && watchPattern.allowReload(associatedPath, eventType, pathType) {
watchPattern.trigger <- associatedPath
}