diff --git a/README.md b/README.md index cb0dd7b..d989be2 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ [![wakatime](https://wakatime.com/badge/user/2838d0e1-1416-4f45-bc46-cbda8f4d9e75/project/193328a5-c16a-4ad4-9ab2-f18b70349042.svg)](https://wakatime.com/badge/user/2838d0e1-1416-4f45-bc46-cbda8f4d9e75/project/193328a5-c16a-4ad4-9ab2-f18b70349042) -[![CodeFactor](https://www.codefactor.io/repository/github/willowsaucer/mediaplayer/badge)](https://www.codefactor.io/repository/github/willowsaucer/mediaplayer) +[![CodeFactor](https://www.codefactor.io/repository/github/extcanary/mediaplayer/badge)](https://www.codefactor.io/repository/github/extcanary/mediaplayer) English | [简体中文](README_ZH.md) ## Introduction This plugin is used to play NBS music and map videos in BDS server. -This project uses the [LittleHooker](https://github.com/WillowSauceR/LittleHooker) framework for HOOK. +This project uses the [LittleHooker](https://github.com/ExtcanaRy/LittleHooker) framework for HOOK. ## Use ### NBS music playback @@ -70,7 +70,7 @@ Please delete both ``input.mp4`` and ``output.mp4`` files for the next conversio ## Acknowledgements - [yqs112358](https://github.com/yqs112358) providing technical support at send packet level -- [lgc2333](https://github.com/lgc2333) participated in the development of [nbsparser](https://github.com/WillowSauceR/nbsparser) and provided basic technical support. +- [lgc2333](https://github.com/lgc2333) participated in the development of [nbsparser](https://github.com/ExtcanaRy/nbsparser) and provided basic technical support. Without their support, this project would not have been possible @@ -78,8 +78,8 @@ Without their support, this project would not have been possible | Project | License | | ------------------------------------------------------------ | ------------------------------------------------------------------------- | -| [LittleHooker](https://github.com/WillowSauceR/LittleHooker) | GPL-3.0 | -| [nbsparser](https://github.com/WillowSauceR/nbsparser) | GPL-3.0 | +| [LittleHooker](https://github.com/ExtcanaRy/LittleHooker) | GPL-3.0 | +| [nbsparser](https://github.com/ExtcanaRy/nbsparser) | GPL-3.0 | | [dirent](https://github.com/tronkko/dirent) | MIT | | [minhook](https://github.com/TsudaKageyu/minhook) | [license](https://github.com/TsudaKageyu/minhook/blob/master/LICENSE.txt) | | [uthash](https://github.com/troydhanson/uthash) | [license](https://github.com/troydhanson/uthash/blob/master/LICENSE) | diff --git a/README_ZH.md b/README_ZH.md index 8b740b9..4c86bc1 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -2,14 +2,14 @@ [![wakatime](https://wakatime.com/badge/user/2838d0e1-1416-4f45-bc46-cbda8f4d9e75/project/193328a5-c16a-4ad4-9ab2-f18b70349042.svg)](https://wakatime.com/badge/user/2838d0e1-1416-4f45-bc46-cbda8f4d9e75/project/193328a5-c16a-4ad4-9ab2-f18b70349042) -[![CodeFactor](https://www.codefactor.io/repository/github/willowsaucer/mediaplayer/badge)](https://www.codefactor.io/repository/github/willowsaucer/mediaplayer) +[![CodeFactor](https://www.codefactor.io/repository/github/extcanary/mediaplayer/badge)](https://www.codefactor.io/repository/github/extcanary/mediaplayer) [English](README.md) | 简体中文 ## 简介 本插件用于在BDS服务器播放NBS音乐和地图视频。 -本项目使用了[LittleHooker](https://github.com/WillowSauceR/LittleHooker)框架进行HOOK。 +本项目使用了[LittleHooker](https://github.com/ExtcanaRy/LittleHooker)框架进行HOOK。 ## 使用 ### NBS 音乐播放 @@ -71,7 +71,7 @@ NBS音乐文件请放置到``plugins\MediaPlayer\nbs``文件夹中 ## 致谢 - [yqs112358](https://github.com/yqs112358) 提供了在发包层面的技术支持 -- [lgc2333](https://github.com/lgc2333) 参与了[nbsparser](https://github.com/WillowSauceR/nbsparser)的开发,提供了基础技术支持 +- [lgc2333](https://github.com/lgc2333) 参与了[nbsparser](https://github.com/ExtcanaRy/nbsparser)的开发,提供了基础技术支持 没有他们的支持,这个项目不可能实现 @@ -79,8 +79,8 @@ NBS音乐文件请放置到``plugins\MediaPlayer\nbs``文件夹中 | 项目 | 许可证 | | ------------------------------------------------------------ | ------------------------------------------------------------------------ | -| [LittleHooker](https://github.com/WillowSauceR/LittleHooker) | GPL-3.0 | -| [nbsparser](https://github.com/WillowSauceR/nbsparser) | GPL-3.0 | +| [LittleHooker](https://github.com/ExtcanaRy/LittleHooker) | GPL-3.0 | +| [nbsparser](https://github.com/ExtcanaRy/nbsparser) | GPL-3.0 | | [dirent](https://github.com/tronkko/dirent) | MIT | | [minhook](https://github.com/TsudaKageyu/minhook) | [许可证](https://github.com/TsudaKageyu/minhook/blob/master/LICENSE.txt) | | [uthash](https://github.com/troydhanson/uthash) | [许可证](https://github.com/troydhanson/uthash/blob/master/LICENSE) |