This commit is contained in:
Mrx
2026-02-25 11:45:21 +08:00
parent 5043657470
commit 4ccf2ec354
35 changed files with 6151 additions and 26 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "seo-static-generator",
"version": "1.0.0",
"description": "天远查静态页面生成器 - 为SPA应用生成SEO友好的静态页面",
"type": "module",
"scripts": {
"generate": "node generateStaticPages.js",
"nginx": "node generateNginxConfig.js",
"htaccess": "node generateHtaccessConfig.js"
},
"keywords": [
"seo",
"static-site-generator",
"spa",
"crawler",
"vue"
],
"author": "天远查",
"license": "MIT"
}