mirror of https://github.com/helloxz/onenav.git
xiaoz
15 hours ago
13 changed files with 2858 additions and 0 deletions
Binary file not shown.
After Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="zh-CN"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
<meta content="<?php echo $site['keywords']; ?>" name="keywords"> |
||||
<meta content="<?php echo $site['description']; ?>" name="description"> |
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
||||
<title> |
||||
<?php echo $site[ 'title']; ?> - <?php echo $site[ 'subtitle']; ?></title> |
||||
<script type="module" crossorigin src="/templates/default2/assets/index.js?v=<?php echo $info->version; ?>""></script> |
||||
</script> |
||||
<link href="/templates/default2/assets/index.css?v=<?php echo $info->version; ?>"" rel="stylesheet"> |
||||
<?php echo $site['custom_header']; ?> |
||||
<link rel="manifest" href="/templates/default2/manifest.json" /> |
||||
</head> |
||||
|
||||
<body> |
||||
<div id="app"></div> |
||||
</body> |
||||
|
||||
</html> |
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
{ |
||||
"name": "OneNav default2", |
||||
"description": "OneNav目前功能最强大的默认主题,推荐使用。", |
||||
"homepage": "https:\/\/blog.xiaoz.org", |
||||
"help_url":"https://dwz.ovh/gnae4", |
||||
"version": "1.0.0", |
||||
"update": "2024\/11\/27", |
||||
"author": "xiaoz<xiaoz93@outlook.com>", |
||||
"screenshot": "https://v.png.pub/imgs/2024/11/27/c01894e5d9e0d850.png", |
||||
"demo":"https://nav.rss.ink", |
||||
"require":{ |
||||
"min":"0.9.36", |
||||
"max":"" |
||||
}, |
||||
"config": { |
||||
|
||||
} |
||||
} |
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
{ |
||||
"name": "OneNav", |
||||
"short_name": "OneNav", |
||||
"start_url": "/", |
||||
"display": "standalone", |
||||
"background_color": "#ffffff", |
||||
"lang": "zh-CN", |
||||
"scope": "/", |
||||
"description": "OneNav是一款开源书签管理器,界面简约,功能强大!", |
||||
"theme_color": "#ffffff", |
||||
"icons": [ |
||||
{ |
||||
"src": "/templates/default2/icons/onenav-192x192.png", |
||||
"sizes": "192x192", |
||||
"type": "image/png" |
||||
}, |
||||
{ |
||||
"src": "/templates/default2/icons/onenav-512x512.png", |
||||
"sizes": "512x512", |
||||
"type": "image/png" |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue