mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Supports local shorthands on Android https://github.com/siyuan-note/siyuan/issues/14414
This commit is contained in:
parent
40d8677155
commit
33ed82526c
1 changed files with 12 additions and 0 deletions
|
|
@ -279,3 +279,15 @@ func SetTimezone(container, appDir, timezoneID string) {
|
|||
func DisableFeature(feature string) {
|
||||
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…
Add table
Add a link
Reference in a new issue