Ichika
Ichika copied to clipboard
基于 RICQ 的轻量级 Python QQ 自动化框架。
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.20 to 0.37.25. Commits 00b84d6 chore: Release rustix version 0.37.25 cad15a7 Fixes for Dir on macOS, FreeBSD, and WASI. df3c3a1 Merge pull request from GHSA-c827-hfw6-qwvm b78aeff chore:...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.72 to 0.1.74. Release notes Sourced from async-trait's releases. 0.1.74 Documentation improvements 0.1.73 Prevent generated code from triggering ignored_unit_patterns pedantic clippy lint Commits 265979b Release 0.1.74 5e67709...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.181 to 1.0.189. Release notes Sourced from serde's releases. v1.0.189 Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks @ahl) v1.0.188 Fix...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.33.0. Release notes Sourced from tokio's releases. Tokio v1.33.0 1.33.0 (October 9, 2023) Fixed io: mark Interest::add with #[must_use] (#6037) runtime: fix cache line size...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.107. Release notes Sourced from serde_json's releases. v1.0.107 impl IntoDeserializer for &RawValue (#1071) v1.0.106 Add Value::as_number accessor (#1069, thanks @chanced) Add Number::as_str accessor under "arbitrary_precision"...
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.0 to 2.1. Release notes Sourced from nwtgck/actions-netlify's releases. v2.1.0 Changed Update dependencies Added Add "enable-github-deployment" input #901 by @a-tokyo Changelog Sourced from nwtgck/actions-netlify's changelog. Changelog All...
Bumps [image](https://github.com/image-rs/image) from 0.24.6 to 0.24.7. Changelog Sourced from image's changelog. Version 0.24.7 New features: Added {ImageBuffer, DynamicImage}::write_with_encoder to simplify writing images with custom settings. Expose ICC profiles stored in...
``` https://captcha.go-cqhttp.org/captcha?id=xxxxxx https://captcha.go-cqhttp.org/captcha/ticket?id=xxxxxx ```
Source Code: ```python @listen(GroupMessage) @decorate(MatchContent(".ping"), MatchTemplate([Text])) async def group_ping(client: Client, group: Group): logger.debug(f"{client.uin}: [Cache] {group.mute_timestamp = }") g = await client.get_group(group.uin, cache=False) logger.debug(f"{client.uin}: [NoCache] {g.mute_timestamp = }") ``` 禁言后日志: ```...