Skip to content

Commit 61f8fb7

Browse files
author
Taois
committed
feat:升级新版
1 parent 8a909bf commit 61f8fb7

File tree

10 files changed

+999
-156
lines changed

10 files changed

+999
-156
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,4 @@ dist
156156
/clipboard.txt.bak
157157
/apps/cat/
158158
/data/temp/
159+
/scripts/mjs/index.db

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,16 @@ nodejs作为服务端的drpy实现。全面升级异步写法
4747
* [DS源适配猫影视](https://github.com/hjdhnx/CatPawOpen/tree/ds-cat)
4848
* [DS插件项目-golang](https://github.com/hjdhnx/drpy-plugin)
4949
* [DS 二进制插件项目-pup-sniffer](https://github.com/hjdhnx/pup-sniffer)
50+
* [DS 二进制插件项目-file-index](https://github.com/hjdhnx/file-index)
5051
* [DS web插件项目-drplayer](https://github.com/hjdhnx/DrPlayer)
5152
* [drpy2打包项目](https://github.com/hjdhnx/drpy-webpack)
5253

5354
## 更新记录
5455

56+
### 20251008
57+
58+
更新至V1.3.8
59+
5560
### 20251007
5661

5762
更新至V1.3.7

apps/drplayer/assets/index-6ImXjD7D.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/drplayer/assets/index-BwvPCvl4.js renamed to apps/drplayer/assets/index-CuDKiEtm.js

Lines changed: 144 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/drplayer/assets/index-CuW6oJxI.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/drplayer/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="referrer" content="no-referrer" />
88
<title>DrPlayer</title>
9-
<script type="module" crossorigin src="/apps/drplayer/assets/index-BwvPCvl4.js"></script>
10-
<link rel="stylesheet" crossorigin href="/apps/drplayer/assets/index-6ImXjD7D.css">
9+
<script type="module" crossorigin src="/apps/drplayer/assets/index-CuDKiEtm.js"></script>
10+
<link rel="stylesheet" crossorigin href="/apps/drplayer/assets/index-CuW6oJxI.css">
1111
</head>
1212
<body>
1313
<div id="app"></div>

docs/updateRecord.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# drpyS更新记录
22

3+
### 20251008
4+
5+
更新至V1.3.8
6+
7+
1. 增加文件代理播放服务,支持 `m3u8` 及全部直链文件如`mp4` `mp3` `mkv`的代理访问
8+
2. 更新drplayer,支持详情页完整push://协议(选集直接push://和免嗅探返回的push://),修复详情返回后筛选消失的bug
9+
310
### 20251007
411

512
更新至V1.3.7

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drpy-node",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"main": "index.js",
55
"type": "module",
66
"scripts": {

public/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,13 @@ <h3 id="同作者项目">同作者项目</h3>
5050
<li><a href="https://github.com/hjdhnx/CatPawOpen/tree/ds-cat">DS源适配猫影视</a></li>
5151
<li><a href="https://github.com/hjdhnx/drpy-plugin">DS插件项目-golang</a></li>
5252
<li><a href="https://github.com/hjdhnx/pup-sniffer">DS 二进制插件项目-pup-sniffer</a></li>
53+
<li><a href="https://github.com/hjdhnx/file-index">DS 二进制插件项目-file-index</a></li>
5354
<li><a href="https://github.com/hjdhnx/DrPlayer">DS web插件项目-drplayer</a></li>
5455
<li><a href="https://github.com/hjdhnx/drpy-webpack">drpy2打包项目</a></li>
5556
</ul>
5657
<h2 id="更新记录">更新记录</h2>
58+
<h3 id="20251008">20251008</h3>
59+
<p>更新至V1.3.8</p>
5760
<h3 id="20251007">20251007</h3>
5861
<p>更新至V1.3.7</p>
5962
<h3 id="20250927">20250927</h3>

0 commit comments

Comments
 (0)