Skip to content

Commit f9c60ce

Browse files
committedNov 23, 2024
2 parents 23ad1cf + 778c6f5 commit f9c60ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0 # 选择最新的稳定版本
3+
rev: v5.0.0 # 选择最新的稳定版本
44
hooks:
55
- id: trailing-whitespace # 去除多余的空格
66
- id: end-of-file-fixer # 确保文件以空行结束

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
_⭐基于Nonebot2的调用在线[fish-audio](https://fish.audio/zh-CN/)或离线[fish-speech](https://github.com/fishaudio/fish-speech) api⭐_
88
_⭐文本生成语音`tts`插件⭐_
99

10-
<a href="https://www.python.org/downloads/release/python-390/"><img src="https://img.shields.io/badge/python-3.10+-blue"></a> <a href=""><img src="https://img.shields.io/badge/QQ-1141538825-yellow"></a> <a href="https://github.com/Cvandia/nonebot-plugin-game-torrent/blob/main/LICENCE"><img src="https://img.shields.io/badge/license-MIT-blue"></a> <a href="https://v2.nonebot.dev/"><img src="https://img.shields.io/badge/Nonebot2-2.2.0+-red"></a>[![Python package](https://github.com/Cvandia/nonebot-plugin-fishspeech-tts/actions/workflows/python.yml/badge.svg?branch=master)](https://github.com/Cvandia/nonebot-plugin-fishspeech-tts/actions/workflows/python.yml)
10+
<a href="https://www.python.org/downloads/release/python-390/"><img src="https://img.shields.io/badge/python-3.10+-blue"></a> <a href=""><img src="https://img.shields.io/badge/QQ-1141538825-yellow"></a> <a href="https://github.com/Cvandia/nonebot-plugin-game-torrent/blob/main/LICENCE"><img src="https://img.shields.io/badge/license-MIT-blue"></a> <a href="https://v2.nonebot.dev/"><img src="https://img.shields.io/badge/Nonebot2-2.2.0+-red"></a>[![Python package](https://github.com/Cvandia/nonebot-plugin-fishspeech-tts/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/Cvandia/nonebot-plugin-fishspeech-tts/actions/workflows/python-app.yml)
1111

1212
**中文简体** | [**English**](./docs/README_EN.md)
1313

0 commit comments

Comments
 (0)
Failed to load comments.