feat: local storage image thumbnail
This commit is contained in:
7
pkg/utils/path_test.go
Normal file
7
pkg/utils/path_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestEncodePath(t *testing.T) {
|
||||
t.Log(EncodePath("http://localhost:5244/d/123#.png"))
|
||||
}
|
Reference in New Issue
Block a user