mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 22:21:28 +08:00
🎨 Supports local shorthands on Android https://github.com/siyuan-note/siyuan/issues/14414
This commit is contained in:
parent
40d8677155
commit
33ed82526c
@ -279,3 +279,15 @@ func SetTimezone(container, appDir, timezoneID string) {
|
|||||||
func DisableFeature(feature string) {
|
func DisableFeature(feature string) {
|
||||||
util.DisableFeature(feature)
|
util.DisableFeature(feature)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func FilepathBase(path string) string {
|
||||||
|
return filepath.Base(path)
|
||||||
|
}
|
||||||
|
|
||||||
|
func FilterUploadFileName(name string) string {
|
||||||
|
return util.FilterUploadFileName(name)
|
||||||
|
}
|
||||||
|
|
||||||
|
func AssetName(name string) string {
|
||||||
|
return util.AssetName(name)
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user