Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
benyuz authored Jul 2, 2023
1 parent 341c367 commit 818b687
Show file tree
Hide file tree
Showing 8 changed files with 943 additions and 1 deletion.
52 changes: 51 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,51 @@
文档页面测试
<!DOCTYPE html>
<html>
<head>
<title>B4A类库中文文档</title>
<link rel="icon" href="favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="theme/vue.css">
<style>
.markdown-section h2{
font-size:1.5em;
}
.markdown-section h1 a span{
color: #42b983;
}
</style>
</head>
<body>
<div id="app">加载中...</div>
<script>
window.$docsify = {
//...
auto2top: true,
loadSidebar: true,
subMaxLevel: 6,
name: 'B4A类库中文文档',
homepage: 'index.md',
//coverpage: true,
// 搜索功能相关
search: {
maxAge: 86400000, // 过期时间,单位毫秒,默认一天
paths: 'auto',
placeholder: '输入关键字搜索',
noData: '没有搜到',
depth: 6 // 搜索标题的最大程级, 1 - 6
},
// 代码块点击复制
copyCode: {
buttonText: '复制',
errorText: '出错了',
successText: '已复制'
}
}
</script>
<script src="theme/docsify.min.js"></script>
<script src="theme/search.min.js"></script>
<script src="theme/docsify-copy-code.min.js"></script>
<script src="theme/docsify-sidebar-collapse.min.js"></script>
</body>
</html>
9 changes: 9 additions & 0 deletions theme/docsify-copy-code.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions theme/docsify-sidebar-collapse.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions theme/docsify-themeable.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions theme/docsify.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions theme/search.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions theme/theme-simple.css

Large diffs are not rendered by default.

Loading

0 comments on commit 818b687

Please sign in to comment.