19 Commits

Author SHA1 Message Date
d6b8d3b44e
✏️ small fixs 2024-10-29 23:13:26 +08:00
eb64eab14a
添加cookie命令的无权限提示 2024-10-28 13:46:22 +08:00
dd802a9c17 初步实现添加cookie的单元测试 2024-09-13 19:12:19 +08:00
4b8d6a9379 🐛 fix 2024-09-13 10:11:54 +08:00
318ba8fb3c 🔀 merge 2024-09-09 18:41:01 +08:00
2c2c9a091c ♻️ del_cookie 2024-09-09 18:36:18 +08:00
4a5e00c094 :recycles: ddel_cookie_target 2024-09-09 18:32:53 +08:00
404b1e445c :recycles: add_cookie_target 2024-09-09 18:23:23 +08:00
d43d042618 :recycles: add_cookie 2024-09-09 11:35:39 +08:00
f959e3ee08 :recycles: 仿照 platform_manager 添加 site_manager 2024-09-09 11:01:34 +08:00
275bc0cb53 :recycles: 注释掉cookie相关代码,使得bison可以正常运行 2024-09-08 18:21:57 +08:00
61dcf879ce ♻️ 整理代码 2024-09-08 13:03:47 +08:00
d6205867b8
无权限用户尝试添加订阅时返回提示信息 (#617)
*  无权限用户尝试添加订阅时返回提示信息

*  添加no_permission_matcher相关的单元测试

* 🐛 优化无权限提示的排版

* 🐛 移除没有必要的命令
2024-09-01 22:32:47 +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
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
Azide
e50eb5d70b 👷 添加ruff actions
🐛 分支应该是main而不是master

💄 auto fix by pre-commit hooks

🔥 dependabot.yml的registrys需要token,先删除
2023-07-18 21:43:25 +08:00
felinae98
a1b4f2fb27 🚚 rename config_manager to sub_manager 2023-06-11 15:32:57 +08:00