Added and updated repositories 2025-07-11 08:27:20

This commit is contained in:
github-actions[bot]
2025-07-11 08:27:20 +00:00
parent 35e8befc45
commit e328cd957a
320 changed files with 37419 additions and 33510 deletions

View File

@@ -0,0 +1,24 @@
{
"headers": [
{
"source": "/(.*).txt",
"headers": [{"key": "Content-Type", "value": "text/plain; charset=utf-8"}]
},
{
"source": "/(.*).html",
"headers": [{ "key": "Content-Type", "value": "text/html; charset=utf-8" }]
},
{
"source": "/(.*).css",
"headers": [{ "key": "Content-Type", "value": "text/css; charset=utf-8" }]
},
{
"source": "/(.*).js",
"headers": [{ "key": "Content-Type", "value": "text/js; charset=utf-8" }]
},
{
"source": "/(.*).py",
"headers": [{"key": "Content-Type", "value": "text/plain; charset=utf-8"}]
}
]
}