perf: 账号模版更新 (#10184)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-04-12 17:59:13 +08:00
committed by GitHub
parent b0365838fb
commit 30b89e5cc9
4 changed files with 76 additions and 36 deletions

View File

@@ -18,6 +18,7 @@ class AliasAccount(TextChoices):
class Source(TextChoices):
LOCAL = 'local', _('Local')
COLLECTED = 'collected', _('Collected')
TEMPLATE = 'template', _('Template')
class AccountInvalidPolicy(TextChoices):