Skip to content

Commit 07e995a

Browse files
committed
Update Doc
1 parent d1755c8 commit 07e995a

2 files changed

Lines changed: 40 additions & 4 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,47 @@ export default withMermaid({
77
title: "Abracadabra 魔曰",
88
description:
99
"Abracadabra 魔曰是安全,高效的文本加密工具,可以将数据加密为汉字构成的文言文。",
10-
head: [["link", { rel: "icon", href: "/logo.png" }]],
10+
head: [
11+
["link", { rel: "icon", href: "/logo.png" }],
12+
[
13+
"meta",
14+
{
15+
name: "keywords",
16+
content:
17+
"加密, 文本加密, 链接加密, 隐私工具, 数据安全, 安全, 网络安全, 密码, 汉字编码, 中文",
18+
},
19+
],
20+
["meta", { name: "author", content: "SheepChef" }],
21+
[
22+
"meta",
23+
{
24+
property: "og:title",
25+
content: "魔曰 — 古文风文本加密工具",
26+
},
27+
],
28+
[
29+
"meta",
30+
{
31+
property: "og:description",
32+
content:
33+
"Abracadabra 魔曰,是安全高效的文本加密工具,可以将数据加密为汉字构成的文言文",
34+
},
35+
],
36+
["meta", { property: "og:url", content: "https://abracadabra.js.org" }],
37+
[
38+
"meta",
39+
{ property: "og:image", content: "https://abracadabra.js.org/logo.png" },
40+
],
41+
[
42+
"meta",
43+
{
44+
name: "google-site-verification",
45+
content: "NDhYJs2rXcRRZ4pfZBJxmshD0CQ8iYWc6p7YHT0ArG4",
46+
},
47+
],
48+
],
1149

1250
themeConfig: {
13-
// https://vitepress.dev/reference/default-theme-config
14-
1551
nav: [
1652
{ text: "主页", link: "/" },
1753
{ text: "文档", link: "/document/quick-start.md" },

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Abracadabra(魔曰) 是开源,安全,高效的文本加密工具。
9191

9292
密文高度随机,支持用户自定义随机性和文本风格偏好,打造前所未有的跨文化数字加密方案。
9393

94-
<div style="width: 350px; height: 57px;"><a href="https://ctext.org/zhs"><img src="https://ctext.org/logos/ctplogo6.gif" border="0" alt="中国哲学书电子化计划" /></a></div>
94+
<div style="width: 100%; height: 57px;"><a href="https://ctext.org/zhs"><img src="https://ctext.org/logos/ctplogo6.gif" border="0" alt="中国哲学书电子化计划" /></a></div>
9595

9696
## 开放源代码许可
9797

0 commit comments

Comments
 (0)