perf: clone plateform charset (#9442)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-02-06 15:05:38 +08:00
committed by GitHub
parent 654cbe7bd0
commit 8afe28773d

View File

@@ -68,7 +68,7 @@ class Platform(models.Model):
"""
class CharsetChoices(models.TextChoices):
utf8 = 'utf8', 'UTF-8'
utf8 = 'utf-8', 'UTF-8'
gbk = 'gbk', 'GBK'
name = models.SlugField(verbose_name=_("Name"), unique=True, allow_unicode=True)