initial to gitea

This commit is contained in:
2025-02-23 10:43:08 +07:00
commit d6e3946296
183 changed files with 22627 additions and 0 deletions

16
.vscode/tooltips.code-snippets vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"DocuTooltips": {
"prefix": "tooltips",
"body": [
"<div className=\"w-full\">",
" <Tooltip tip=\"${1:this is tooltips! DocuBook on version 1.0.5}\">",
" <span style={{ textDecoration: \"underline dotted\", cursor: \"pointer\" }}>",
" ${2:Hover over me}",
" </span>",
" </Tooltip>",
" <span> ${3:and this is some regular text.}</span>",
"</div>"
],
"description": "Create a DocuTooltips component with version examples."
}
}