https://github.com/pk5ls20/liteloaderqqnt-nekoimagegallerysearch
Another web UI for NekoImageGallery, seamlessly integrated with NTQQ through LiteLoaderQQNT
https://github.com/pk5ls20/liteloaderqqnt-nekoimagegallerysearch
balm-ui liteloaderqqnt qqnt vue-i18n vue3
Last synced: 6 months ago
JSON representation
Another web UI for NekoImageGallery, seamlessly integrated with NTQQ through LiteLoaderQQNT
- Host: GitHub
- URL: https://github.com/pk5ls20/liteloaderqqnt-nekoimagegallerysearch
- Owner: pk5ls20
- License: agpl-3.0
- Created: 2024-04-01T17:34:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T12:59:29.000Z (7 months ago)
- Last Synced: 2024-12-11T14:02:20.496Z (6 months ago)
- Topics: balm-ui, liteloaderqqnt, qqnt, vue-i18n, vue3
- Language: TypeScript
- Homepage:
- Size: 14.1 MB
- Stars: 50
- Watchers: 1
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LiteLoaderQQNT-NekoImageGallerySearch
[](https://wakatime.com/badge/github/pk5ls20/LiteLoaderQQNT-NekoImageGallerySearch)
[](README_ZH.md)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)
> [!NOTE]
>
> Want to use [NekoImageGallery.App](https://github.com/hv0905/NekoImageGallery.App) in NTQQ? No problem,
> try [NekoImageGallery.LiteLoader.App](https://github.com/pk5ls20/NekoImageGallery.LiteLoader.App) (currently in a **very early WIP stage**, your PRs are welcome!)## Screenshots
-----


-----
## Installation
### 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### Build and install manually
#### Build manually
```shell
npm install -g yarn
yarn install && yarn plugin-build
```#### install manually
```shell
cp -r LiteLoaderQQNT-NekoImage /path/to/your/LiteloaderQQNT/plugin-path
```## Known issues & Development RoadMap
> See [RoadMap](https://github.com/users/pk5ls20/projects/5) for more known issues and development roadmap.
## Testing environment
This plugin was developed and tested in the following environment:
- Windows 11 + QQ >9.9.9-22920 + LiteLoaderQQNT >1.1.1
- Manjaro Linux + QQ >3.2.9-24568 + LiteLoaderQQNT >1.1.1## Reference & Special Thanks
Thanks to the following projects. LiteLoaderQQNT-NekoImage could not have been realized without you!
- https://github.com/hv0905/NekoImageGallery.App
- https://github.com/xtaw/LiteLoaderQQNT-Fake-Message
- https://github.com/MUKAPP/LiteLoaderQQNT-DeepL
- https://github.com/xh321/LiteLoaderQQNT-QR-Decode
- https://github.com/xiyuesaves/LiteLoaderQQNT-lite_tools
- https://github.com/Night-stars-1/LiteLoaderQQNT-Plugin-LLAPI
- https://github.com/LLOneBot/LLOneBot
- https://github.com/NapNeko/NapCatQQ
- https://github.com/darkreader/darkreader
- (more repo mentioned in the code comments)