mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2025-12-13 16:28:55 +00:00
增加中文转拼音- mac
This commit is contained in:
@@ -105,7 +105,7 @@ const uint32 = (a, b, c) =>
|
||||
// Note that on windows, we always drop the entire cache whenever a
|
||||
// symbolic link is encountered, because 8.3 filenames are impossible
|
||||
// to reason about, and collisions are hazards rather than just failures.
|
||||
const cacheKeyNormalize = path => stripSlash(normPath(normalize(path)))
|
||||
const cacheKeyNormalize = path => normalize(stripSlash(normPath(path)))
|
||||
.toLowerCase()
|
||||
|
||||
const pruneCache = (cache, abs) => {
|
||||
|
||||
Reference in New Issue
Block a user