mirror of https://github.com/YunYouJun/valaxy
docs: add password_hint tip
This commit is contained in:
parent
af8d15078f
commit
baa2c75407
|
@ -560,6 +560,7 @@ Set `password` in the Front Matter of the article:
|
|||
```md {2}
|
||||
---
|
||||
password: your_password
|
||||
password_hint: 自定义密码提示
|
||||
---
|
||||
```
|
||||
|
||||
|
|
|
@ -153,6 +153,10 @@ export interface PageFrontMatter extends Record<string, any> {
|
|||
* @description:zh-CN 加密密码
|
||||
*/
|
||||
password?: string
|
||||
/**
|
||||
* @description:zh-CN 密码提示
|
||||
*/
|
||||
password_hint?: string
|
||||
/**
|
||||
* @description:zh-CN 相册密码
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue