release: 3.1.2026072713

This commit is contained in:
caoqianming 2026-07-27 13:23:55 +08:00
parent c3f2c0f136
commit d5426c980f
2 changed files with 12 additions and 2 deletions

View File

@ -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: 新增功能

View File

@ -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