Skip to content

Commit

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

P 站改版导致失效,现在修复。

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

## 16.4.0 2023/10/20

### ✨新增功能:预览作品的详细信息
Expand Down
94 changes: 88 additions & 6 deletions dist/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -3890,8 +3890,8 @@ const langText = {
_下载推荐作品: [
'下载推荐作品',
'下載推薦作品',
'download recommend works',
'お勧め作品をダウンロードする',
'download recommended works',
'おすすめ作品をダウンロードする',
'추천 작품 다운로드',
'скачать рекомендуемые работы',
],
Expand Down Expand Up @@ -24294,12 +24294,12 @@ class WorkPublishTime {
}
bindEvents() {
_utils_SecretSignal__WEBPACK_IMPORTED_MODULE_1__.secretSignal.register('ppdtask1', () => {
// 上次记录到 112620000
this.crawlData(111750000, 112621168);
// 上次记录到 113300000
this.crawlData(112630000, 113303558);
});
_utils_SecretSignal__WEBPACK_IMPORTED_MODULE_1__.secretSignal.register('ppdtask2', () => {
// 上次记录到 20860000
this.crawlData(20670000, 20861145, 'novels');
// 上次记录到 21000000
this.crawlData(20870000, 21003756, 'novels');
});
}
async crawlData(start, end, type = 'illusts') {
Expand Down Expand Up @@ -32150,6 +32150,20 @@ const novelData = [
[20840000, 1697205385000],
[20850000, 1697351378000],
[20860000, 1697475553000],
[20870001, 1697647826000],
[20880000, 1697814223000],
[20890000, 1697964038000],
[20900000, 1698114540000],
[20910000, 1698284373000],
[20920000, 1698442869000],
[20930000, 1698575354000],
[20940000, 1698701279000],
[20950000, 1698838714000],
[20960000, 1698999234000],
[20970001, 1699114399000],
[20980000, 1699258766000],
[20990000, 1699425433000],
[21000000, 1699598512000],
];


Expand Down Expand Up @@ -43429,6 +43443,74 @@ const illustsData = [
[112600000, 1697443920000],
[112610001, 1697466600000],
[112620000, 1697508000000],
[112630001, 1697543160000],
[112640000, 1697568480000],
[112650000, 1697616420000],
[112660000, 1697639460000],
[112670000, 1697680920000],
[112680000, 1697714760000],
[112690000, 1697737800000],
[112700000, 1697785200000],
[112710000, 1697808960000],
[112720000, 1697841600000],
[112730000, 1697876220000],
[112740000, 1697896680000],
[112750000, 1697930100000],
[112760000, 1697962140000],
[112770000, 1697981640000],
[112780000, 1698013560000],
[112790000, 1698055200000],
[112800000, 1698074880000],
[112810000, 1698120480000],
[112820000, 1698151260000],
[112830000, 1698182640000],
[112840000, 1698225240000],
[112850000, 1698246300000],
[112860000, 1698291720000],
[112870000, 1698323100000],
[112880000, 1698353100000],
[112890000, 1698397200000],
[112900000, 1698418320000],
[112910000, 1698456120000],
[112920001, 1698487200000],
[112930000, 1698505980000],
[112940000, 1698545760000],
[112950000, 1698572460000],
[112960000, 1698590160000],
[112970000, 1698627840000],
[112980000, 1698662640000],
[112990000, 1698678960000],
[113000000, 1698713040000],
[113010000, 1698742740000],
[113020000, 1698756120000],
[113030000, 1698767160000],
[113040000, 1698803280000],
[113050000, 1698834840000],
[113060000, 1698853620000],
[113070000, 1698897900000],
[113080000, 1698928440000],
[113090000, 1698954900000],
[113100000, 1698994800000],
[113110000, 1699017180000],
[113120000, 1699047600000],
[113130000, 1699083720000],
[113140000, 1699104600000],
[113150000, 1699132740000],
[113160000, 1699167180000],
[113170000, 1699187340000],
[113180000, 1699207560000],
[113190000, 1699256220000],
[113200000, 1699279260000],
[113210000, 1699317360000],
[113220000, 1699354800000],
[113230000, 1699374960000],
[113240000, 1699425120000],
[113250000, 1699451580000],
[113260000, 1699491300000],
[113270000, 1699528980000],
[113280000, 1699553880000],
[113290000, 1699604160000],
[113300000, 1699626360000],
];


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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/style/showLargerThumbnails.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

/* li 的直接子元素 */
.jDiQFZ,
.gFXJBU ,
.gFXJBU,
.cWMKYW {
width: 100% !important;
}
Expand Down
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', () => {
// 上次记录到 112620000
this.crawlData(111750000, 112621168)
// 上次记录到 113300000
this.crawlData(112630000, 113303558)
})

secretSignal.register('ppdtask2', () => {
// 上次记录到 20860000
this.crawlData(20670000, 20861145, 'novels')
// 上次记录到 21000000
this.crawlData(20870000, 21003756, 'novels')
})
}

Expand Down
4 changes: 2 additions & 2 deletions src/ts/langText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ const langText = {
_下载推荐作品: [
'下载推荐作品',
'下載推薦作品',
'download recommend works',
'お勧め作品をダウンロードする',
'download recommended works',
'おすすめ作品をダウンロードする',
'추천 작품 다운로드',
'скачать рекомендуемые работы',
],
Expand Down
68 changes: 68 additions & 0 deletions src/ts/store/WorkPublishTimeIllusts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11262,4 +11262,72 @@ export const illustsData = [
[112600000, 1697443920000],
[112610001, 1697466600000],
[112620000, 1697508000000],
[112630001, 1697543160000],
[112640000, 1697568480000],
[112650000, 1697616420000],
[112660000, 1697639460000],
[112670000, 1697680920000],
[112680000, 1697714760000],
[112690000, 1697737800000],
[112700000, 1697785200000],
[112710000, 1697808960000],
[112720000, 1697841600000],
[112730000, 1697876220000],
[112740000, 1697896680000],
[112750000, 1697930100000],
[112760000, 1697962140000],
[112770000, 1697981640000],
[112780000, 1698013560000],
[112790000, 1698055200000],
[112800000, 1698074880000],
[112810000, 1698120480000],
[112820000, 1698151260000],
[112830000, 1698182640000],
[112840000, 1698225240000],
[112850000, 1698246300000],
[112860000, 1698291720000],
[112870000, 1698323100000],
[112880000, 1698353100000],
[112890000, 1698397200000],
[112900000, 1698418320000],
[112910000, 1698456120000],
[112920001, 1698487200000],
[112930000, 1698505980000],
[112940000, 1698545760000],
[112950000, 1698572460000],
[112960000, 1698590160000],
[112970000, 1698627840000],
[112980000, 1698662640000],
[112990000, 1698678960000],
[113000000, 1698713040000],
[113010000, 1698742740000],
[113020000, 1698756120000],
[113030000, 1698767160000],
[113040000, 1698803280000],
[113050000, 1698834840000],
[113060000, 1698853620000],
[113070000, 1698897900000],
[113080000, 1698928440000],
[113090000, 1698954900000],
[113100000, 1698994800000],
[113110000, 1699017180000],
[113120000, 1699047600000],
[113130000, 1699083720000],
[113140000, 1699104600000],
[113150000, 1699132740000],
[113160000, 1699167180000],
[113170000, 1699187340000],
[113180000, 1699207560000],
[113190000, 1699256220000],
[113200000, 1699279260000],
[113210000, 1699317360000],
[113220000, 1699354800000],
[113230000, 1699374960000],
[113240000, 1699425120000],
[113250000, 1699451580000],
[113260000, 1699491300000],
[113270000, 1699528980000],
[113280000, 1699553880000],
[113290000, 1699604160000],
[113300000, 1699626360000],
]
14 changes: 14 additions & 0 deletions src/ts/store/WorkPublishTimeNovels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2086,4 +2086,18 @@ export const novelData = [
[20840000, 1697205385000],
[20850000, 1697351378000],
[20860000, 1697475553000],
[20870001, 1697647826000],
[20880000, 1697814223000],
[20890000, 1697964038000],
[20900000, 1698114540000],
[20910000, 1698284373000],
[20920000, 1698442869000],
[20930000, 1698575354000],
[20940000, 1698701279000],
[20950000, 1698838714000],
[20960000, 1698999234000],
[20970001, 1699114399000],
[20980000, 1699258766000],
[20990000, 1699425433000],
[21000000, 1699598512000],
]

0 comments on commit accc22a

Please sign in to comment.