Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 2f2bc34

Browse files
committed
📝 update doc cover
1 parent 310fd09 commit 2f2bc34

File tree

2 files changed

+8
-90
lines changed

2 files changed

+8
-90
lines changed

docs/_coverpage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@
99

1010
[GitHub](https://github.com/biezhi/excel-plus)
1111
[快速开始](#快速开始)
12-
13-
![color](linear-gradient(to bottom, #cceaff 0%, #b4e4c0 100%))

docs/index.html

Lines changed: 8 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -6,98 +6,18 @@
66
<meta name="description" content="excel-plus - 提高生产力的 Excel 操作库">
77
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
88
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
9-
<link rel="stylesheet" href="//unpkg.com/docsify/themes/buble.css">
10-
<style>
11-
body {
12-
background-color: #f9f9f9;
13-
}
14-
15-
table {
16-
border-spacing: .5rem;
17-
}
18-
19-
.cover-main img[alt="trilogy logo"] {
20-
margin-top: -3%;
21-
width: 420px;
22-
}
23-
24-
section.cover ul {
25-
text-align: left;
26-
padding-left: 150px;
27-
}
28-
29-
section.cover ul li{
30-
list-style-type: square;
31-
}
32-
.cover-main p > a {
33-
margin-top: 5%;
34-
35-
}
36-
section.cover .cover-main > p:last-child a{
37-
color: #257A2A;
38-
border-color: #257A2A;
39-
}
40-
41-
section.cover .cover-main > p:last-child a:last-child{
42-
background-color: #257A2A;
43-
}
44-
.markdown-section blockquote{
45-
border-left-color: #257A2A;
46-
}
47-
.sidebar-toggle span{
48-
background-color: #257A2A;
49-
}
50-
.markdown-section h3 {
51-
margin: 1.2em 0 1.2em;
52-
}
53-
54-
.markdown-section pre {
55-
border-left: 0;
56-
}
57-
58-
.markdown-section code,
59-
.markdown-section pre > code {
60-
font-family: "Operator Mono", "Fira Code", "Ubuntu Mono",
61-
"Droid Sans Mono", "Liberation Mono", "Source Code Pro",
62-
Menlo, Consolas, Inconsolata, Courier, monospace;
63-
font-size: 14px;
64-
background-color: #e8e8e8;
65-
border-radius: 0;
66-
}
67-
</style>
9+
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
6810
</head>
6911
<body>
7012
<div id="app"></div>
7113
</body>
7214

73-
<script>
74-
window.$docsify = {
75-
coverpage: true,
76-
maxLevel: 3,
77-
name: 'Excel Plus',
78-
repo: 'https://github.com/biezhi/excel-plus',
79-
search: {
80-
noData: {
81-
'/': '没有找到'
82-
},
83-
paths: 'auto',
84-
placeholder: {
85-
'/': '搜索...'
86-
}
87-
},
88-
formatUpdated: '{MM}/{DD} {HH}:{mm}',
89-
plugins: [
90-
(hook, vm) => {
91-
hook.beforeEach(html => {
92-
var url = 'https://github.com/biezhi/excel-plus/blob/master/docs/' + vm.route.file
93-
var editHtml = '[📝 编辑文档](' + url + ')\n'
94-
return html + '\n----\n' + editHtml
95-
})
96-
}
97-
]
98-
}
99-
</script>
100-
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
101-
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
15+
<script
16+
src="//unpkg.com/docsify/lib/docsify.min.js"
17+
data-max-level="3"
18+
data-sidebar-toggle
19+
data-coverpage
20+
data-router></script>
21+
10222
<script src="//unpkg.com/prismjs/components/prism-java.js"></script>
10323
</html>

0 commit comments

Comments
 (0)