This commit is contained in:
2026-03-30 18:50:54 -06:00
parent 0219a05142
commit a049ca7f2b
3 changed files with 24 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ class Submission(TimeStampedModel):
db_index=True,
verbose_name="分区",
)
view_count = models.PositiveIntegerField(default=0, verbose_name="查看次数")
class Meta:
ordering = ("-created",)