mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 All plain text formats are supported when comparing data snapshots https://github.com/siyuan-note/siyuan/issues/12975
This commit is contained in:
parent
641550e1ed
commit
6db7b847e9
5 changed files with 19 additions and 37 deletions
|
|
@ -98,10 +98,6 @@ func GetAssetAbsPath(asset string) (ret string) {
|
|||
return
|
||||
}
|
||||
|
||||
func GetMimeTypeByExt(ext string) string {
|
||||
return util.GetMimeTypeByExt(ext)
|
||||
}
|
||||
|
||||
func SetTimezone(container, appDir, timezoneID string) {
|
||||
if "ios" == container {
|
||||
os.Setenv("ZONEINFO", filepath.Join(appDir, "app", "zoneinfo.zip"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue