diff --git a/README.md b/README.md index 6921e75..ec328fa 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,69 @@ # IYUUPlus-Windows +新疆萌森软件开发工作室提供技术支持 + #### 介绍 IYUU 基于特征码的索引工具 #### 软件架构 Electron + IYUUPlus 封装而成 +#### 环境说明 +自行安装 MySQL 环境即可 + +推荐以下方式: + ++ [XAMPP](https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.2.12/xampp-windows-x64-8.2.12-0-VS16-installer.exe) ++ [小皮面板](http://public.xp.cn/upgrades/phpStudy_64.zip) + #### 安装教程 下载安装包,运行即可。 -当前支持 x84 与 x64 位系统 \ No newline at end of file +当前支持 x84 与 x64 位系统 + +#### 软件介绍 +##### 初始化界面 +![init-1](imgs/init-1.png) +![init-2](imgs/init-2.png) +![init-3](imgs/init-3.png) +![init-4](imgs/init-4.png) +![init-5](imgs/init-5.png) + +#### 功能介绍 +##### IYUU 菜单 +- 刷新 + - 页面刷新功能。 +- 重启服务 + - 重启后台服务 +- 文档中心 + - IYUU 官方文档中心 +- 数据统计 + - Windows 客户端在线统计服务 + +![IYUU-MENU](imgs/IYUU-MENU.png) + +##### 帮助菜单 +- 问题反馈 + - Gitee Issues 问题反馈通道 +- 关于 + - 客户端 版本信息 + +![HELP-MENU](imgs/HELP-MENU.png) +![HELP-VERSION-MENU](imgs/HELP-VERSION-MENU.png) + +#### 任务托盘 ++ 打开主窗口 ++ 通过浏览器打开 ++ 重启服务 ++ 强制退出 + - 出现问题时,可强制结束服务 ++ 退出 + +![TASK-WIN](imgs/TASK-WIN.png) + +#### 卸载 + +`控制面板` 中找到 `iyuu-plus` 右键卸载 + +![UNINSTALL](imgs/UNINSTALL.png) \ No newline at end of file diff --git a/imgs/HELP-MENU.png b/imgs/HELP-MENU.png new file mode 100644 index 0000000..1c76787 Binary files /dev/null and b/imgs/HELP-MENU.png differ diff --git a/imgs/HELP-VERSION-MENU.png b/imgs/HELP-VERSION-MENU.png new file mode 100644 index 0000000..c94cbb5 Binary files /dev/null and b/imgs/HELP-VERSION-MENU.png differ diff --git a/imgs/IYUU-MENU.png b/imgs/IYUU-MENU.png new file mode 100644 index 0000000..9dbe8ff Binary files /dev/null and b/imgs/IYUU-MENU.png differ diff --git a/imgs/TASK-WIN.png b/imgs/TASK-WIN.png new file mode 100644 index 0000000..2ec5320 Binary files /dev/null and b/imgs/TASK-WIN.png differ diff --git a/imgs/UNINSTALL.png b/imgs/UNINSTALL.png new file mode 100644 index 0000000..32a5a93 Binary files /dev/null and b/imgs/UNINSTALL.png differ diff --git a/imgs/init-1.png b/imgs/init-1.png new file mode 100644 index 0000000..59fe426 Binary files /dev/null and b/imgs/init-1.png differ diff --git a/imgs/init-2.png b/imgs/init-2.png new file mode 100644 index 0000000..f7759a8 Binary files /dev/null and b/imgs/init-2.png differ diff --git a/imgs/init-3.png b/imgs/init-3.png new file mode 100644 index 0000000..2dc0265 Binary files /dev/null and b/imgs/init-3.png differ diff --git a/imgs/init-4.png b/imgs/init-4.png new file mode 100644 index 0000000..167d0e7 Binary files /dev/null and b/imgs/init-4.png differ diff --git a/imgs/init-5.png b/imgs/init-5.png new file mode 100644 index 0000000..9675f7b Binary files /dev/null and b/imgs/init-5.png differ