chore: delete useless files

This commit is contained in:
2026-02-11 00:33:39 +08:00
parent 81a6c7bd88
commit 002df5d6ac
2 changed files with 0 additions and 20 deletions

View File

@@ -1,5 +0,0 @@
export default {
async fetch(request, env) {
return await env.ASSETS.fetch(request);
},
};

View File

@@ -1,15 +0,0 @@
{
"name": "primitive-type",
"main": "entry.js",
"compatibility_date": "2024-11-01",
"assets": {
"directory": "./public",
"binding": "ASSETS"
},
"routes": [
{
"pattern": "docs.staringplanet.top/primitive-type/*",
"zone_name": "docs.staringplanet.top"
}
]
}