change torrent pos_state to varchar, support more sticky level

This commit is contained in:
xiaomlove
2021-06-01 01:28:46 +08:00
parent 8e35dc0886
commit 5760adc0c4
17 changed files with 139 additions and 14 deletions
+4
View File
@@ -1,6 +1,10 @@
<?php
return [
'pos_state_normal' => '普通',
'pos_state_sticky' => '一级置顶',
'pos_state_r_sticky' => '二级置顶',
'index' => [
'page_title' => '种子列表',
],