perf: 修改优化结构 (#12554)

* perf: 修改优化结构

* perf: 修改结构

---------

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2024-01-17 11:08:39 +08:00
committed by GitHub
parent 1cec27ed70
commit 9968617758
43 changed files with 2079 additions and 4073 deletions

View File

@@ -5,4 +5,4 @@ from django.utils.translation import gettext_lazy as _
class LabelsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'labels'
verbose_name = _('Labels')
verbose_name = _('App Labels')