Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Jun 4, 2024
1 parent 2f7bacd commit 5f6e780
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## LiteLoaderQQNT-NekoImageGallerySearch

> 🤔 Note:
> - As this project is in the WIP phase, you will need to download the latest build of the plugin from Artifacts in Action **(recommended)**, or manually build the plugin from source and install it manually by following the instructions below
> - You can preview the development roadmap in [here](https://github.com/users/pk5ls20/projects/5)
[![wakatime](https://wakatime.com/badge/user/4e079db9-a68b-469b-a3b4-1a7e1bb4d357/project/018e9abd-9451-41d3-81e2-e52211960018.svg)](https://wakatime.com/badge/user/4e079db9-a68b-469b-a3b4-1a7e1bb4d357/project/018e9abd-9451-41d3-81e2-e52211960018)
[![wakatime](https://wakatime.com/badge/github/pk5ls20/LiteLoaderQQNT-NekoImageGallerySearch.svg)](https://wakatime.com/badge/github/pk5ls20/LiteLoaderQQNT-NekoImageGallerySearch)

Another web UI for [NekoImageGallery](https://github.com/hv0905/NekoImageGallery), but completed using Vue, and **seamlessly integrated with NTQQ** through [LiteLoaderQQNT](https://liteloaderqqnt.github.io)

Expand All @@ -22,7 +18,11 @@ Another web UI for [NekoImageGallery](https://github.com/hv0905/NekoImageGallery

## Installation

### Download the latest build of the plugin from Artifacts in Action **(Recommended)**
### Download the stable build of the plugin from [Releases](https://github.com/pk5ls20/LiteLoaderQQNT-NekoImageGallerySearch/releases) **(Recommended)**
1. Download the stable build `LiteLoaderQQNT-NekoImage.zip` from [Releases](https://github.com/pk5ls20/LiteLoaderQQNT-NekoImageGallerySearch/releases)
2. Extract the zip to the plugin path

### Download the latest build of the plugin from Artifacts in Action
1. Download the build `LiteLoaderQQNT-NekoImage.zip` from Artifacts in Action.
2. Extract the zip to the plugin path

Expand All @@ -39,15 +39,15 @@ yarn install && yarn plugin-build
cp -r LiteLoaderQQNT-NekoImage /path/to/your/LiteloaderQQNT/plugin-path
```

## Known issues
## Known issues & Development RoadMap

> See [RoadMap](https://github.com/users/pk5ls20/projects/5) for more known issues.
> See [RoadMap](https://github.com/users/pk5ls20/projects/5) for more known issues and development roadmap.
- The settings of this plugin need to restart QQ to take effect.

## Testing environment
This plugin was developed and tested in the following environment:
- QQ 9.9.9-22920 + LiteLoaderQQNT 1.1.1
- Windows 11 + QQ >9.9.9-22920 + LiteLoaderQQNT 1.1.1


## Reference & Special Thanks
Expand Down
22 changes: 10 additions & 12 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
## LiteLoaderQQNT-NekoImageGallerySearch

> 🤔 提示:
> - 由于本项目处于WIP阶段,你需要从Action中的Artifacts下载最新构建版插件 **(推荐)**,或按照下面的说明手动从源代码构建插件并手动安装
> - 可以[在这里](https://github.com/users/pk5ls20/projects/5)查看本项目的开发路线图
[![wakatime](https://wakatime.com/badge/github/pk5ls20/LiteLoaderQQNT-NekoImageGallerySearch.svg)](https://wakatime.com/badge/github/pk5ls20/LiteLoaderQQNT-NekoImageGallerySearch)

----

[![wakatime](https://wakatime.com/badge/user/4e079db9-a68b-469b-a3b4-1a7e1bb4d357/project/018e9abd-9451-41d3-81e2-e52211960018.svg)](https://wakatime.com/badge/user/4e079db9-a68b-469b-a3b4-1a7e1bb4d357/project/018e9abd-9451-41d3-81e2-e52211960018)

又一个[NekoImageGallery](https://github.com/hv0905/NekoImageGallery)的web UI, 但基于vue完成,并通过[LiteLoaderQQNT](https://liteloaderqqnt.github.io)与NTQQ**无缝结合**
又一个[NekoImageGallery](https://github.com/hv0905/NekoImageGallery)的web UI, 但使用vue并通过[LiteLoaderQQNT](https://liteloaderqqnt.github.io)与NTQQ**无缝结合**

[English Document](README.md)

Expand All @@ -24,7 +18,11 @@

## 安装

### 从Action中的Artifacts下载最新构建版插件 **(推荐)**
### [Releases](https://github.com/pk5ls20/LiteLoaderQQNT-NekoImageGallerySearch/releases)下载稳定版插件 **(推荐)**
1.[Releases](https://github.com/pk5ls20/LiteLoaderQQNT-NekoImageGallerySearch/releases)下载构建好的`LiteLoaderQQNT-NekoImage.zip`
2. 解压压缩包至插件路径

### 从Action中的Artifacts下载最新构建版插件
1. 从Action中的Artifacts下载构建好的`LiteLoaderQQNT-NekoImage.zip`
2. 解压压缩包至插件路径

Expand All @@ -40,15 +38,15 @@ yarn install && yarn plugin-build
cp -r LiteLoaderQQNT-NekoImage /path/to/your/LiteloaderQQNT/plugin-path
```

## 已知问题
## 已知问题及开发路线图

> 更多的已知问题参见[RoadMap](https://github.com/users/pk5ls20/projects/5)
> 更多的已知问题以及开发路线图参见[RoadMap](https://github.com/users/pk5ls20/projects/5)
- 本插件的设置需要重启QQ后才能生效

## 测试环境
本插件在以下环境中开发并测试通过:
- QQ 9.9.9-22920 + LiteLoaderQQNT 1.1.1
- Windows 11 + QQ >9.9.9-22920 + LiteLoaderQQNT 1.1.1

## 参考及特别致谢

Expand Down

0 comments on commit 5f6e780

Please sign in to comment.