From 9bf218cfeefea2cdabd8a9f5584a1c931c1d6e7a Mon Sep 17 00:00:00 2001 From: momen Date: Thu, 3 Jul 2025 14:31:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9dfd17b..ae2026a 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,29 @@ ### 星火软件更新器 + #### 简介 -欢迎使用星火软件更新器,您可以使用此更新器更新位于您 Linux 计算机的程序。 +欢迎使用星火软件更新器!本工具可帮助您便捷地更新 Linux 计算机上的各类程序。 + +本版本专为仅包含 Qt5 的 Linux 发行版设计。 +**请在 root 权限下运行本程序。** -此版本专为仅有qt5的Linux发行版所使用。 -请在root环境下运行。 #### 当前支持的 Linux 发行版 + - [x] GXDE OS - [x] Ubuntu - [x] deepin - [ ] Kylin #### 功能清单 -|功能模块|描述| -|--|--| -|应用名识别|采用 `ss-do-upgrade.sh` 部分代码| -|应用包大小识别|使用 dkpg 完成| -|获取应用 Icon|使用 QDesktopServices 完成| -|支持 ACE 兼容环境| | -|多线程下载|采用aptss方案| + +| 功能模块 | 描述 | +|------------------|--------------------------------------| +| 应用名识别 | 基于 `ss-do-upgrade.sh` 部分代码实现 | +| 应用包大小识别 | 通过 dpkg 获取包大小信息 | +| 获取应用图标 | 利用 QDesktopServices 实现 | +| 支持 ACE 兼容环境| | +| 多线程下载 | 基于 aptss 方案 | + #### 联系与反馈 -momen@momen.world \ No newline at end of file + +如有问题或建议,欢迎联系:momen@momen.world \ No newline at end of file