chore: model meta data

This commit is contained in:
jialin
2024-12-30 16:07:30 +08:00
parent a24b7433a5
commit aed7267253
20 changed files with 445 additions and 177 deletions
+1
View File
@@ -32,6 +32,7 @@ declare namespace Global {
label: string;
locale?: boolean;
value: T;
meta?: Record<string, any>;
}
interface HintOptions {
+1 -1
View File
@@ -1,3 +1,3 @@
export default {
playgroundTextToImage: '/playground/text-to-image'
'/playground/text-to-image': '/playground/text-to-image'
};