🎇 teambition support

This commit is contained in:
微凉
2022-01-05 22:03:28 +08:00
parent ef5cad1bf0
commit 6ff2cdab98
4 changed files with 413 additions and 6 deletions

View File

@ -204,12 +204,13 @@ func InitSettings() {
Group: model.BACK,
},
{
Key: "load type",
Value: "all",
Type: "select",
Values: "all,load more,auto load more,pagination",
Access: model.PUBLIC,
Group: model.FRONT,
Key: "load type",
Value: "all",
Type: "select",
Values: "all,load more,auto load more,pagination",
Description: "Not recommended to choose to auto load more, it has bugs now",
Access: model.PUBLIC,
Group: model.FRONT,
},
{
Key: "default page size",