Skip to content

Commit 556549d

Browse files
committed
docs: 更新文档以反映v1.2.0版本变更
- 更新README中的模式描述从双模式改为三项模式 - 更新CHANGELOG添加v1.2.0版本详细变更内容 - 同步更新英文版文档内容
1 parent 3f14cd2 commit 556549d

File tree

4 files changed

+49
-9
lines changed

4 files changed

+49
-9
lines changed

docs/CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# 📝更新日志
22

3-
## ⬆️[v1.1.0] - 2025-11-09
3+
## ⬆️[v1.1.0 → v1.2.0] - 2025-12-17
4+
5+
### 🆕 新功能
6+
- 🌐 WebUI添加在线模板库功能
7+
- 🛠️ 添加CLI工具用于配置转换和在线模板加载
8+
- 🔧 添加resetprop模式支持及characteristics属性
9+
- 🌍 WebUI新增多语言支持
10+
- 📋 添加FORCE_DENYLIST_UNMOUNT支持
11+
- 👥 添加对多用户环境的配置支持
12+
13+
### ⚡ 改进
14+
- 💾 安装脚本更改备份文件后缀为.bak以便于恢复
15+
- 📱 WebUI适配KernelSU API 2.1.1以支持KernelSU 2.1.2及以上版本应用名称和图标显示
16+
- 🎨 适配KernelSU WebUI沉浸标准
17+
- 🌐 WebUI使用fetch API替代curl命令进行网络请求,提升兼容性
18+
- 🏗️ 模块化架构重构Zygisk模块核心
19+
- 🎨 优化WebUI显示和布局
20+
- 🏗️ 重构WebUI模板页面为组件化结构
21+
- 🔄 将C++ atexit实现迁移为Rust实现
22+
- 📋 WebUI添加配置元数据支持
23+
24+
## ⬆️[v1.0.5 → v1.1.0] - 2025-11-09
425

526
### 🆕 新功能
627
- 🌐 新增WebUI界面,提供更友好的配置管理体验
@@ -12,7 +33,7 @@
1233
- 🔧 更新Rust edition至2024版本,利用最新语言特性
1334
- 📚 优化配置文档结构,提升可读性和易用性
1435

15-
## ⬆️[v1.0.5] - 2025-11-04
36+
## ⬆️[v1.0.0 → v1.0.5] - 2025-11-04
1637

1738
### 🆕 新功能
1839
- 📱 新增机型模板配置,便捷应用到多包名

docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 🛡️ **安全可靠**: 基于 Zygisk 框架,模块化设计
2121
- 📝 **简单配置**: 使用 TOML 格式配置文件,易于编辑
2222
-**性能优化**: 仅对配置的应用生效,不影响其他应用
23-
- 🎭 **双模式**: lite 模式(轻量隐蔽)/ full 模式(完整伪装)
23+
- 🎭 **三项模式**: lite 模式(轻量隐蔽)/ full 模式(完整伪装)/ resetprop 模式(支持只读属性修改
2424
- 🌐 **WebUI管理**: 提供图形化界面,方便配置管理
2525

2626
## WebUI 功能 🖥️
@@ -31,7 +31,6 @@ Device Faker 提供了现代化的 Web 管理界面,可以通过WebUI-X API访
3131
- 📋 **模板管理**: 创建、编辑和删除机型模板,批量应用到多个包名
3232
- 📱 **应用管理**: 直观查看已安装应用及其配置状态
3333
- 🖋️ **配置编辑**: 图形化界面编辑应用配置,支持模板应用和自定义配置
34-
- 🔍 **搜索功能**: 快速搜索应用或包名
3534

3635
## 配置说明 ⚙️
3736

docs/en/CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# 📝 Changelog
22

3-
## ⬆️[v1.1.0] - 2025-11-09
3+
## ⬆️[v1.1.0 → v1.2.0] - 2025-12-17
4+
5+
### 🆕 New Features
6+
- 🌐 WebUI added online template library feature
7+
- 🛠️ Added CLI tool for configuration conversion and online template loading
8+
- 🔧 Added resetprop mode support and characteristics property
9+
- 🌍 WebUI added multi-language support
10+
- 📋 Added FORCE_DENYLIST_UNMOUNT support
11+
- 👥 Added support for multi-user environment configuration
12+
13+
### ⚡ Improvements
14+
- 💾 Installation script changed backup file suffix to .bak for easier recovery
15+
- 📱 WebUI adapted KernelSU API 2.1.1 to support KernelSU 2.1.2+ app name and icon display
16+
- 🎨 Adapted KernelSU WebUI immersion standard
17+
- 🌐 WebUI used fetch API instead of curl command for network requests, improving compatibility
18+
- 🏗️ Modular architecture refactored Zygisk module core
19+
- 🎨 Optimized WebUI display and layout
20+
- 🏗️ Refactored WebUI template page to component-based structure
21+
- 🔄 Migrated C++ atexit implementation to Rust implementation
22+
- 📋 WebUI added configuration metadata support
23+
24+
## ⬆️[v1.0.5 → v1.1.0] - 2025-11-09
425

526
### 🆕 New Features
627
- 🌐 Added WebUI interface for more friendly configuration management experience
@@ -12,7 +33,7 @@
1233
- 🔧 Updated Rust edition to 2024 version, utilizing latest language features
1334
- 📚 Optimized configuration documentation structure, improving readability and usability
1435

15-
## ⬆️[v1.0.5] - 2025-11-04
36+
## ⬆️[v1.0.0 → v1.0.5] - 2025-11-04
1637

1738
### 🆕 New Features
1839
- 📱 Added device template configuration for convenient application to multiple package names
@@ -22,4 +43,4 @@
2243
### ⚡ Improvements
2344
- 🚀 Optimized core performance and size for smoother operation
2445
- 🧩 Optimized module unloading logic, reducing memory residency time
25-
- 🎯 Used local_cxa_atexit_finalize_impl to enhance stealth
46+
- 🎯 Used local_cxa_atexit_finalize_impl to enhance stealth

docs/en/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A device model spoofing module based on Zygisk that can configure different devi
1919
- 🛡️ **Safe and Reliable**: Based on Zygisk framework, modular design
2020
- 📝 **Simple Configuration**: Using TOML format configuration files, easy to edit
2121
-**Performance Optimized**: Only takes effect on configured applications, does not affect other applications
22-
- 🎭 **Dual Mode**: lite mode (lightweight stealth) / full mode (complete spoofing)
22+
- 🎭 **Triple Mode**: lite mode (lightweight stealth) / full mode (complete spoofing) / resetprop mode (supports read-only property modification)
2323
- 🌐 **WebUI Management**: Provides graphical interface for convenient configuration management
2424

2525
## WebUI Features 🖥️
@@ -30,7 +30,6 @@ Device Faker provides a modern web management interface accessible through the W
3030
- 📋 **Template Management**: Create, edit and delete device templates, batch apply to multiple package names
3131
- 📱 **Application Management**: Intuitive view of installed applications and their configuration status
3232
- 🖋️ **Configuration Editing**: Graphical interface for editing application configuration, supporting template application and custom configuration
33-
- 🔍 **Search Function**: Quick search for applications or package names
3433

3534
## Configuration Guide ⚙️
3635

0 commit comments

Comments
 (0)