service/api/consts/regexp.go

7 lines
101 B
Go
Raw Normal View History

2024-12-11 18:16:16 +08:00
package consts
const (
AppHyperlinkRegexp = "app_hyperlink"
H5HyperlinkRegexp = "h5_hyperlink"
)