mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-12 15:11:10 +08:00
🎨 Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184
This commit is contained in:
parent
c051f2b478
commit
83d4516fd2
@ -126,8 +126,8 @@ func SetTimezone(container, appDir, timezoneID string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//export DisableFeature
|
//export DisableFeature
|
||||||
func DisableFeature(feature string) {
|
func DisableFeature(feature *C.char) {
|
||||||
util.DisableFeature(feature)
|
util.DisableFeature(C.GoString(feature))
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {}
|
func main() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user