Skip to content

Commit 0e94777

Browse files
author
Taois
committed
feat: drpy2接口调整
1 parent 9ebb116 commit 0e94777

File tree

10 files changed

+21
-4060
lines changed

10 files changed

+21
-4060
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# drpyS(drpy-node)
22

33
nodejs作为服务端的drpy实现。全面升级异步写法
4-
~~积极开发中,每日一更~~,当前进度 `62%`
4+
~~积极开发中,每日一更~~,当前进度 `63%`
55
~~找工作中,随缘更新~~
66
上班当牛马,下班要带娃,阶段性佛系趁娃睡觉熬夜更新
77

@@ -21,6 +21,10 @@ nodejs作为服务端的drpy实现。全面升级异步写法
2121

2222
## 更新记录
2323

24+
### 20250801
25+
26+
更新至V1.2.4
27+
2428
### 20250729
2529

2630
更新至V1.2.3

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+
### 20250801
4+
5+
更新至V1.2.4
6+
7+
1. 提供drpy-core轻量版,体积不到700kb
8+
2. 删除多余的drpy2相关文件
9+
310
### 20250729
411

512
更新至V1.2.3

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

public/dist/drpy-core-lite.min.js

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

public/dist/drpy-core.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/drpy/drpy-core.js

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

public/drpy/drpy-test.js

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

public/drpy/drpy2.js

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

public/drpy/drpy2.min.js

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

public/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<h1 id="drpysdrpy-node">drpyS(drpy-node)</h1>
11-
<p>nodejs作为服务端的drpy实现。全面升级异步写法<br><del>积极开发中,每日一更</del>,当前进度 <code>62%</code><br><del>找工作中,随缘更新</del><br>上班当牛马,下班要带娃,阶段性佛系趁娃睡觉熬夜更新</p>
11+
<p>nodejs作为服务端的drpy实现。全面升级异步写法<br><del>积极开发中,每日一更</del>,当前进度 <code>63%</code><br><del>找工作中,随缘更新</del><br>上班当牛马,下班要带娃,阶段性佛系趁娃睡觉熬夜更新</p>
1212
<ul>
1313
<li><a href="/config?pwd=dzyyds">本地配置接口-动态本地</a></li>
1414
<li><a href="/config/1?pwd=dzyyds">本地配置接口-动态外网/局域网</a></li>
@@ -25,6 +25,8 @@ <h1 id="drpysdrpy-node">drpyS(drpy-node)</h1>
2525
<li><a href="/cat/index.html">在线猫ds源主页</a></li>
2626
</ul>
2727
<h2 id="更新记录">更新记录</h2>
28+
<h3 id="20250801">20250801</h3>
29+
<p>更新至V1.2.4</p>
2830
<h3 id="20250729">20250729</h3>
2931
<p>更新至V1.2.3</p>
3032
<h3 id="20250728">20250728</h3>

0 commit comments

Comments
 (0)