enhance: アイコンデコレーションの位置を微調整できるように
This commit is contained in:
@@ -143,8 +143,10 @@ export class MiUser {
|
||||
})
|
||||
public avatarDecorations: {
|
||||
id: string;
|
||||
angle: number;
|
||||
flipH: boolean;
|
||||
angle?: number;
|
||||
flipH?: boolean;
|
||||
offsetX?: number;
|
||||
offsetY?: number;
|
||||
}[];
|
||||
|
||||
@Index()
|
||||
|
Reference in New Issue
Block a user