Wip: アンテナ編集画面 アカウント・ドメイン

This commit is contained in:
KMY 2024-11-27 13:30:31 +09:00
parent 8a075ba4c6
commit 041b05b15f
8 changed files with 481 additions and 78 deletions

View file

@ -14,17 +14,7 @@ const AntennaFactory = Record<AntennaShape>({
insert_feeds: false,
with_media_only: false,
ignore_reblog: false,
accounts_count: 0,
domains_count: 0,
tags_count: 0,
keywords_count: 0,
list: null,
domains: undefined,
keywords: undefined,
tags: undefined,
exclude_domains: undefined,
exclude_keywords: undefined,
exclude_tags: undefined,
list_id: undefined,
});