Clean up
This commit is contained in:
parent
9b94ddff0a
commit
60e95ac2ac
3 changed files with 0 additions and 35 deletions
|
@ -15,24 +15,4 @@ export type IMeta = {
|
|||
disableLocalTimeline?: boolean;
|
||||
hidedTags?: string[];
|
||||
bannerUrl?: string;
|
||||
|
||||
/**
|
||||
* カスタム絵文字定義
|
||||
*/
|
||||
emojis?: {
|
||||
/**
|
||||
* 絵文字名 (例: thinking_ai)
|
||||
*/
|
||||
name: string;
|
||||
|
||||
/**
|
||||
* エイリアス
|
||||
*/
|
||||
aliases?: string[];
|
||||
|
||||
/**
|
||||
* 絵文字画像のURL
|
||||
*/
|
||||
url: string;
|
||||
}[];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue