We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb4197 commit 3265988Copy full SHA for 3265988
src/content/docs/astro-starlight/astro-starlight-encrypted.mdx
@@ -7,7 +7,7 @@ import PasswordWrapper from '@components/PasswordWrapper.astro';
7
8
<PasswordWrapper password="123456" passwordSubtitle="密码:123456">
9
10
-# 这是加密的内容
+## 这是加密的内容
11
12
这段内容只有在输入正确密码后才能查看。
13
@@ -17,10 +17,5 @@ import PasswordWrapper from '@components/PasswordWrapper.astro';
17
- 客户端加密/解密
18
- 自动保存密码到 localStorage
19
20
-## 使用方法
21
-
22
-在 MDX 文件的 front-matter 中添加 `password` 字段,然后使用 `PasswordWrapper` 组件包装需要加密的内容。
23
24
25
</PasswordWrapper>
26
0 commit comments