mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 23:08:14 +08:00
13 lines
347 B
JSON
13 lines
347 B
JSON
{
|
|
"html": {
|
|
"snippets": {
|
|
"divc": "div[class=${1}]",
|
|
"view": "div[class=${1}]",
|
|
"text": "span[class=\"text\"]",
|
|
"image": "Image[src=${1} placeholder=${2} :avatar=\"false\" alt=${2} :draggable=\"false\"]",
|
|
"icon": "UiIcon[name=${1} :width=\"100%\" :height=\"100%\"]",
|
|
"slot": "slot[name=${1}]"
|
|
}
|
|
}
|
|
}
|