6.7.0 - Alpha6 - Fine tuning

This commit is contained in:
SuperMonster003
2025-09-24 20:48:15 +08:00
parent 2309377f97
commit aced2c4150
19 changed files with 49 additions and 24 deletions

View File

@@ -57,7 +57,7 @@ object SevenZExtractor {
}
// Remove leading separator to avoid being treated as absolute path.
// zh-CN: // 去掉前导分隔符, 避免被当作绝对路径.
// zh-CN: 去掉前导分隔符, 避免被当作绝对路径.
while (relative.startsWith("/") || relative.startsWith("\\")) {
relative = relative.substring(1)
}