feat(tgbot-front): add consts for titles and revs number
This commit is contained in:
parent
c815e96f4c
commit
0fdf577612
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
|||
#include <string>
|
||||
|
||||
namespace BotConstants {
|
||||
const int64_t NULL_PAYLOAD = -1;
|
||||
const int64_t NULL_PAYLOAD = -1; // Default value для payload
|
||||
const int64_t DISP_TITLES_NUM = 6; // Количество тайтлов, отображаемых на страничке
|
||||
const int64_t DISP_REVIEW_NUM = 4; // Количество ревью, отображаемых на страничке
|
||||
|
||||
namespace Button {
|
||||
const std::string FIND_ANIME = "Найти аниме";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue