- 新增 JaHub 360x360 背景图资源(ui_img_jahub360_png.c + jahub_full_bleed_360.png) - Home界面背景图由 airhub 替换为 jahub360(ui_ScreenHome.c / ui.h / CMakeLists.txt) - 更新 spiffs_image 下 02.jpg、default.jpg 图片资源 - .gitignore 新增忽略 /managed_components(组件管理器自动下载依赖) - 删除设备运行日志.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
# 忽略根目录下的 build 文件夹(包括其所有子文件/子文件夹)
|
||
/build
|
||
|
||
# 忽略根目录下的uniapp_code文件夹(这是APP端的业务)
|
||
/uniapp_code
|
||
|
||
# 忽略 macOS 系统文件
|
||
.DS_Store
|
||
|
||
# 忽略ESP-IDF组件管理器自动下载的依赖
|
||
/managed_components
|