ec1c9873b7
Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
360 B
Python
10 lines
360 B
Python
# 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 = "个人用户版"
|