Clean up
This commit is contained in:
@ -15,24 +15,4 @@ export type IMeta = {
|
||||
disableLocalTimeline?: boolean;
|
||||
hidedTags?: string[];
|
||||
bannerUrl?: string;
|
||||
|
||||
/**
|
||||
* カスタム絵文字定義
|
||||
*/
|
||||
emojis?: {
|
||||
/**
|
||||
* 絵文字名 (例: thinking_ai)
|
||||
*/
|
||||
name: string;
|
||||
|
||||
/**
|
||||
* エイリアス
|
||||
*/
|
||||
aliases?: string[];
|
||||
|
||||
/**
|
||||
* 絵文字画像のURL
|
||||
*/
|
||||
url: string;
|
||||
}[];
|
||||
};
|
||||
|
Reference in New Issue
Block a user