model tags classifier

This commit is contained in:
josc146
2023-12-08 18:17:53 +08:00
parent 51e162970e
commit f5900179e0
7 changed files with 354 additions and 45 deletions

View File

@@ -10,5 +10,6 @@ export type ModelSourceItem = {
isLocal?: boolean;
localSize?: number;
lastUpdatedMs?: number;
tags?: string[];
hide?: boolean;
};