Update README.md

This commit is contained in:
赵璟 2023-09-11 17:08:43 +08:00 committed by GitHub
parent 68ba89a873
commit 79cde8b40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@
- config.ini # 应用级别的配置
- core # 项目的核心代码
- api_key.py # 处理API密钥的模块
- config.py
- config.get_value() # 获取配置值
- config.set_value() # 设置配置值
- config.remove_value() # 删除配置值
@ -81,4 +82,4 @@
- settings_manager.py # 处理设置管理相关的业务逻辑,如设置的读取和更新等
- get_settings() # 获取设置
- update_settings() # 更新设置
- utils # 存放工具函数和工具类
- utils # 存放工具函数和工具类