|
7c9e191f40
|
✨ 删除cookie 对话
|
2024-09-08 15:56:44 +08:00 |
|
|
940301a6fc
|
✨ 取消关联cookie 对话
|
2024-09-08 15:17:19 +08:00 |
|
|
61dcf879ce
|
♻️ 整理代码
|
2024-09-08 13:03:47 +08:00 |
|
|
a6227828e3
|
♻️ 整理代码
|
2024-09-08 12:59:44 +08:00 |
|
|
bbc5492193
|
✨ 为匿名cookie设置标签
|
2024-09-08 12:22:06 +08:00 |
|
|
eddd3e42a1
|
✨ 修改_choose_cookie的逻辑以支持no target的Platform
|
2024-09-06 11:33:39 +08:00 |
|
|
06079b98f7
|
✨ 关联cookie是不显示匿名cookie
|
2024-09-06 10:16:24 +08:00 |
|
|
418a941448
|
✨ 添加不合法cookie的提示
|
2024-09-06 10:08:08 +08:00 |
|
|
afd1bee762
|
✨ 将get_cookie_friendly_name和valid_cookie移动到ccm内部
|
2024-09-06 01:08:32 +08:00 |
|
|
b61bde6e3f
|
✨ 关联cookie时,只显示支持的订阅
|
2024-09-06 00:39:57 +08:00 |
|
|
6537f01a34
|
✨ 集中判断是否为CookieClientManager
|
2024-09-06 00:34:52 +08:00 |
|
|
0ce2893911
|
✨ 匿名cookie和用户cookie一起调度
|
2024-09-06 00:25:33 +08:00 |
|
|
cf3966e69b
|
✨ 添加cookie只显示支持的Platform
|
2024-09-06 00:14:35 +08:00 |
|
|
370fc250f0
|
✨ 数据库Cookie表添加is_universal属性
|
2024-09-05 19:32:47 +08:00 |
|
|
3bd0867f0e
|
✨ 数据库Cookie表添加cd属性
|
2024-09-05 16:07:59 +08:00 |
|
|
01435eeded
|
✨ 提出assemble_client方法
|
2024-09-04 01:19:53 +08:00 |
|
|
498e7d60d4
|
✨ 根据条件选择Cookie 和 状态回写数据库
|
2024-09-03 13:15:18 +08:00 |
|
|
055ed6e02a
|
✨ 使用闭包实现client hook
|
2024-09-03 10:52:20 +08:00 |
|
|
4ce6b85f79
|
✨ weibo 带 cookie mvp
|
2024-09-03 10:00:53 +08:00 |
|
|
7901b845ea
|
✨ 初步实现携带cookie请求
|
2024-09-02 23:13:29 +08:00 |
|
|
1cd778c2e0
|
♻️ cookie 组件不再与 user 关联
|
2024-08-31 23:07:43 +08:00 |
|
|
c828fd94e4
|
♻️ cookie 组件不再与 user 关联
|
2024-08-31 23:04:49 +08:00 |
|
|
ffae6f2ec5
|
✨ 添加cookie的时候显示关联的cookie
|
2024-08-26 18:09:26 +08:00 |
|
|
6f20dbf358
|
✨ 支持对话关联cookie到订阅目标
|
2024-08-26 17:32:36 +08:00 |
|
|
b655eff755
|
✨ 支持对话添加cookie
|
2024-08-26 10:37:03 +08:00 |
|
|
c264ad374b
|
🐛 stash
|
2024-08-22 21:50:25 +08:00 |
|
|
7913f7485a
|
✨ 添加cookie相关的数据库表
|
2024-08-22 20:55:39 +08:00 |
|
github-actions[bot]
|
67983bd4f0
|
📝 Update changelog
|
2024-08-17 10:24:37 +00: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 |
|
github-actions[bot]
|
29f23eb3c7
|
📝 Update changelog
|
2024-08-08 02:38:32 +00:00 |
|
felinae98
|
dc0dc252e7
|
🐛 use correct client in anonymous_site
|
2024-08-08 10:38:12 +08:00 |
|
pre-commit-ci[bot]
|
e5fc32f485
|
⬆️ auto update by pre-commit hooks (#604)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.6)
- [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0)
- [github.com/pre-commit/mirrors-eslint: v9.6.0 → v9.8.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.6.0...v9.8.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-08-07 19:56:21 +08:00 |
|
renovate[bot]
|
6694b5da07
|
⬆️ Update typescript-eslint monorepo to v8 (major) (#603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-08-05 19:24:26 +08:00 |
|
renovate[bot]
|
7174403a6e
|
⬆️ Update dependency typescript to v5 (#597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-08-04 19:03:17 +08:00 |
|
renovate[bot]
|
9efe9976bf
|
⬆️ Update docker/build-push-action action to v6 (#599)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-08-04 19:02:23 +08:00 |
|
renovate[bot]
|
abc0b9f4d8
|
⬆️ Update testing-library monorepo (major) (#600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-08-04 19:01:59 +08:00 |
|
felinae98
|
37d0d618ce
|
👷 remove build doc
|
2024-08-04 18:59:12 +08:00 |
|
github-actions[bot]
|
2b4f90aac0
|
🔖 Release 0.9.3
|
2024-08-04 10:49:52 +00:00 |
|
felinae98
|
79031dbb49
|
🔖 release v0.9.3
|
2024-08-04 18:48:25 +08:00 |
|
github-actions[bot]
|
70936e9306
|
📝 Update changelog
|
2024-08-04 10:43:50 +00:00 |
|
github-actions[bot]
|
859d731a05
|
📝 Update changelog
|
2024-08-04 10:40:49 +00:00 |
|
Azide
|
38f0edcd25
|
🐛 Bilibili调度新增回避策略 (#573)
* 🐛 将Bilibili的调度速度降低到60s
* ✨ 增加回避策略
* ✨ 降低轮询间隔,增加回避次数,抛出阶段随机刷新
* ♻️ 更清晰的调度逻辑实现
* 🐛 兼容3.10的NamedTuple多继承
* ♻️ 合并重复逻辑
* ♻️ ctx放入fsm
* 🐛 测试并调整逻辑
* 🐛 补全类型标注
* ♻️ 添加Condition和State.on_exit/on_enter,以实现自动状态切换
* ✅ 调整测试
* 🐛 私有化命名方法
* 🔊 调整补充日志
* 🐛 添加测试后清理
* ✏️ fix typing typo
|
2024-08-04 18:40:01 +08:00 |
|
github-actions[bot]
|
9e6a35585a
|
📝 Update changelog
|
2024-08-04 10:39:41 +00: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 |
|
renovate[bot]
|
0c1012b0f4
|
⬆️ Update Gr1N/setup-poetry action to v9 (#582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-07-24 12:25:36 +08:00 |
|
renovate[bot]
|
af470f2fd3
|
⬆️ Update dependency react-redux to v9
|
2024-07-15 16:46:02 +08:00 |
|
github-actions[bot]
|
0a6f9af554
|
📝 Update changelog
|
2024-07-15 06:08:57 +00:00 |
|
felinae98
|
a12a92fca4
|
🐛 fix config alias err
|
2024-07-15 14:08:22 +08:00 |
|
github-actions[bot]
|
956b19d0c1
|
📝 Update changelog
|
2024-07-12 17:08:40 +00:00 |
|
Azide
|
e2a97a9e56
|
✨ 适配小刻食堂平台 (#379)
* 🐛 插入新的Schedulable时应传入use_batch参数
* ✨ 适配ceobecanteen平台
Co-authored-by: phidiaLam <2957035701@qq.com>
* ✨ ✨ 明日方舟公告与官网采用截图分享 (#480)
* ✨ 明日方舟公告与官网采用截图分享
* 💄 auto fix by pre-commit hooks
* 🐛 修复缺少的导入,优化逻辑
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Azide <rukuy@qq.com>
* 🐛 优化截图图片效果
* 🐛 修复错误将转发内图片视作头图的问题
* 🍱 使用正式 Bison Logo
* 💄 auto fix by pre-commit hooks
* 🐛 请求小刻API时不在headers里添加过多字段
* 🐛 get_comb_id方法删除无用的targets参数
* 💡 get_comb_id方法更新注释
* 🔥 移除发送部分的更改
* ✨ 在命名中明确表示cond_func意图
* ♻️ 拆分get_comb_id功能
* ♻️ 调整缓存逻辑
* ✨ 使用uri在theme中调用platform截图
* ♻️ 重构截图逻辑
* ✨ 添加模糊匹配提示
* ✨ 适配新版Site
* 💄 auto fix by pre-commit hooks
* 🐛 去掉不必要的排序
* 🐛 修正不应出现的驼峰变量名
* ♻️ 按review意见修改
* ♻️ 调整截图函数逻辑
* 🔊 调低日志等级
* ✏️ 修复一些拼写和格式
---------
Co-authored-by: phidiaLam <2957035701@qq.com>
Co-authored-by: 洛梧藤 <67498817+phidiaLam@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-07-13 01:06:42 +08:00 |
|