创建新仓库

This commit is contained in:
2025-07-03 17:39:09 +08:00
commit c781d38c0c
12944 changed files with 807291 additions and 0 deletions

22
.hintrc Normal file
View File

@ -0,0 +1,22 @@
{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"user-select"
]
}
],
"meta-viewport": "off",
"axe/text-alternatives": [
"default",
{
"document-title": "off"
}
]
}
}