first commit

This commit is contained in:
ytc1012
2026-02-04 16:11:55 +08:00
commit 0f3ee050dc
165 changed files with 25795 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"ci": {
"collect": {
"url": [
"http://localhost:8000/",
"http://localhost:8000/about",
"http://localhost:8000/faq"
],
"numberOfRuns": 3
},
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"categories:performance": ["error", {"minScore": 0.8}],
"categories:accessibility": ["error", {"minScore": 0.85}],
"categories:best-practices": ["error", {"minScore": 0.8}],
"categories:seo": ["error", {"minScore": 0.92}],
"color-contrast": "off",
"tap-targets": "off",
"link-name": "off",
"heading-order": "off",
"errors-in-console": "warn",
"font-display": "off",
"csp-xss": "off",
"installable-manifest": "off",
"maskable-icon": "off",
"service-worker": "off",
"splash-screen": "off",
"themed-omnibox": "off",
"unminified-css": "warn",
"unused-css-rules": "warn",
"uses-text-compression": "warn",
"render-blocking-resources": "warn"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}