|
ac794efd18
|
:refactor: 将 cookie default_cd 移动到 CookieSite 内部
|
2024-10-28 23:50:04 +08:00 |
|
|
f3d8b7d5bc
|
✨ 添加 cookie 时自动使用用户名命名(weibo)
|
2024-10-13 20:44:37 +08:00 |
|
|
8742de6cd1
|
✨ 在 cookie 中添加 cookie_name 字段
|
2024-09-23 10:29:56 +08:00 |
|
|
404b1e445c
|
:recycles: add_cookie_target
|
2024-09-09 18:23:23 +08:00 |
|
|
4ce6b85f79
|
✨ weibo 带 cookie mvp
|
2024-09-03 10:00:53 +08:00 |
|
Azide
|
32e3bcc022
|
🐛 修正项目的代码警告 (#614)
* 🐛 调整ruff的pytest警告
* 🐛 调整导入关系警告
* 🐛 删除奇怪无用的赋值和取值逻辑
* ✅ 不同测试部分所用变量应加以区分
* 🐛 subs_io model添加默认值
* 🐛 修完所有的 ruff PT001 警告
* 🔧 按ruff建议修改ruff配置
warning: The top-level linter settings are deprecated in favour of their counterparts in the `lint` section. Please update the following options in `pyproject.toml`:
- 'ignore' -> 'lint.ignore'
- 'select' -> 'lint.select'
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-08-17 18:24:20 +08:00 |
|
Cateon Huo
|
9e5dcb3912
|
✨ 实现 Post.content 相关扩展协议 (#553)
* ✨ `post` 新增 `get_content()` 方法
* 🚨 make linter happy
* 💄 auto fix by pre-commit hooks
* 🐛 fix: 调整函数使用
* 💄 auto fix by pre-commit hooks
* ✨ 转用函数处理文本
* 💄 auto fix by pre-commit hooks
* 🔨 使用`Dict`存储`content_handlers`
* 💄 auto fix by pre-commit hooks
* 🎨 fix
* :arts: 简化函数使用
* 🐛 移除`Theme`的过时参数
* 🗑️ 复用 `self.plain_content`
* 💄 auto fix by pre-commit hooks
* ✨ 注册式装饰器写法
* 💄 auto fix by pre-commit hooks
* 🐛 fix
* 💄 auto fix by pre-commit hooks
* :feat: 通用纯文本处理函数
* 💄 auto fix by pre-commit hooks
* :downgrade: 复用`==`处理标题
* 🎨 简化(?)写法
* ✅ 测试修复
* ♻️ via ContentSupport extensions
* 🐛 fix test
* 💄 auto fix by pre-commit hooks
* 🐛 for clean text
* 🐛 fix
* 💄 auto fix by pre-commit hooks
* fix: for xml
* 💄 auto fix by pre-commit hooks
* chore: art
* 💄 auto fix by pre-commit hooks
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-08-04 18:39:12 +08:00 |
|
felinae98
|
5bd8b21f19
|
♻️ rename scheduler_config -> site
|
2024-06-03 18:36:07 +08:00 |
|
felinae98
|
2fc11a9653
|
♻️ refactor client of scheduler_config
|
2024-06-03 18:36:07 +08:00 |
|
Azide
|
307739e37a
|
✨ ParseTargetException可以携带prompt参数 (#479)
* ✨ ParseTargetException可以携带prompt参数
* ✨ 丰富prompt提示
|
2024-05-19 22:02:23 +08:00 |
|
Azide
|
9bc5be5426
|
♻️ 为B站动态API建立model,转发动态放入repost字段 (#507)
* 🐛 替换为pyd兼容性写法
* ♻️ 优化 Bilibili 推送解析
* 🐛 为B站动态API建立Model,动态转发部分放入repost字段
* 🔥 删掉无关紧要的ttl字段
* 🐛 修理转发链接解析
* 🧑💻 增加可读性
* 🐛 使用pyd兼容函数
* 🐛 处理 pyd1 model rebuild 时没有递归的情况
* ♻️ 将链接生成进行统一
|
2024-03-29 15:08:06 +08:00 |
|
Cinte
|
3683d3ef28
|
✨ 更详细的微博 (#504)
* ✨ 微博优化
* 🔧 将转发内容放入repost
* 💄 auto fix by pre-commit hooks
* 🔧 补充获取转发微博的单元测试
* 🔧 微博增加视频封面的获取
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-03-25 19:06:35 +08:00 |
|
Azide
|
f202071e9f
|
✨ 添加 Theme 功能
|
2024-02-16 09:46:13 +08:00 |
|
Azide
|
bf788ff72a
|
🚨 移除noqa: E501
💄 auto fix by pre-commit hooks
|
2023-07-18 21:43:25 +08:00 |
|
Azide
|
dba8f2a9cb
|
🎨 按ruff的检查调整程序代码
|
2023-07-18 21:43:25 +08:00 |
|
uy/sun
|
90816796c7
|
🚚 修改 nonebot_bison 项目结构 (#211)
* 🎨 修改 nonebot_bison 目录位置
* auto fix by pre-commit hooks
* 🚚 fix frontend build target
* 🚚 use soft link
* Revert "🚚 use soft link"
This reverts commit de21f79d5ae1bd5515b04f42a4138cb25ddf3e62.
* 🚚 modify dockerfile
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: felinae98 <731499577@qq.com>
|
2023-03-09 17:32:51 +08:00 |
|