增加周榜,月榜,日榜搜索和批量下载

This commit is contained in:
2025-08-23 15:04:24 +08:00
parent 46e46e6410
commit 20b336cf31
18 changed files with 1743 additions and 427 deletions
+6 -2
View File
@@ -276,14 +276,18 @@ class ArtworkService {
try {
const {
mode = 'day',
content = 'illust',
filter = 'for_ios',
offset = 0
offset = 0,
limit = 30
} = options;
const params = {
mode,
content,
filter,
offset
offset,
limit
};
const response = await this.makeRequest(