Skip to content

Commit

Permalink
Ver 120240109
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzw-x committed Jan 9, 2024
1 parent 51ef47d commit fa1ca60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.ini.default
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[modified_time]
modified_time = 2024-01-05 16:35:54
version = 120240105
modified_time = 2024-01-09 20:43:00
version = 120240109

[media]
media_path =
Expand Down
4 changes: 2 additions & 2 deletions src/models/config/config_generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class GeneratedConfig:
Also used as default configuration
"""
# modified_time
modified_time = r'2024-01-05 16:35:54'
version = 120240105
modified_time = r'2024-01-09 20:43:00'
version = 120240109

# media
media_path = r''
Expand Down
2 changes: 1 addition & 1 deletion src/models/config/config_manual.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ManualConfig:
# 设置软件版本
local_version = 120240105
local_version = 120240109

# 定义配置值类型
INT_KEY = [
Expand Down

0 comments on commit fa1ca60

Please sign in to comment.