Skip to content

Commit 2922ddf

Browse files
committed
update:更新了一些框架细节
1 parent a6d3df1 commit 2922ddf

19 files changed

+2641
-31
lines changed

Diff for: .env.development

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ LOG_WITH_FILE = 1
88
# trace/debug/info/warn/error/fatal
99
LOG_LEVEL = info
1010
COOKIE_AUTH_CODE = drpys
11+
LIVE_URL = 'https://livetv.wqwqwq.sbs/tv.m3u'
12+
# LIVE_URL = './lives/tv.m3u'

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ dist
131131
/local/
132132
!README.md
133133
.idea
134+
/config/env.json

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ nodejs作为服务端的drpy实现。全面升级异步写法
1313

1414
## 更新记录
1515

16-
### 20241223
16+
### 20241224
1717

18-
更新至V1.0.19
18+
更新至V1.0.20
1919

20-
1. 更新源
20+
1. 更新了一些框架细节
2121

2222
[点此查看完整更新记录](docs/updateRecord.md)
2323

Diff for: config/env.json

-7
This file was deleted.

0 commit comments

Comments
 (0)