refine the code to different part

This commit is contained in:
huangzhenwei2
2026-01-12 11:39:27 +08:00
parent 92ad32bb8e
commit 708925ab41
10 changed files with 2795 additions and 0 deletions

13
version.py Normal file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
应用版本号
每次 OTA 更新时,只需要更新这个文件中的版本号
"""
VERSION = '1.1.1'