Skip to content

Commit 82c5c94

Browse files
author
Taois
committed
fix: 新版本
增加drplayer插件
1 parent 5e7f58b commit 82c5c94

File tree

15 files changed

+6404
-5
lines changed

15 files changed

+6404
-5
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ nodejs作为服务端的drpy实现。全面升级异步写法
3636
* [DS内存图片管理器插件](/apps/image-manager/index.html)
3737
* [DS时钟插件-白色时钟](/apps/clock/white_clock.html)|[日历时钟](/apps/clock/index.html)
3838
* [DS庆祝页面-完结撒花](/apps/happy/index.html)
39+
* [DrPlayer](/apps/drplayer)
3940
* [代码加解密工具](/admin/encoder)
4041
* [央视点播解析工具](/proxy/央视大全[官]/index.html)
4142
* [在线猫ds源主页](/cat/index.html)
@@ -49,6 +50,10 @@ nodejs作为服务端的drpy实现。全面升级异步写法
4950

5051
## 更新记录
5152

53+
### 20250927
54+
55+
更新至V1.3.6
56+
5257
### 20250925
5358

5459
更新至V1.3.5

apps/drplayer/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

apps/drplayer/assets/index-Bn870p8q.js

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

apps/drplayer/assets/index-BoF-h6w1.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.
6.45 KB
Loading

apps/drplayer/default-poster.svg

Lines changed: 6 additions & 0 deletions
Loading

apps/drplayer/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/apps/drplayer/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>DrPlayer</title>
8+
<script type="module" crossorigin src="/apps/drplayer/assets/index-Bn870p8q.js"></script>
9+
<link rel="stylesheet" crossorigin href="/apps/drplayer/assets/index-BoF-h6w1.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)