perf: web 和 自定义类型资产支持匿名账号

This commit is contained in:
ibuler
2023-06-27 11:23:56 +08:00
parent eeba0a4bfc
commit 77bcb05d80
8 changed files with 188 additions and 171 deletions

View File

@@ -13,6 +13,7 @@ class AliasAccount(TextChoices):
ALL = '@ALL', _('All')
INPUT = '@INPUT', _('Manual input')
USER = '@USER', _('Dynamic user')
ANON = '@ANON', _('Anonymous user')
class Source(TextChoices):