Conversation
datetime.utcnow() -> datetime.now()⚠️ 不确定以前版本是否支持
`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" } ] ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
维护者,您好
感谢您维护这个伟大项目
增添两条通知渠道
在源代码基础上添加两条通知渠道;
新增测试通知的模块
支持运行,检测通知渠道是否配置正确
python main.py --include TESTNOTICE应该不会影响正常签到
其他地方未做逻辑性修改
新增功能不会影响到原有代码的正常运行,
其他地方未做更改。希望这些功能对项目有帮助。
非常感谢您为开源社区做出的贡献!