Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JCAlways committed Mar 1, 2024
1 parent 84fc206 commit 027d3ff
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 460 deletions.
11 changes: 11 additions & 0 deletions 1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<iframe src="//team.zhangsifan.com/hexo-template/" style="border: none; width: 100%; height: 768px" ></iframe>
</body>
</html>
2 changes: 1 addition & 1 deletion guide/template/hexo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
## 模版示例

<iframe src="//team.zhangsifan.com/hexo-template/" width="100%" height="768px" frameborder="0" ></iframe>
<iframe src="//team.zhangsifan.com/hexo-template/" style="border: none; width: 100%; height: 768px" ></iframe>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.32",
"vue": "^3.3.12"
"vitepress": "^1.0.0-rc.44",
"vue": "^3.4.21"
}
}
Loading

0 comments on commit 027d3ff

Please sign in to comment.