Skip to content

Commit 3bbb4fb

Browse files
author
Taois
committed
feat: 增加DS实时日志插件
1 parent 090cb00 commit 3bbb4fb

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ nodejs作为服务端的drpy实现。全面升级异步写法
3030

3131
### 插件应用列表
3232

33+
* [DrPlayer](/apps/drplayer)
34+
* [Websocket实时日志](/apps/websocket)
3335
* [cookie管理插件](/apps/cookie-butler/index.html)
3436
* [cron表达式插件](/apps/cron-generator/index.html)
3537
* [剪切板智能推送插件](/apps/clipboard-pusher/index.html)
@@ -39,7 +41,6 @@ nodejs作为服务端的drpy实现。全面升级异步写法
3941
* [DS内存图片管理器插件](/apps/image-manager/index.html)
4042
* [DS时钟插件-白色时钟](/apps/clock/white_clock.html)|[日历时钟](/apps/clock/index.html)
4143
* [DS庆祝页面-完结撒花](/apps/happy/index.html)
42-
* [DrPlayer](/apps/drplayer)
4344
* [bookReader](/apps/book-reader)
4445
* [代码加解密工具](/admin/encoder)
4546
* [央视点播解析工具](/proxy/央视大全[官]/index.html)

apps/websocket/font-awesome.all.min.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.

public/websocket-test.html renamed to apps/websocket/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>WebSocket 专业测试控制台</title>
7-
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
6+
<title>WebSocket控制台-drpyS</title>
7+
<link href="./font-awesome.all.min.css" rel="stylesheet">
88
<style>
99
:root {
1010
--primary-color: #2563eb;

public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ <h3 id="常用超链接">常用超链接</h3>
3232
<hr>
3333
<h3 id="插件应用列表">插件应用列表</h3>
3434
<ul>
35+
<li><a href="/apps/drplayer">DrPlayer</a></li>
36+
<li><a href="/apps/websocket">Websocket实时日志</a></li>
3537
<li><a href="/apps/cookie-butler/index.html">cookie管理插件</a></li>
3638
<li><a href="/apps/cron-generator/index.html">cron表达式插件</a></li>
3739
<li><a href="/apps/clipboard-pusher/index.html">剪切板智能推送插件</a></li>
@@ -41,7 +43,6 @@ <h3 id="插件应用列表">插件应用列表</h3>
4143
<li><a href="/apps/image-manager/index.html">DS内存图片管理器插件</a></li>
4244
<li><a href="/apps/clock/white_clock.html">DS时钟插件-白色时钟</a>|<a href="/apps/clock/index.html">日历时钟</a></li>
4345
<li><a href="/apps/happy/index.html">DS庆祝页面-完结撒花</a></li>
44-
<li><a href="/apps/drplayer">DrPlayer</a></li>
4546
<li><a href="/apps/book-reader">bookReader</a></li>
4647
<li><a href="/admin/encoder">代码加解密工具</a></li>
4748
<li><a href="/proxy/%E5%A4%AE%E8%A7%86%E5%A4%A7%E5%85%A8%5B%E5%AE%98%5D/index.html">央视点播解析工具</a></li>

0 commit comments

Comments
 (0)