diff --git a/.gitignore b/.gitignore index 7bbca429..722e3af1 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,4 @@ dist /jx/_30wmv.js .DS_Store /spider/catvod/mtv60w[差].js +/drpy-node-bundle/jx/_30wmv.js diff --git a/README.md b/README.md index c202c308..ed564d61 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # drpyS(drpy-node) - [](https://zread.ai/hjdhnx/drpy-node) -[](https://deepwiki.com/hjdhnx/drpy-node) - +[](https://deepwiki.com/hjdhnx/drpy-node) + nodejs作为服务端的drpy实现。全面升级异步写法 ~~积极开发中,每日一更~~,当前进度 `100%` ~~找工作中,随缘更新~~ @@ -11,6 +10,7 @@ nodejs作为服务端的drpy实现。全面升级异步写法 ### 常用超链接 * [本项目主页-免翻](https://github.com/hjdhnx/drpy-node) +* [DS源仓库-去中心化](http://183.87.133.60:5678/) * ~~[最新DS本地包-适配皮卡丘](/gh/release)~~ * [DS本地包下载中心](/admin/download) * [接口文档](docs/apidoc.md) | [接口列表如定时任务](docs/apiList.md) | @@ -70,21 +70,17 @@ nodejs作为服务端的drpy实现。全面升级异步写法 ## 更新记录 -### 20260225 - -更新至V1.3.25 - -### 20260214 +### 20260317 -更新至V1.3.24 +更新至V1.3.30 -### 20260212 +### 20260315 -更新至V1.3.23 +更新至V1.3.29 -### 20260208 +### 20260314 -更新至V1.3.22 +更新至V1.3.28 [点此查看完整更新记录](docs/updateRecord.md) diff --git a/apps/source-checker/index.html b/apps/source-checker/index.html index d31f6267..284b0465 100644 --- a/apps/source-checker/index.html +++ b/apps/source-checker/index.html @@ -523,22 +523,36 @@
+ drpy-node 可用的 API 接口文档 +
+
+ {{ endpoint.path }}
+
+ + {{ endpoint.description }} +
+ + +
+ {{ param.type || key }}
+
+ + {{ param.description }} +
++ 管理 drpy-node 的环境变量和配置项 +
+加载配置失败: {{ configStore.error }}
++ {{ configDescriptions[key] }} +
+ + +
+ {{ maskSensitive(key, value) }}
+
+ JS 源
++ {{ systemStore.sources.js?.length || 0 }} +
+CatVod 源
++ {{ systemStore.sources.catvod?.length || 0 }} +
+路由数
++ {{ systemStore.routes.registered_controllers?.length || 0 }} +
+总源数
++ {{ (systemStore.sources.js?.length || 0) + (systemStore.sources.catvod?.length || 0) }} +
++ 执行只读 SQL 查询 +
+{{ error }}
+| + {{ column }} + | +
|---|
| + {{ row[column] }} + | +
+ 浏览和编辑项目文件 +
+{{ selectedFile.path }}
+{{ fileContent }}
+ 选择一个文件查看内容
++ 实时查看应用运行日志 +
+点击"连接"按钮开始接收实时日志
++ {{ filePath }} +
+{{ validationError }}
+ + 管理和验证 drpy 源文件 +
+{{ filteredSources.length }}
+显示
+{{ systemStore.sources.js?.length || 0 }}
+JS 源
+{{ systemStore.sources.catvod?.length || 0 }}
+CatVod 源
+加载中...
++ {{ source.path }} +
+ + +