Skip to content

請問怎樣使用 find_update? #233

Closed Answered by hect0x7
SKY42000 asked this question in Q&A
Discussion options

You must be logged in to vote

只需要一个配置文件和两行代码:

  1. 配置文件,假设叫 op.yml
plugin:
  after_init:
    - plugin: find_update
      kwargs:
        145504: 290266 # 冒号前面写 album的id,冒号后面写章节的id
  1. python代码
import jmcomic
jmcomic.create_option('op.yml') # op.yml所在路径

运行上述python代码即可

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hect0x7
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #128 on April 29, 2024 15:16.