fix: remove Chinese comments from code

- Replace all Chinese comments with English
- Ensure code is internationalization-friendly
This commit is contained in:
Andy Lee
2025-07-25 12:55:28 -07:00
parent d1fefb6378
commit 74d485c908
2 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ dependencies = [
wheel.exclude = ["CMakeLists.txt", "src", "third_party"]
sdist.include = ["CMakeLists.txt", "src", "third_party", "leann_backend_hnsw/*.txt"]
cmake.args = ["-DCMAKE_BUILD_TYPE=Release"]
# 确保 CMake 可以找到系统库
# Ensure CMake can find system libraries
build-dir = "build/{cache_tag}"
minimum-version = "build-system.requires"