52 Commits

Author SHA1 Message Date
60dd2c4bab
📝 同步更新文档 2024-10-29 23:22:27 +08:00
4dd4555fc7
📝 更新文档 2024-10-29 00:44:58 +08:00
ff1c3c3159
WebUI 中,允许查看 Cookie 的 content 2024-10-21 20:58:21 +08:00
f5d30b998c
📝 添加 获取Cookie 的文档 2024-10-21 13:44:46 +08:00
7aac134d5d
📝 测试mermaid画图 2024-10-14 12:32:59 +08:00
b2b20ab7c5
📝 添加cookie模块使用文档 2024-10-14 01:14:03 +08:00
54d37e254d 📝 尝试添加文档 2024-09-26 19:38:43 +08:00
felinae98
cf50e9f288 rename bison_theme_use_browser -> bison_use_browser 2024-05-07 00:11:14 +08:00
dependabot[bot]
ed0933038e
📝 文档迁移到 vuepress hope 主题 (#490)
* ⬆️ Bump the docs-update group with 3 updates

Bumps the docs-update group with 3 updates: [@vuepress/client](https://github.com/vuepress/core), [vue](https://github.com/vuejs/core) and [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress).


Updates `@vuepress/client` from 2.0.0-rc.0 to 2.0.0-rc.2
- [Release notes](https://github.com/vuepress/core/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress/core/compare/v2.0.0-rc.0...v2.0.0-rc.2)

Updates `vue` from 3.4.3 to 3.4.21
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.3...v3.4.21)

Updates `vuepress` from 2.0.0-rc.0 to 2.0.0-rc.8
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/vuepress)

---
updated-dependencies:
- dependency-name: "@vuepress/client"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs-update
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs-update
- dependency-name: vuepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs-update
...

Signed-off-by: dependabot[bot] <support@github.com>

* 💄 auto fix by pre-commit hooks

* 📝 使用 vuepress hope 主题

* 📝 更新文档中的过时内容

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Azide <rukuy@qq.com>
2024-03-18 18:37:17 +08:00
felinae98
5117b66d4f 📝 update docs to fit pyd2 2024-03-06 11:51:29 +08:00
Azide
bfb5e672af 📝 移除 mcbbsnews 的相关文档 2024-02-21 17:02:39 +08:00
Azide
c8916ba54c 📝 添加 Theme 配置相关文档 2024-02-16 09:46:13 +08:00
Sherkey
1997b57761
BISON_OUTER_URL配置改进 (#405)
* 📝 修复文档中的错误链接

*  bison_outer_url使用property包装

* 📝 通过vue动态生成BISON_OUTER_URL的配置建议

* 💄 auto fix by pre-commit hooks

* 📝 优化文档视觉效果

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-29 20:54:41 +08:00
felinae98
bdb47b41d0 📝 fix indent 2023-05-11 00:41:30 +08:00
Azide
4264413888 📝 添加各个页面之间的链接 2023-05-11 00:41:30 +08:00
Azide
71c056aa05 📝 更新主页feature 2023-05-11 00:41:30 +08:00
Azide
116c0475c7 📝 拆分部署与使用,添加简单使用章节 2023-05-11 00:41:30 +08:00
AzideCupric
ce950ac4ab
📝 在文档和log中强调bison网页后台网址不能直接访问,并优化部分文档的表达 (#235) 2023-04-12 10:49:58 +08:00
Sherkey
0e6dfffee8 📝 fix nonebot2 docs url 2023-04-03 18:20:39 +08:00
felinae98
2796ea6f8e add config for disable network warning log 2023-03-26 20:43:24 +08:00
AzideCupric
4e304a43b1
通过 nb-cli 实现数据库一键导入导出 (#210)
* feat: 实现导出存储的订阅信息的功能

* test: 编写导出功能测试

* test: 使用tmp_path

* feat: 实现导入订阅文件功能

* refactor: 将订阅导入导出部分独立出来

* fix: 修复一些拼写错误
test: 完成import的第一个测试

* feat: 将订阅导入导出函数加入nb script

test: 添加cli测试

* test: 完善subs import测试

* 🐛 fix nb cli entrypoint name error

* fix: 修改错误的entry_point, 关闭yaml导出时对键名的排序

* fix: 使用更简短的命令名

* 🚚 将subs_io迁移到config下

* ♻️ 不再使用抛出异常的方式创建目录

* refactor: 将subscribe_export类转为函数

* refactor: 将subscribe_import类转为函数

* refactor: 根据重写的subs_io重新调整cli

* test: 调整重写subs_io后的test

* chore: 清理未使用的import内容

* feat(cli): 将--yaml更改为--format

* test: 调整测试

* fix(cli): 为import添加不支持格式的报错

*  improve export performace

* feat: subscribes_import函数不再需要传入参数函数,而是指定为add_subscribes

fix: nbesf_parser在传入str时将调用parse_raw, 否则调用parse_obj

* feat: subscribes_import现在会根据nbesf_data的版本选择合适的导入方式

* fix(test): 调整测试

* feat: nb bison export命令不再将文件导出到data目录,而是当前工作目录

* docs: 增添相关文档

* fix(test): 修复错误的变量名

---------

Co-authored-by: felinae98 <731499577@qq.com>
2023-03-19 16:29:05 +08:00
felinae98
d4ca592b78 📝 remove config src code path in doc 2023-01-06 16:05:16 +08:00
felinae98
84a1f4c0dd 📝 fix nonebot2 doc url 2023-01-06 16:05:16 +08:00
Azide
db0a3740d8 docs(issue #123): 修复文档中nonebot 的运行方法链接失效的问题 2022-10-16 01:17:43 +08:00
Azide
0a3171689a docs:优化用户文档的配置项部分的相关描述 2022-09-23 23:23:56 +08:00
Azide
2d4887c1d7 docs:完善Tag筛选规则的介绍 2022-09-12 01:38:18 +08:00
Azide
964db07908 docs:完善Tag订阅的介绍 2022-09-12 01:22:36 +08:00
Azide
5906cc5b82 完善文档,补充配置项的配置方法说明,补充开发文档中适配新网站的介绍 2022-05-24 15:10:49 +08:00
felinae98
1254995b3c
fix #77, add ua config 2022-05-24 00:08:41 +08:00
felinae98
0e5fb87994
update doc 2022-05-22 21:42:13 +08:00
Azide
6410b5c3ca 增添关于添加订阅命令中中止订阅的相关文档 2022-04-12 00:16:15 +08:00
felinae98
8931cf016f
update docs 2022-03-24 13:42:39 +08:00
felinae98
e189845d7b
update image path 2022-03-16 00:25:08 +08:00
pre-commit-ci[bot]
8d6d5c9e8b auto fix by pre-commit hooks 2022-03-13 08:20:03 +00:00
Azide
8226c52666 补充README.MD的说明 2022-03-13 15:59:41 +08:00
felinae98
a39a9cf390
Merge branch 'main' of github.com:AzideCupric/nonebot-bison into AzideCupric/main 2022-03-11 00:28:19 +08:00
felinae98
550dc9f74c
update doc 2022-03-11 00:24:18 +08:00
pre-commit-ci[bot]
d02d206fd5 auto fix by pre-commit hooks 2022-03-10 16:19:39 +00:00
Azide
897e8f3f2c 调整文档缩进方式,添加bison-use-pic-merge配置项警告 2022-03-11 00:18:50 +08:00
pre-commit-ci[bot]
196b2389f6 auto fix by pre-commit hooks 2022-03-10 15:47:26 +00:00
Azide
e27c1bc353 添加了关于BISON_USE_PIC_MERGE配置项的相关文档说明 2022-03-10 23:42:01 +08:00
felinae98
02870d17fa
update doc 2022-03-09 15:15:08 +08:00
hemengyang
547be7608f add pre-commit and format files 2022-02-09 21:05:14 +08:00
felinae98
b32120ca39
release! 2022-01-07 01:04:15 +08:00
felinae98
a7d8e4ec0c
update doc 2021-12-07 22:23:29 +08:00
felinae98
ec4849fe5b
add docs back 2021-12-07 21:58:00 +08:00
felinae98
817363fedf
update 2021-11-17 18:12:00 +08:00
felinae98
507fc1a69e
update doc 2021-07-08 20:27:31 +08:00
felinae98
f5b0b28331
update doc 2021-07-08 19:43:23 +08:00
felinae98
d6b171acf7
update docs 2021-07-07 22:22:10 +08:00