Skip to content

Commit 1e3eb4c

Browse files
committed
feat: 新增低流量模式并更新视觉资源
- **低流量模式**:支持设置流量阈值,并支持在低流量时隐藏通知或显示特定内容。 - **应用图标更新**:更新了应用图标设计,并新增对系统单色图标(Monochrome Icon)的支持。 - **启动页优化**:适配 Android 启动页(Splash Screen)背景色,确保其与品牌色一致。 - **变更日志维护**:移除旧版本的服务合规性与设置页优化记录。
1 parent 906a99d commit 1e3eb4c

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
* **Optimization: Service Compliance (优化:服务合规)**
2-
* **Android 14+ Adaptation**: Dynamically switch Foreground Service type to `specialUse` to comply
3-
with Boot restrictions; maintain `dataSync` for legacy compatibility.
4-
* **Android 14+ 适配**: 动态调整前台服务类型,在 Android 14+ 使用 `specialUse` 以符合开机自启规范,旧版本保持
5-
`dataSync` 兼容,修复运行时崩溃。
1+
* **Feature: Notification (功能:通知)**
2+
* **Low Traffic Mode**: Added support for hiding notification or showing specific content when
3+
traffic is low.
4+
* **低流量模式**: 支持低流量模式与阈值设置,可自定义网速低于阈值时的显示行为。
65

7-
* **Optimization: UI (优化:界面)**
8-
* **Settings Page**: Optimized the display logic and visual effects of settings items.
9-
* **设置页**: 优化了设置项的显示逻辑与视觉效果。
6+
* **UI: Visuals (界面:视觉)**
7+
* **App Icon**: Updated app icon and added Monochrome Icon support.
8+
* **应用图标**: 更新应用图标设计,适配系统单色图标。
9+
* **Splash Screen**: Configured Splash Screen background to match brand color.
10+
* **启动页**: 配置启动页背景色与品牌色一致。

0 commit comments

Comments
 (0)