Skip to content

Commit 6c5bb9d

Browse files
author
Taois
committed
feat: 发布新版本
1 parent 60fb466 commit 6c5bb9d

File tree

7 files changed

+132
-124
lines changed

7 files changed

+132
-124
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ nodejs作为服务端的drpy实现。全面升级异步写法
5252

5353
## 更新记录
5454

55+
### 20251007
56+
57+
更新至V1.3.7
58+
5559
### 20250927
5660

5761
更新至V1.3.6
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 119 additions & 119 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-oBvd1lQ-.js"></script>
10-
<link rel="stylesheet" crossorigin href="/apps/drplayer/assets/index-D6FaOBj3.css">
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">
1111
</head>
1212
<body>
1313
<div id="app"></div>

docs/updateRecord.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# drpyS更新记录
22

3-
### 20250928
3+
### 20251007
44

55
更新至V1.3.7
66

77
1. 增加一个cat源 `爱玩音乐.js`,补齐缺失的 `lrcToSrt` `strExtract` 并注入到drpys沙箱环境和cat全局变量
8+
2. 增加了 `ftp`,`webdav`协议支持和相关的源
9+
3. 升级drplayer到最新版本,支持多级目录及ftp、webdav源
810

911
### 20250927
1012

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.6",
3+
"version": "1.3.7",
44
"main": "index.js",
55
"type": "module",
66
"scripts": {

public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ <h3 id="同作者项目">同作者项目</h3>
5454
<li><a href="https://github.com/hjdhnx/drpy-webpack">drpy2打包项目</a></li>
5555
</ul>
5656
<h2 id="更新记录">更新记录</h2>
57+
<h3 id="20251007">20251007</h3>
58+
<p>更新至V1.3.7</p>
5759
<h3 id="20250927">20250927</h3>
5860
<p>更新至V1.3.6</p>
5961
<h3 id="20250925">20250925</h3>

0 commit comments

Comments
 (0)