stencil_app

package
v0.3.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FooterLocation = "Tokyo, 🇯🇵"
	FooterRepoUrl  = "https://github.com/beauxarts"
)
View Source
const (
	NavLatestBooks = "Новинки"
	NavSearch      = "Поиск"
)
View Source
const (
	BooksPath     = "/books"
	SearchPath    = "/search"
	BookPath      = "/book"
	ListCoverPath = "/list_cover"
	BookCoverPath = "/book_cover"
)
View Source
const (
	ScopeNewSearch        = "Новый"
	ScopeBacklogTextBooks = "Бэклог"
	ScopeKidsBooks        = "Детские"
	ScopeImportedBooks    = "Импорт"
)
View Source
const (
	DescriptionSection = "description"
	DownloadsSection   = "downloads"
)

Variables

View Source
var BookHiddenProperties = []string{
	data.DehydratedItemImageProperty,
}
View Source
var BookLabels = []string{

	data.ImportedProperty,
}
View Source
var BookProperties = []string{}
View Source
var BookTypeTitles = map[litres_integration.ArtType]string{
	BookTypeText:  "Текст",
	BookTypePDF:   "PDF",
	BookTypeAudio: "Аудио",
}
View Source
var BooksProperties = []string{

	data.DehydratedListImageProperty,
}
View Source
var PropertyTitles = map[string]string{

	data.ImportedProperty: "Импорт",

	data.SortProperty:             "Порядок",
	data.DescendingProperty:       "По убыванию",
	data.ArtsHistoryOrderProperty: "По дате приобретения",

	"true":  "Да",
	"false": "Нет",
}
View Source
var SectionTitles = map[string]string{
	DescriptionSection: "Описание",
	DownloadsSection:   "Скачать книги",
}

Functions

func SearchScopeQueries added in v0.1.43

func SearchScopeQueries() map[string]string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL