Skip to content

Commit

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

- 自动合并系列小说

## 17.1.1 2024/08/28

### Merg PR

https://github.com/xuejianxianzun/PixivBatchDownloader/pull/419

epub: fix send-to-kindle failure on notes.html

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

## 17.1.0 2024/08/17

### 😄优化了一些提示
Expand Down
9,846 changes: 4,926 additions & 4,920 deletions dist/js/content.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powerful-pixiv-downloader",
"version": "17.1.0",
"version": "17.1.1",
"description": "强大的 Pixiv 批量下载器。Powerful Pixiv batch downloader. 強力な Pixiv ダウンローダー。",
"repository": "https://github.com/xuejianxianzun/PixivBatchDownloader",
"author": "xuejianxianzun",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Powerful Pixiv Downloader",
"version": "17.1.0",
"version": "17.1.1",
"manifest_version": 3,
"description": "强大的 Pixiv 批量下载器。Powerful Pixiv batch downloader. 強力な Pixiv ダウンローダー。",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions src/ts/FileName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ class FileName {
value: !allNameRule.includes('{px}')
? null
: data.fullWidth
? data.fullWidth + 'x' + data.fullHeight
: '',
? data.fullWidth + 'x' + data.fullHeight
: '',
prefix: '',
safe: true,
},
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', () => {
// 上次记录到 121500000
this.crawlData(118510000, 121502350)
// 上次记录到 121900000
this.crawlData(121510000, 121907226)
})

secretSignal.register('ppdtask2', () => {
// 上次记录到 22780000
this.crawlData(22120000, 22781009, 'novels')
// 上次记录到 22870001
this.crawlData(22790000, 22877769, 'novels')
})
}

Expand Down
1 change: 1 addition & 0 deletions src/ts/store/WorkPublishTimeIllusts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12150,4 +12150,5 @@ export const illustsData = [
[121480000, 1723618800000],
[121490000, 1723640880000],
[121500000, 1723667160000],
[121510000,1723704840000],[121520000,1723727040000],[121530000,1723754100000],[121540000,1723790880000],[121550000,1723811220000],[121560000,1723830180000],[121570000,1723868760000],[121580000,1723893000000],[121590000,1723908720000],[121600000,1723945680000],[121610001,1723970820000],[121620000,1723987560000],[121630000,1724011140000],[121640000,1724053140000],[121650000,1724073960000],[121660000,1724101800000],[121670000,1724142780000],[121680000,1724163420000],[121690001,1724197380000],[121700000,1724231820000],[121710000,1724249820000],[121720000,1724281980000],[121730001,1724318700000],[121740000,1724337780000],[121750000,1724375760000],[121760000,1724407260000],[121770000,1724425260000],[121780000,1724460300000],[121790000,1724489220000],[121800000,1724508180000],[121810001,1724538960000],[121820000,1724569200000],[121830000,1724588700000],[121840000,1724605440000],[121850000,1724649120000],[121860000,1724674920000],[121870000,1724695560000],[121880000,1724739780000],[121890000,1724763480000],[121900000,1724791860000],
]
1 change: 1 addition & 0 deletions src/ts/store/WorkPublishTimeNovels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2278,4 +2278,5 @@ export const novelData = [
[22760000, 1723442349000],
[22770000, 1723551110000],
[22780000, 1723653407000],
[22790000,1723790742000],[22800001,1723898554000],[22810000,1723993209000],[22820000,1724133734000],[22830000,1724248161000],[22840000,1724384991000],[22850000,1724500266000],[22860001,1724595689000],[22870001,1724717042000],
]

0 comments on commit 2667705

Please sign in to comment.