mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184
This commit is contained in:
parent
909b36d380
commit
acbbd8ca5d
15 changed files with 59 additions and 38 deletions
|
|
@ -284,7 +284,7 @@ func RecentUpdatedBlocks() (ret []*Block) {
|
|||
ret = []*Block{}
|
||||
|
||||
sqlStmt := "SELECT * FROM blocks WHERE type = 'p' AND length > 1"
|
||||
if util.ContainerIOS == util.Container || util.ContainerAndroid == util.Container {
|
||||
if util.ContainerIOS == util.Container || util.ContainerAndroid == util.Container || util.ContainerHarmony == util.Container {
|
||||
sqlStmt = "SELECT * FROM blocks WHERE type = 'd'"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue