Skip to content
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

增添两条通知渠道【PushDeer,wxPusher】 #366

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3b0ff5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f3630 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92362e6 View commit details
    Browse the repository at this point in the history
  4. 修改警告⚠️3.12中

    datetime.utcnow() -> datetime.now()
    ⚠️不确定以前版本是否支持
    Fansirsqi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4fa4cb3 View commit details
    Browse the repository at this point in the history
  5. 新增用于测试的checkin任务:使用以下方法执行

    `python main.py --include TESTNOTICE`
    ⚠️注意:需要在config.json文件中添加如下字段
    ```
    "YOUDAO": [
            {
                "cookie": "JSESSIONID=xxxxxx; __yadk_uid=xxxxxx; OUTFOX_SEARCH_USER_ID_NCOO=xxxxxx; YNOTE_SESS=xxxxxx; YNOTE_PERS=xxxxxx; YNOTE_LOGIN=xxxxxx; YNOTE_CSTK=xxxxxx; _ga=xxxxxx; _gid=xxxxxx; _gat=xxxxxx; PUBLIC_SHARE_18a9dde3de846b6a69e24431764270c4=xxxxxx;"
            },
            {
                "cookie": "多账号 cookie 填写,请参考上面,cookie 以实际获取为准(遇到特殊字符如双引号\" 请加反斜杠转义)"
            }
        ]
        //以下是新增内容
        ,
        "TESTNOTICE": [
            {
                "test1": "test1"
            }
        ]
    ```
    Fansirsqi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8d2ef51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acb0dab View commit details
    Browse the repository at this point in the history
  7. 添加预览地址

    Fansirsqi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6514dec View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    bd63547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5547ea View commit details
    Browse the repository at this point in the history