github-actions[bot]
|
c824120a11
|
📝 Update changelog
|
2024-03-29 07:08:37 +00: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 |
|
Azide
|
6cceb07a33
|
💚 跳过不需要测试的pytest tag
|
2024-03-29 15:03:02 +08:00 |
|
Azide
|
cc8c39f4d1
|
👷 增加pyd1兼容测试
|
2024-03-29 15:03:02 +08:00 |
|
Azide
|
2a49effbba
|
🐛 替换为pyd兼容性写法
|
2024-03-29 15:03:02 +08:00 |
|
github-actions[bot]
|
36b2c2c3aa
|
📝 Update changelog
|
2024-03-25 11:07:06 +00: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 |
|
github-actions[bot]
|
461104b3dd
|
📝 Update changelog
|
2024-03-21 06:18:00 +00:00 |
|
Azide
|
3d4dca3b21
|
🐛 为各主题添加 repost 的渲染 (#505)
* 🐛 为各主题添加 repost 的渲染
* ✨ 调整渲染结果
* ✅ 更新测试
|
2024-03-21 14:17:25 +08:00 |
|
Azide
|
c915b36499
|
💚 提高 node 版本到 20 (#506)
|
2024-03-20 23:15:28 +08:00 |
|
github-actions[bot]
|
d36d904568
|
📝 Update changelog
|
2024-03-19 02:28:21 +00:00 |
|
Azide
|
c96dd85b22
|
✨ 独立 bilibili-live 的 SchedConf (#473)
* ✨ 独立 bilibili-live 的 SchedConf
* ✅ 修正测试
* ✨ bilibili和bilibili-live共用http_client
* 🐛 不在__init__中修改_client_refresh_time
* ✨ 将刷新浏览器变更为类方法
* ♻️ seperate BilibiliClient
Co-authored-by: felinea98 <me@felinae98.cn>
---------
Co-authored-by: felinea98 <me@felinae98.cn>
|
2024-03-19 10:27:37 +08:00 |
|
github-actions[bot]
|
b1d2acbe79
|
📝 Update changelog
|
2024-03-19 02:27:11 +00:00 |
|
Azide
|
a42a65523e
|
✨ 使用 yarl.URL 拼接 outer_url (#496)
* ➕ 显式依赖 yarl
* ✨ 使用 yarl.URL 处理 outer_url
|
2024-03-19 10:26:38 +08:00 |
|
github-actions[bot]
|
43a3c819a4
|
📝 Update changelog
|
2024-03-18 10:37:50 +00: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
|
a6a2cc1be7
|
👷 use codecov_token
|
2024-03-18 18:32:09 +08:00 |
|
github-actions[bot]
|
f05686d939
|
📝 Update changelog
|
2024-03-17 09:21:54 +00:00 |
|
pre-commit-ci[bot]
|
9b514263aa
|
⬆️ auto update by pre-commit hooks (#465)
* ⬆️ auto update by pre-commit hooks
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.9...v0.2.0)
- [github.com/psf/black: 23.12.1 → 24.1.1](https://github.com/psf/black/compare/23.12.1...24.1.1)
- [github.com/pre-commit/mirrors-eslint: v9.0.0-alpha.0 → v9.0.0-alpha.2](https://github.com/pre-commit/mirrors-eslint/compare/v9.0.0-alpha.0...v9.0.0-alpha.2)
* 💄 auto fix by pre-commit hooks
* 💄 auto fix by pre-commit hooks
* 🐛 fix some merge error
---------
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-17 17:21:23 +08:00 |
|
dependabot[bot]
|
d2d5597345
|
⬆️ Bump the prod-update group in /admin-frontend with 5 updates (#502)
Bumps the prod-update group in /admin-frontend with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@arco-design/web-react](https://github.com/arco-design/arco-design) | `2.60.2` | `2.61.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.24` | `20.11.28` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.61` | `18.2.66` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.19` | `18.2.22` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.22.2` | `6.22.3` |
Updates `@arco-design/web-react` from 2.60.2 to 2.61.0
- [Release notes](https://github.com/arco-design/arco-design/releases)
- [Commits](https://github.com/arco-design/arco-design/compare/2.60.2...2.61.0)
Updates `@types/node` from 20.11.24 to 20.11.28
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@types/react` from 18.2.61 to 18.2.66
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Updates `@types/react-dom` from 18.2.19 to 18.2.22
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
Updates `react-router-dom` from 6.22.2 to 6.22.3
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.22.3/packages/react-router-dom)
---
updated-dependencies:
- dependency-name: "@arco-design/web-react"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-update
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
- dependency-name: "@types/react"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
- dependency-name: "@types/react-dom"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-17 16:50:42 +08:00 |
|
dependabot[bot]
|
b9d9ab0dd4
|
⬆️ Bump the dev-update group in /admin-frontend with 9 updates (#501)
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-update
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-update
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-update
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-update
- dependency-name: eslint-config-airbnb-typescript
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-update
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-update
- dependency-name: eslint-plugin-jsx-a11y
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-update
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-update
- dependency-name: eslint-plugin-react-redux
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-update
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-17 16:40:06 +08:00 |
|
dependabot[bot]
|
553b72bae3
|
⬆️ Bump the prod-update group in /admin-frontend with 13 updates (#492)
Bumps the prod-update group in /admin-frontend with 13 updates:
| Package | From | To |
| --- | --- | --- |
| [@arco-design/web-react](https://github.com/arco-design/arco-design) | `2.53.2` | `2.60.2` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.0` | `7.24.0` |
| [@babel/plugin-syntax-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-flow) | `7.22.5` | `7.23.3` |
| [@babel/plugin-transform-react-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-jsx) | `7.22.15` | `7.23.4` |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.3` | `9.3.4` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.2.1` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.1` | `14.5.2` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.5` | `29.5.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.0` | `20.11.24` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.24` | `18.2.61` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.8` | `18.2.19` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.16.0` | `6.22.2` |
| [web-vitals](https://github.com/GoogleChrome/web-vitals) | `3.5.0` | `3.5.2` |
Updates `@arco-design/web-react` from 2.53.2 to 2.60.2
- [Release notes](https://github.com/arco-design/arco-design/releases)
- [Commits](https://github.com/arco-design/arco-design/compare/2.53.2...2.60.2)
Updates `@babel/core` from 7.23.0 to 7.24.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-core)
Updates `@babel/plugin-syntax-flow` from 7.22.5 to 7.23.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-plugin-syntax-flow)
Updates `@babel/plugin-transform-react-jsx` from 7.22.15 to 7.23.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-plugin-transform-react-jsx)
Updates `@testing-library/dom` from 9.3.3 to 9.3.4
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.3...v9.3.4)
Updates `@testing-library/react` from 14.0.0 to 14.2.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.0.0...v14.2.1)
Updates `@testing-library/user-event` from 14.5.1 to 14.5.2
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v14.5.1...v14.5.2)
Updates `@types/jest` from 29.5.5 to 29.5.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
Updates `@types/node` from 20.8.0 to 20.11.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@types/react` from 18.2.24 to 18.2.61
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Updates `@types/react-dom` from 18.2.8 to 18.2.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
Updates `react-router-dom` from 6.16.0 to 6.22.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.22.2/packages/react-router-dom)
Updates `web-vitals` from 3.5.0 to 3.5.2
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.0...v3.5.2)
---
updated-dependencies:
- dependency-name: "@arco-design/web-react"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-update
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-update
- dependency-name: "@babel/plugin-syntax-flow"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-update
- dependency-name: "@babel/plugin-transform-react-jsx"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-update
- dependency-name: "@testing-library/dom"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
- dependency-name: "@testing-library/react"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-update
- dependency-name: "@testing-library/user-event"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
- dependency-name: "@types/jest"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
- dependency-name: "@types/node"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-update
- dependency-name: "@types/react"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
- dependency-name: "@types/react-dom"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-update
- dependency-name: web-vitals
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-update
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-17 16:11:37 +08:00 |
|
dependabot[bot]
|
1d351e04db
|
⬆️ Bump follow-redirects from 1.15.2 to 1.15.6 in /admin-frontend (#499)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-17 16:10:48 +08:00 |
|
dependabot[bot]
|
d21a2a496e
|
⬆️ Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /admin-frontend (#438)
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)
---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-17 16:09:52 +08:00 |
|
github-actions[bot]
|
a6809d30e7
|
📝 Update changelog
|
2024-03-10 13:52:58 +00:00 |
|
AzideCupric
|
3cda6bfa0d
|
🐛 Arknights 公告分类 过滤不可访问的 URL (#495)
|
2024-03-10 21:52:30 +08:00 |
|
Azide
|
55197e4f6b
|
⬆️ 升级 pre-commit 所用 eslint
|
2024-03-10 19:20:53 +08:00 |
|
Azide
|
80a6d1ef7d
|
⬇️ 升级 eslint 版本
|
2024-03-10 19:20:53 +08:00 |
|
github-actions[bot]
|
7635e3ffe1
|
🔖 Release 0.9.1
|
2024-03-06 04:39:47 +00:00 |
|
felinae98
|
b23b23fac7
|
🔖 release 0.9.1
|
2024-03-06 12:38:24 +08:00 |
|
github-actions[bot]
|
effcaae2aa
|
📝 Update changelog
|
2024-03-06 03:52:03 +00:00 |
|
felinae98
|
5117b66d4f
|
📝 update docs to fit pyd2
|
2024-03-06 11:51:29 +08:00 |
|
github-actions[bot]
|
7d73d1c042
|
📝 Update changelog
|
2024-03-04 06:55:21 +00:00 |
|
uy_sun
|
1c4cbc7703
|
🐛 修复后台管理界面无法获取群信息的问题
|
2024-03-04 14:54:53 +08:00 |
|
dependabot[bot]
|
31ddd94796
|
⬆️ Bump vite from 5.0.10 to 5.0.12 (#483)
* ⬆️ Bump vite from 5.0.10 to 5.0.12
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* 💄 auto fix by pre-commit hooks
---------
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>
|
2024-03-04 14:53:49 +08:00 |
|
dependabot[bot]
|
ae19a75eea
|
⬆️ Bump the dev-update group with 1 update (#488)
Bumps the dev-update group with 1 update: [ruff](https://github.com/astral-sh/ruff).
Updates `ruff` from 0.2.1 to 0.3.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.0)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-update
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 14:53:16 +08:00 |
|
dependabot[bot]
|
712ab0b6e8
|
⬆️ Bump the actions-update group with 1 update (#489)
Bumps the actions-update group with 1 update: [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter).
Updates `release-drafter/release-drafter` from 5 to 6
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6)
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions-update
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 14:52:53 +08:00 |
|
github-actions[bot]
|
bcb9bd9ebd
|
📝 Update changelog
|
2024-03-01 22:46:29 +00:00 |
|
github-actions[bot]
|
6b86e8968e
|
🔖 Release 0.9.0
|
2024-02-29 11:30:38 +00:00 |
|
felinae98
|
60ecae697c
|
🔖 release 0.9.0
|
2024-02-29 19:24:04 +08:00 |
|
github-actions[bot]
|
d948fd4b24
|
📝 Update changelog
|
2024-02-29 11:23:08 +00:00 |
|
uy/sun
|
b6e68730b7
|
⬆️ 适配 Pydantic V2 (#484)
* ⬆️ 适配 Pydantic V2
* 🐛 修复测试报错
* 🐛 适配忘记的 from_orm
* 🐛 忘记的 class-based `config`
* 🐛 更新 red 适配器版本
|
2024-02-29 19:21:25 +08:00 |
|
uy_sun
|
ca68964ee9
|
⬆️ 直接使用大于等于
|
2024-02-27 10:58:36 +08:00 |
|
uy_sun
|
29a2a74f9f
|
⬆️ 使用 beautifulsoup4 替代 bs4
|
2024-02-27 10:58:36 +08:00 |
|
github-actions[bot]
|
8bf8ca29bd
|
📝 Update changelog
|
2024-02-26 02:26:14 +00:00 |
|
github-actions[bot]
|
77b5224027
|
📝 Update changelog
|
2024-02-23 02:22:34 +00:00 |
|
Azide
|
4cfa672b82
|
🐛 修复文本替换,同步测试用文件内容
|
2024-02-23 10:22:01 +08:00 |
|
Azide
|
60812c2167
|
🐛 不使用 updateAt 作为 Arknights 公告的 get_date 返回值
|
2024-02-23 10:22:01 +08:00 |
|
github-actions[bot]
|
2fc6e253f3
|
📝 Update changelog
|
2024-02-21 09:02:58 +00:00 |
|
Azide
|
bfb5e672af
|
📝 移除 mcbbsnews 的相关文档
|
2024-02-21 17:02:39 +08:00 |
|