release: 3.1.2026072713
This commit is contained in:
parent
c3f2c0f136
commit
d5426c980f
10
changelog.md
10
changelog.md
|
|
@ -1,3 +1,13 @@
|
|||
## 3.1.2026072713
|
||||
|
||||
- fix: 问题修复
|
||||
- unify workflow action permissions [caoqianming]
|
||||
- other: 其他变更
|
||||
- docs: record Codex context migration plan [caoqianming]
|
||||
- docs: migrate project memory for Codex [caoqianming]
|
||||
- docs: add factory release skill [caoqianming]
|
||||
- docs: add Codex project instructions [caoqianming]
|
||||
- docs: design Claude to Codex context migration [caoqianming]
|
||||
## 3.1.2026072316
|
||||
|
||||
- feat: 新增功能
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ sys.path.insert(0, os.path.join(BASE_DIR, 'apps'))
|
|||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
SYS_NAME = '星途工厂综合管理系统'
|
||||
SYS_VERSION = '3.1.2026072316'
|
||||
SYS_VERSION = '3.1.2026072713'
|
||||
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
||||
|
||||
# Application definition
|
||||
|
|
@ -417,4 +417,4 @@ def update_sysconfig(new_dict):
|
|||
update_dict(config, new_dict)
|
||||
with open(SYS_JSON_PATH, 'wb') as f:
|
||||
f.write(json.dumps(config, indent=4, ensure_ascii=False).encode('utf-8'))
|
||||
cache.set('system_config', config)
|
||||
cache.set('system_config', config)
|
||||
|
|
|
|||
Loading…
Reference in New Issue