This commit is contained in:
yumoqing 2024-05-13 19:52:26 +08:00
parent 3045033cf3
commit 2c3bf8b1b5
3 changed files with 20 additions and 0 deletions

10
docs/cn/index.ui Normal file
View File

@ -0,0 +1,10 @@
{
"widgettype":"MarkdownViewer",
"options":{
"width":"100%",
"height":"100%",
"navigator":true,
"md_url":"{{entire_url('README.md')}}"
}
}

0
docs/cn/uitypes.md Normal file
View File

10
docs/cn/widgets/index.ui Normal file
View File

@ -0,0 +1,10 @@
{
"widgettype":"MarkdownViewer",
"options":{
"width":"100%",
"height":"100%",
"navigator":true,
"md_url":"README.md"
}
}