Skip to content

feat: download all post #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 162 commits into from
Aug 14, 2023
Merged

feat: download all post #174

merged 162 commits into from
Aug 14, 2023

Conversation

Thaumy
Copy link
Contributor

@Thaumy Thaumy commented Aug 9, 2023

  • 支持下载全部随笔
  • 修复将选中内容发到闪存取消后重复确认的问题

Thaumy added 30 commits July 19, 2023 16:34
commit 4fb9d22
Author: Thaumy <thaumy@outlook.com>
Date:   Wed Jul 19 16:13:29 2023 +0800

    style: reformat for CI linting check

commit 44ad6c2
Author: Thaumy <thaumy@outlook.com>
Date:   Wed Jul 19 16:11:05 2023 +0800

    refactor: simplify code

commit d62d6ae
Author: Thaumy <thaumy@outlook.com>
Date:   Wed Jul 19 11:24:50 2023 +0800

    chore: reduce diff

commit 4961476
Merge: d2286bd c5da965
Author: Thaumy <thaumy@outlook.com>
Date:   Wed Jul 19 11:24:19 2023 +0800

    Squashed commit of the following:

    commit edd4af2
    Author: Thaumy <thaumy@outlook.com>
    Date:   Mon Jul 17 11:11:52 2023 +0800

        fix: make img tag self-closing pattern optional

    commit 2adb755
    Author: Thaumy <thaumy@outlook.com>
    Date:   Fri Jul 14 16:41:44 2023 +0800

        feat: extract data url image

    commit 101ea2f
    Author: Thaumy <thaumy@outlook.com>
    Date:   Thu Jul 13 18:19:25 2023 +0800

        fix: fix web img extract btn not work

commit d2286bd
Merge: d24be59 edd4af2
Author: Thaumy <thaumy@outlook.com>
Date:   Wed Jul 19 11:14:03 2023 +0800

    Merge branch 'dataurl-img-extract' into fix-login-no-response

commit c5da965
Author: Thaumy <thaumy@outlook.com>
Date:   Wed Jul 19 10:32:39 2023 +0800

    feat: add setting option for confirm msg

commit d24be59
Author: Thaumy <thaumy@outlook.com>
Date:   Wed Jul 19 09:58:03 2023 +0800

    chore: rename `GlobalGontext` to `GlobalCtx`

commit 87ce5bf
Author: Thaumy <thaumy@outlook.com>
Date:   Tue Jul 18 17:39:21 2023 +0800

    style: reformat for CI linting check

commit 0f130d1
Author: Thaumy <thaumy@outlook.com>
Date:   Tue Jul 18 17:32:39 2023 +0800

    refactor: simplify code

commit b95914b
Author: Thaumy <thaumy@outlook.com>
Date:   Tue Jul 18 16:22:09 2023 +0800

    chore: enable ext in launch.json

commit 895d891
Author: Thaumy <thaumy@outlook.com>
Date:   Tue Jul 18 15:56:51 2023 +0800

    feat: centering confirm msg

commit 2b98747
Author: Thaumy <thaumy@outlook.com>
Date:   Tue Jul 18 15:38:19 2023 +0800

    refactor: update auth

commit 03b6c3a
Author: Thaumy <thaumy@outlook.com>
Date:   Tue Jul 18 12:24:28 2023 +0800

    chore: remove test for check-workspace

commit d20d937
Author: Thaumy <thaumy@outlook.com>
Date:   Tue Jul 18 11:19:07 2023 +0800

    style: reformat for CI linting check

commit bad4487
Author: Thaumy <thaumy@outlook.com>
Date:   Tue Jul 18 11:15:15 2023 +0800

    ci(build-check): enable trigger on all branches

commit 1af39a1
Author: Thaumy <thaumy@outlook.com>
Date:   Tue Jul 18 11:06:25 2023 +0800

    refactor: update auth

commit c5e56a9
Author: Thaumy <thaumy@outlook.com>
Date:   Mon Jul 17 18:09:51 2023 +0800

    chore: update err msg

commit 65484f3
Author: Thaumy <thaumy@outlook.com>
Date:   Mon Jul 17 18:04:53 2023 +0800

    chore: rename `isDev` to `isDevEnv`

commit 51c2438
Author: Thaumy <thaumy@outlook.com>
Date:   Mon Jul 17 15:06:16 2023 +0800

    refactor: update auth

commit edd4af2
Author: Thaumy <thaumy@outlook.com>
Date:   Mon Jul 17 11:11:52 2023 +0800

    fix: make img tag self-closing pattern optional

commit cbe7f86
Author: Thaumy <thaumy@outlook.com>
Date:   Mon Jul 17 10:44:53 2023 +0800

    refactor: update auth

commit 37cb0b4
Author: Thaumy <thaumy@outlook.com>
Date:   Mon Jul 17 09:52:04 2023 +0800

    chore: rename `save` to `upload`

commit fde9394
Author: Thaumy <thaumy@outlook.com>
Date:   Fri Jul 14 18:10:02 2023 +0800

    feat: add confirm msg for upload post

commit a597164
Author: Thaumy <thaumy@outlook.com>
Date:   Fri Jul 14 17:46:20 2023 +0800

    chore: rename 'save' to 'upload'

commit 2adb755
Author: Thaumy <thaumy@outlook.com>
Date:   Fri Jul 14 16:41:44 2023 +0800

    feat: extract data url image

commit 101ea2f
Author: Thaumy <thaumy@outlook.com>
Date:   Thu Jul 13 18:19:25 2023 +0800

    fix: fix web img extract btn not work
@Thaumy Thaumy linked an issue Aug 9, 2023 that may be closed by this pull request
Copy link
Collaborator

@cnblogs-dudu cnblogs-dudu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

目前仅向VIP会员开放这个功能,且一次最多只能下载1000篇

@cnblogs-dudu
Copy link
Collaborator

另外,需要支持忽略全部覆盖全部,不然每次下载时对于本地存在的文件都要一篇一篇进行确认

@Thaumy Thaumy requested a review from cnblogs-dudu August 14, 2023 08:56
@cnblogs-dudu cnblogs-dudu merged commit 42ad4d0 into main Aug 14, 2023
@cnblogs-dudu cnblogs-dudu deleted the dl-all-post branch August 14, 2023 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

允许一次性下载全部博文到本地
2 participants