补齐本地运行依赖与共享 schema 初始化

This commit is contained in:
stu2not
2026-05-05 16:33:40 +08:00
parent 0cbfb4f4ee
commit 3385c882ec
19 changed files with 2402 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
# QR error correct levels
ERROR_CORRECT_L = 1
ERROR_CORRECT_M = 0
ERROR_CORRECT_Q = 3
ERROR_CORRECT_H = 2