Commit Graph

104 Commits

Author SHA1 Message Date
Saboteur7
8c8e996c87 feat: web channel optimization 2025-05-18 15:23:02 +08:00
6vision
931fbc3eb5 fix: fix 'NoneType' object does not support item assignment error (#2525)
### Problem Description
When `context` is `None`, it should not be used for assignment operations.

### Solution
Adjusted the code logic to ensure that `context` is not `None` before performing any item assignment.
2025-04-20 16:27:44 +08:00
Saboteur7
aa300a4c98 fix: temporarily close the wx channel to prevent account ban 2025-01-17 17:24:42 +08:00
Stony
71c18c04fc 增加web channel 2024-11-27 08:53:13 +08:00