feat: add jenkins support
Some checks failed
jenkins-ci Build failed

This commit is contained in:
2026-01-27 10:30:31 +00:00
parent bc8447e951
commit 0c6a689022
106 changed files with 13718 additions and 0 deletions

6
.htmlhintrc Normal file
View File

@@ -0,0 +1,6 @@
{
"attr-value-double-quotes": false,
"tag-pair": true,
"id-unique": true,
"tagname-lowercase": false
}