Skip to content

Commit

Permalink
🕑更新了作品发布时间数据
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejianxianzun committed Feb 1, 2024
1 parent af7b265 commit ef73646
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TODO:日语文本需要加粗显示关键字,但是我不懂日语,所以现

该功能默认启用。如果你想关闭它,可以在更多-增强-预览作品里关闭“使用方向键和空格切换图片”。

另外,现在你还可以用 Esc 键关闭预览图,用 B 收藏这个作品
另外,现在你还可以用 Esc 键关闭预览图;按下 B 键收藏这个作品

### 🐛修复了约稿页面“显示更大的缩略图”失效的问题

Expand All @@ -30,6 +30,10 @@ TODO:日语文本需要加粗显示关键字,但是我不懂日语,所以现

现在当你启用此功能,并且在搜索页里新关注了一个用户时,这个用户的作品会被立刻移除。

### 💡优化一些提示

### 🕑更新了作品发布时间数据

## 16.6.0 2024/01/29

### ✨新增功能:在搜索页面里移除已关注用户的作品
Expand Down
17 changes: 13 additions & 4 deletions dist/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -24583,12 +24583,12 @@ class WorkPublishTime {
}
bindEvents() {
_utils_SecretSignal__WEBPACK_IMPORTED_MODULE_1__.secretSignal.register('ppdtask1', () => {
// 上次记录到 115580000
this.crawlData(113770000, 115588089);
// 上次记录到 115660000
this.crawlData(115590000, 115665850);
});
_utils_SecretSignal__WEBPACK_IMPORTED_MODULE_1__.secretSignal.register('ppdtask2', () => {
// 上次记录到 21480000
this.crawlData(21110000, 21481903, 'novels');
// 上次记录到 21490000
this.crawlData(21490000, 21498416, 'novels');
});
}
async crawlData(start, end, type = 'illusts') {
Expand Down Expand Up @@ -32667,6 +32667,7 @@ const novelData = [
[21460000, 1706200084000],
[21470000, 1706359804000],
[21480000, 1706484417000],
[21490000, 1706628284000],
];


Expand Down Expand Up @@ -44242,6 +44243,14 @@ const illustsData = [
[115560001, 1706435580000],
[115570000, 1706452800000],
[115580000, 1706490120000],
[115590000, 1706525160000],
[115600000, 1706544300000],
[115610000, 1706590440000],
[115620000, 1706618580000],
[115630000, 1706644080000],
[115640002, 1706688540000],
[115650000, 1706709660000],
[115660000, 1706742600000],
];


Expand Down
2 changes: 1 addition & 1 deletion dist/js/content.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/ts/filter/WorkPublishTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ class WorkPublishTime {

private bindEvents() {
secretSignal.register('ppdtask1', () => {
// 上次记录到 115580000
this.crawlData(113770000, 115588089)
// 上次记录到 115660000
this.crawlData(115590000, 115665850)
})

secretSignal.register('ppdtask2', () => {
// 上次记录到 21480000
this.crawlData(21110000, 21481903, 'novels')
// 上次记录到 21490000
this.crawlData(21490000, 21498416, 'novels')
})
}

Expand Down
8 changes: 8 additions & 0 deletions src/ts/store/WorkPublishTimeIllusts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11558,4 +11558,12 @@ export const illustsData = [
[115560001, 1706435580000],
[115570000, 1706452800000],
[115580000, 1706490120000],
[115590000, 1706525160000],
[115600000, 1706544300000],
[115610000, 1706590440000],
[115620000, 1706618580000],
[115630000, 1706644080000],
[115640002, 1706688540000],
[115650000, 1706709660000],
[115660000, 1706742600000],
]
1 change: 1 addition & 0 deletions src/ts/store/WorkPublishTimeNovels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2148,4 +2148,5 @@ export const novelData = [
[21460000, 1706200084000],
[21470000, 1706359804000],
[21480000, 1706484417000],
[21490000, 1706628284000],
]

0 comments on commit ef73646

Please sign in to comment.