update doc

This commit is contained in:
Benny
2023-12-29 17:38:21 +01:00
parent d9da767093
commit 1e51f8a4d3
5 changed files with 10 additions and 44 deletions

View File

@@ -1,20 +0,0 @@
# 2023-01-30
本次更新主要包括以下内容,详情请见 [Telegram Channel](https://t.me/mikuri520/2177)
1. 提交评论之后页面自动刷新,不再需要手动刷新页面
2. 楼中楼默认加载3条点击按钮可以再次加载3条
3. 修复了时区问题,再也不会看到时间是未来的评论
4. 一些样式和文字上的小修改
5. 添加 pangu中英文之间自动加空格。目前仅对模版中的文字生效从API请求过来的文字还是没有空格的后续会修复
6. 搜索功能可以搜索到子评论的内容了。
7. 添加了 Stripe支持使用支付宝付款。如果感觉到本项目对你有帮助欢迎赞助支持一下。
8. 优化性能,提升页面加载速度

View File

@@ -157,7 +157,7 @@ python /path/to/YYeTsBot/yyetsbot/bot.py
如果无法访问Telegram可以使用如下网址下载数据 如果无法访问Telegram可以使用如下网址下载数据
* [网站实时数据,MongoDB](https://yyets.click/data/yyets_mongo.gz) * [MongoDB](https://yyets.click/data/yyets_mongo.gz)
* [MySQL](https://yyets.click/data/yyets_mysql.zip) * [MySQL](https://yyets.click/data/yyets_mysql.zip)
* [SQLite](https://yyets.click/data/yyets_sqlite.zip) * [SQLite](https://yyets.click/data/yyets_sqlite.zip)

View File

@@ -3,12 +3,6 @@
[![build docker image](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/docker.yaml/badge.svg)](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/docker.yaml) [![build docker image](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/docker.yaml/badge.svg)](https://github.com/tgbot-collection/YYeTsBot/actions/workflows/docker.yaml)
[![Docker Pulls](https://img.shields.io/docker/pulls/bennythink/yyetsbot)](https://hub.docker.com/r/bennythink/yyetsbot) [![Docker Pulls](https://img.shields.io/docker/pulls/bennythink/yyetsbot)](https://hub.docker.com/r/bennythink/yyetsbot)
* 人人影视bot[戳我使用](https://t.me/yyets_bot)
* 人人影视分享站,[戳我使用](https://yyets.click/)
机器人和网站由我长期维护如果遇到问题可以提issue。
![](assets/index.png) ![](assets/index.png)
👉 前端[在这里](https://github.com/tgbot-collection/YYeTsFE) 👈 👉 前端[在这里](https://github.com/tgbot-collection/YYeTsFE) 👈
@@ -17,12 +11,9 @@
直接发送想要看的剧集名称就可以了可选分享网页或者链接ed2k和磁力链接 直接发送想要看的剧集名称就可以了可选分享网页或者链接ed2k和磁力链接
支持字幕侠、人人影视离线资源
搜索资源时,会按照我预定的优先级(人人影视离线、字幕侠)进行搜索,当然也可以使用命令强制某个字幕组,如 `/yyets_offline 逃避可耻` 搜索资源时,会按照我预定的优先级(人人影视离线、字幕侠)进行搜索,当然也可以使用命令强制某个字幕组,如 `/yyets_offline 逃避可耻`
**由于译名的不同,建议输入部分译名,然后从列表中进行选择。比如说想看权力的游戏第四季,那么直接搜索"权力的游戏"就可以了。**
## 命令 ## 命令
``` ```
@@ -95,7 +86,7 @@ yyets_offline - 人人影视离线数据
## 在线 原生应用程序 ## 在线 原生应用程序
使用tauri封装的网页。内容等同于 `https://yyets.click`只不过是原生的App。使用方法如下 使用tauri封装的网页。使用方法如下
1. 请到 [GitHub Release](https://github.com/tgbot-collection/YYeTsBot/releases) ,找最新的 `YYeTsBot App` 1. 请到 [GitHub Release](https://github.com/tgbot-collection/YYeTsBot/releases) ,找最新的 `YYeTsBot App`
2. windows下载msimacos下载dmg或tar.gzLinux下载AppImage或debDebian based 2. windows下载msimacos下载dmg或tar.gzLinux下载AppImage或debDebian based
@@ -153,16 +144,16 @@ yyets_offline - 人人影视离线数据
* 宣传,使用,提交问题报告 * 宣传,使用,提交问题报告
* 收藏[我的博客](https://dmesg.app/) * 收藏[我的博客](https://dmesg.app/)
* [Telegram Channel](https://t.me/mikuri520) * [Telegram Channel](https://t.me/mikuri520)
* 捐助我,[给我买杯咖啡?](https://www.buymeacoffee.com/bennythink)
* 捐助我,[爱发电?](https://afdian.net/@BennyThink) ## 捐助
* 捐助我,[GitHub Sponsor](https://github.com/sponsors/BennyThink)
* 捐助我,[Stripe](https://buy.stripe.com/dR67vU4p13Ox73a6oq) * [给我买杯咖啡?](https://www.buymeacoffee.com/bennythink)
* [爱发电?](https://afdian.net/@BennyThink)
* [GitHub Sponsor](https://github.com/sponsors/BennyThink)
* [Stripe](https://buy.stripe.com/dR67vU4p13Ox73a6oq)
<img src="./assets/CNY.png" width = 30% alt="stripe" /> <img src="./assets/CNY.png" width = 30% alt="stripe" />
# 感谢
感谢所有[支持本项目](SPONSOR.md)的人!
# License # License

View File

@@ -1,5 +0,0 @@
感谢如下支持本项目的小可爱们!
**如果你也想把你的名字和链接加到这里,请和我私聊确认哦~否则我就不知道怎么写啦**
* [KnowsCount](https://github.com/KnowsCount)

View File

@@ -192,7 +192,7 @@ if __name__ == "__main__":
▌ ▌ ▛▀ ▌ ▝▀▖ ▌ ▌ ▛▀ ▌ ▝▀▖
▘ ▘ ▝▀▘ ▘ ▀▀ ▘ ▘ ▝▀▘ ▘ ▀▀
Lazarus came back from the dead. By @Bennythink Lazarus came back from the dead. By @BennyThink
""" """
print(banner) print(banner)
RunServer.run_server(port=p, host=h) RunServer.run_server(port=p, host=h)