mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 07:02:33 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
4ce296d7ae
commit
89536ceb19
3 changed files with 21 additions and 9 deletions
|
|
@ -877,9 +877,10 @@ func GetAttributeViewI18n(key string) string {
|
|||
}
|
||||
|
||||
var (
|
||||
ErrViewNotFound = errors.New("view not found")
|
||||
ErrKeyNotFound = errors.New("key not found")
|
||||
ErrWrongLayoutType = errors.New("wrong layout type")
|
||||
ErrAttributeViewNotFound = errors.New("attribute view not found")
|
||||
ErrViewNotFound = errors.New("view not found")
|
||||
ErrKeyNotFound = errors.New("key not found")
|
||||
ErrWrongLayoutType = errors.New("wrong layout type")
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue