enhance: アイコンデコレーションの位置を微調整できるように
This commit is contained in:
parent
239507d7d6
commit
417852779f
8 changed files with 45 additions and 3 deletions
|
|
@ -143,8 +143,10 @@ export class MiUser {
|
|||
})
|
||||
public avatarDecorations: {
|
||||
id: string;
|
||||
angle: number;
|
||||
flipH: boolean;
|
||||
angle?: number;
|
||||
flipH?: boolean;
|
||||
offsetX?: number;
|
||||
offsetY?: number;
|
||||
}[];
|
||||
|
||||
@Index()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue