Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultAvatar ¶ added in v0.0.4
func GetDefaultAvatar() []byte
func GetImportInfoPath ¶ added in v0.0.3
GetImportInfoPath 生成资源导入的 HTML 标签
func GetViewAssert ¶ added in v0.0.3
Types ¶
type ManifestItem ¶ added in v0.0.3
type ManifestItem struct {
File string `json:"file"`
Name string `json:"name"`
Src string `json:"src"`
IsEntry bool `json:"isEntry"`
IsDynamicEntry bool `json:"isDynamicEntry"`
Imports []string `json:"imports"`
DynamicImports []string `json:"dynamicImports"`
Css []string `json:"css"`
Assets []string `json:"assets"`
}
Click to show internal directories.
Click to hide internal directories.