1. Added erofs-utils package to the list of dependencies in both
build.yaml and codecov.yaml workflows
2. This package is required for EROFS filesystem support in the build
process
3. Ensures consistent development environment across different workflows
chore: 添加 erofs-utils 到构建依赖项
1. 在 build.yaml 和 codecov.yaml 工作流中添加了 erofs-utils 包到依赖项
列表
2. 该包是构建过程中 EROFS 文件系统支持所必需的
3. 确保不同工作流之间开发环境的一致性
1. Removed DesktopEntry class implementation and its header file
2. Removed corresponding test cases from ll-tests
3. Updated CMakeLists.txt to reflect these removals
4. The functionality appears to be unused in the project
5. Cleanup helps reduce maintenance burden and code complexity
chore: 移除桌面入口工具类和测试
1. 移除了 DesktopEntry 类的实现和头文件
2. 从 ll-tests 中移除了对应的测试用例
3. 更新了 CMakeLists.txt 以反映这些移除
4. 该功能在项目中似乎未被使用
5. 清理有助于减少维护负担和代码复杂度