mirror of
https://github.com/torappinfo/uweb.git
synced 2026-03-14 22:55:45 +01:00
11 lines
462 B
JSON
11 lines
462 B
JSON
{
|
|
"al":"javascript:/*comments:test*/alert('test')",
|
|
"uj":":js bJS=true //Use javascript",
|
|
"nj":":js bJS=false //No javascript",
|
|
"up":":up",
|
|
"np":":np",
|
|
"uh":":bjs bHistory=bQueryHistory=true //record/Use history",
|
|
"nh":":bjs bHistory=bQueryHistory=false //No history",
|
|
"md":":bjs tabJS(BML_md) //markdown preview",
|
|
"td":":bjs bDarkTheme = !bDarkTheme;if(bDarkTheme) tabs.children[iTab].insertCSS(cssInvert);else tabs.children[iTab].reload()"
|
|
}
|