Build MeNav site

This commit is contained in:
2026-04-22 12:47:22 +08:00
parent efaddf52bd
commit e0e60ea060
8 changed files with 5657 additions and 0 deletions

28
dist/menav-config.json vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"version": "1.3.0",
"timestamp": "2026-04-22T04:47:05.278Z",
"icons": {
"mode": "favicon",
"region": "cn"
},
"data": {
"homePageId": "common",
"pageTemplates": {
"common": "page",
"projects": "projects",
"articles": "articles",
"bookmarks": "bookmarks",
"content": "content"
},
"site": {
"security": {
"allowedSchemes": [
"http",
"https",
"mailto",
"tel"
]
}
}
}
}