feat: personal user edition v1.0.0-user on release branch

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-30 20:22:42 +08:00
parent e5f264b774
commit ec1c9873b7
20 changed files with 324 additions and 294 deletions
+9
View File
@@ -0,0 +1,9 @@
# Copyright (c) 2025-2026 马建军. All rights reserved.
# 专有软件 — 未经授权禁止复制、传播、转售。
# 详见 LICENSE.zh-CN.txt 与 docs/软件购买与使用协议.md
"""发行版标识:release/v1.0-user 分支为个人用户版(v1.0.0-user)。"""
USER_EDITION = True
EDITION_ID = "v1.0.0-user"
EDITION_LABEL = "个人用户版"