Skip to content

Commit

Permalink
docs: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
WillowSauceR authored and WillowSauceR committed Jun 8, 2023
1 parent 2119a78 commit 4f27213
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -70,16 +70,16 @@ 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

## License

| 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) |
Expand Down
10 changes: 5 additions & 5 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 音乐播放
Expand Down Expand Up @@ -71,16 +71,16 @@ 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)的开发,提供了基础技术支持

没有他们的支持,这个项目不可能实现

## 许可证

| 项目 | 许可证 |
| ------------------------------------------------------------ | ------------------------------------------------------------------------ |
| [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) |
Expand Down

0 comments on commit 4f27213

Please sign in to comment.