Skip to content

Commit c0c4f5d

Browse files
committed
update:细节优化
1.修复首页兼容 2.更换壁纸 3.发布新的打包内容
1 parent 5731bf3 commit c0c4f5d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

nodejs/source/ds-cat.20250121-1.7z

502 KB
Binary file not shown.

nodejs/src/index.config.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default {
2828
color: [
2929
{
3030
light: {
31-
bg: 'https://i2.100024.xyz/2024/01/13/pptcej.webp',
31+
// bg: 'https://i2.100024.xyz/2024/01/13/pptcej.webp',
32+
bg: 'http://php.540734621.xyz/tcp/1.php',
3233
bgMask: '0x50ffffff',
3334
primary: '0xff446732',
3435
onPrimary: '0xffffffff',
@@ -62,7 +63,7 @@ export default {
6263
surfaceTint: '0xff446732',
6364
},
6465
dark: {
65-
bg: 'https://i2.100024.xyz/2024/01/13/pptg3z.webp',
66+
bg: 'http://php.540734621.xyz/tcp/1.php',
6667
bgMask: '0x50000000',
6768
primary: '0xffaad291',
6869
onPrimary: '0xff173807',
@@ -98,7 +99,7 @@ export default {
9899
},
99100
{
100101
light: {
101-
bg: 'https://i2.100024.xyz/2024/01/13/pi2rpw.webp',
102+
bg: 'http://php.540734621.xyz/tcp/1.php',
102103
bgMask: '0x50ffffff',
103104
primary: '0xff666014',
104105
onPrimary: '0xffffffff',
@@ -132,7 +133,7 @@ export default {
132133
surfaceTint: '0xff666014',
133134
},
134135
dark: {
135-
bg: 'https://i2.100024.xyz/2024/01/13/pi2reo.webp',
136+
bg: 'http://php.540734621.xyz/tcp/1.php',
136137
bgMask: '0x50000000',
137138
primary: '0xffd1c973',
138139
onPrimary: '0xff353100',
@@ -168,7 +169,7 @@ export default {
168169
},
169170
{
170171
light: {
171-
bg: 'https://i2.100024.xyz/2024/01/13/qrnuwt.webp',
172+
bg: 'http://php.540734621.xyz/tcp/1.php',
172173
bgMask: '0x50ffffff',
173174
primary: '0xFF2B6C00',
174175
onPrimary: '0xFFFFFFFF',
@@ -202,7 +203,7 @@ export default {
202203
surfaceTint: '0xFF2B6C00',
203204
},
204205
dark: {
205-
bg: 'https://i2.100024.xyz/2024/01/13/qrc37o.webp',
206+
bg: 'http://php.540734621.xyz/tcp/1.php',
206207
bgMask: '0x50000000',
207208
primary: '0xFF8CDA60',
208209
onPrimary: '0xFF133800',

nodejs/src/spider/video/drpyS.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ async function home(_inReq, _outResp) {
8181
const skeyHash = md5(prefix.slice(prefix.lastIndexOf('/') + 1));
8282
let url = getSiteUrl(skeyHash);
8383
const result = await request(url);
84+
// console.log('result:',result)
8485
const site = sitesCache.get(skeyHash);
85-
if (result.list.length > 0 && Array.isArray(result['class'])) {
86+
if (result.list && result.list.length > 0 && Array.isArray(result['class'])) {
8687
site['home_videos'] = result.list;
8788
result['class'].unshift({"type_name": "推荐", "type_id": "dsHome"},)
8889
}

0 commit comments

Comments
 (0)