mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-14 07:04:21 +08:00
set blog
成功后才显示blog标志, 可点
This commit is contained in:
4
node_modules/api.js
generated
vendored
4
node_modules/api.js
generated
vendored
@@ -507,7 +507,8 @@ var Api = {
|
||||
Content: note.Content,
|
||||
IsMarkdown: note.IsMarkdown,
|
||||
Tags: note.Tags,
|
||||
IsBlog: false, // TODO 这里永远设为非blog note.IsBlog,
|
||||
// IsBlog: false, // TODO 这里永远设为非blog note.IsBlog,
|
||||
IsBlog: note.IsBlog,
|
||||
Files: note.Files,
|
||||
FileDatas: note.FileDatas,
|
||||
}
|
||||
@@ -560,6 +561,7 @@ var Api = {
|
||||
usn: note.Usn,
|
||||
isTrash: note.IsTrash,
|
||||
content: note.Content,
|
||||
isBlog: note.IsBlog, // 是否是博客
|
||||
Files: note.Files,
|
||||
FileDatas: note.FileDatas,
|
||||
tags: note.Tags, // 新添加
|
||||
|
||||
Reference in New Issue
Block a user