livecode代码开发分支
Some checks failed
CI-build / build (18.x) (push) Has been cancelled
CI-type-checking / type-check (18.x) (push) Has been cancelled
CI-typos / Spell Check (push) Has been cancelled
Deploy / deploy (push) Has been cancelled

This commit is contained in:
yangxin
2025-06-11 21:29:36 +08:00
commit 9f96998eb8
493 changed files with 75326 additions and 0 deletions

40
.vscode/html.html-data.json vendored Normal file
View File

@@ -0,0 +1,40 @@
{
"version": 1.1,
"globalAttributes": [
{
"name": "data-i18n",
"description": "The key of the translation for current element."
},
{
"name": "data-i18n-prop",
"description": "Attributes of the element that should be translated, separated by space.",
"valueSet": "i18nProps"
},
{
"name": "data-hint",
"description": "The tooltip of the element."
}
],
"valueSets": [
{
"name": "i18nProps",
"values": [
{
"name": "textContent"
},
{
"name": "innerHTML"
},
{
"name": "title"
},
{
"name": "data-hint"
},
{
"name": "placeholder"
}
]
}
]
}