()
| 144 | if (!this.db) return; |
| 145 | this.db.data.cache = {}; |
| 146 | await this.db.write(); |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | // ==================== 用户解析器 ==================== |
| 151 | type ResolvedTarget = { |
| 152 | user: any; |
| 153 | uid: number | null; |
| 154 | participant?: any; |
no test coverage detected