File tree Expand file tree Collapse file tree 5 files changed +31
-3
lines changed
drpy-node-bundle/spider/js Expand file tree Collapse file tree 5 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ nodejs作为服务端的drpy实现。全面升级异步写法
7171
7272## 更新记录
7373
74+ ### 20260320
75+
76+ 更新至V1.4.1
77+
7478### 20260319
7579
7680更新至V1.3.31
Original file line number Diff line number Diff line change 11# drpyS更新记录
22
3+ ### 20260320
4+
5+ 更新至V1.4.1
6+
7+ 1 . 完善后台管理功能,精心打磨各个功能和页面
8+ 2 . 设置中心源增加快捷后台管理、DS仓库入口
9+ 3 . 修复node24以上运行代码出现的警告
10+
11+ 注意事项(node24以上存在兼容性问题,不是没法运行,而是类似APP模板这种源无法正常使用,还是推荐大家使用node23及以下版本)
12+
313### 20260319
414
515更新至V1.3.31
Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ var rule = {
129129 let setIcon = urljoin ( publicUrl , './images/icon_cookie/设置.png' ) ;
130130 let searchIcon = urljoin ( publicUrl , './images/icon_cookie/搜索.jpg' ) ;
131131 let chatIcon = urljoin ( publicUrl , './images/icon_cookie/chat.webp' ) ;
132- let drpySIcon = urljoin ( publicUrl , './images/drpys.png' ) ;
132+ let drpysIcon = urljoin ( publicUrl , './images/drpys.png' ) ;
133+ let drpyshIcon = urljoin ( publicUrl , './images/drpysh.png' ) ;
133134 const data = deepCopy ( action_data ) ;
134135 data . push ( {
135136 vod_id : JSON . stringify ( {
@@ -145,6 +146,17 @@ var rule = {
145146 vod_pic : searchIcon ,
146147 vod_tag : 'action' ,
147148 } ) ;
149+ data . unshift ( {
150+ vod_id : JSON . stringify ( {
151+ actionId : 'browser' ,
152+ type : 'browser' ,
153+ title : 'DS仓库' ,
154+ url : 'https://repo.tvshare.cn/' ,
155+ } ) ,
156+ vod_name : 'DS仓库' ,
157+ vod_pic : drpyshIcon ,
158+ vod_tag : 'action'
159+ } ) ;
148160 data . unshift ( {
149161 vod_id : JSON . stringify ( {
150162 actionId : 'browser' ,
@@ -154,7 +166,7 @@ var rule = {
154166 header : { 'Authorization' : 'Basic YWRtaW46ZHJweXM=' } ,
155167 } ) ,
156168 vod_name : '后台管理' ,
157- vod_pic : drpySIcon ,
169+ vod_pic : drpysIcon ,
158170 vod_tag : 'action'
159171 } ) ;
160172 data . forEach ( it => {
Original file line number Diff line number Diff line change 11{
22 "name" : " drpy-node" ,
3- "version" : " 1.3.31 " ,
3+ "version" : " 1.4.1 " ,
44 "main" : " index.js" ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ <h3 id="免费壳子推荐">免费壳子推荐</h3>
7272< li > < a href ="https://github.com/ingriddaleusag-dotcom/PeekPiliRelease "> 皮卡丘</ a > </ li >
7373</ ul >
7474< h2 id ="更新记录 "> 更新记录</ h2 >
75+ < h3 id ="20260320 "> 20260320</ h3 >
76+ < p > 更新至V1.4.1</ p >
7577< h3 id ="20260319 "> 20260319</ h3 >
7678< p > 更新至V1.3.31</ p >
7779< h3 id ="20260317 "> 20260317</ h3 >
You can’t perform that action at this time.
0 commit comments