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

14
.vscode/accordion.code-snippets vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"DocuAccordion": {
"prefix": "accordion",
"body": [
"<Accordion title=\"${1:Plain Text}\">",
" this is an example of plain text content from the accordion component and below is markdown ;",
" 1. number one",
" 2. number two",
" 3. number three",
"</Accordion>"
],
"description": "Create a DocuAccordion component with markdown list."
}
}