remove: todo -> work

This commit is contained in:
手瓜一十雪
2024-11-14 12:44:21 +08:00
parent 5ea0552c02
commit ef38b9412e
16 changed files with 24 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ type Payload = FromSchema<typeof SchemaData>;
export class GetGroupFileSystemInfo extends BaseAction<Payload, {
file_count: number,
limit_count: number, // unimplemented
used_space: number, // todo: unimplemented, but can be implemented later
used_space: number, // work:unimplemented, but can be implemented later
total_space: number, // unimplemented, 10 GB by default
}> {
actionName = ActionName.GoCQHTTP_GetGroupFileSystemInfo;