docs: 将仓库代码注释统一为中文

This commit is contained in:
2026-09-10 00:40:56 +08:00
parent ee9dd926e5
commit 68dc78a45e
249 changed files with 707 additions and 900 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
"""Real Chromium benchmark. Run with backend/.venv/Scripts/python.exe; requires websockets.
Vite must be serving the frontend. Uses an isolated disposable browser profile.
"""真实 Chromium 基准测试。
使用 backend/.venv/Scripts/python.exe 运行并开放网络套接字;前端必须由 Vite 提供服务。
测试使用独立的一次性浏览器配置文件。
"""
import argparse, asyncio, base64, json, pathlib, subprocess, tempfile, urllib.request
import websockets