Skip to content

Commit

Permalink
docs(update): 📃
Browse files Browse the repository at this point in the history
  • Loading branch information
JCAlways committed Jun 17, 2024
1 parent 6a9fa3f commit 38c7f90
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 280 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"hexo": "^7.2.0",
"hexo-algolia": "^1.3.2",
"hexo-deployer-git": "^4.0.0",
"hexo-douban": "^2.2.7",
"hexo-douban": "^2.3.5",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-cname": "^0.3.0",
Expand Down
8 changes: 2 additions & 6 deletions source/_posts/20230806pa.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ cover: https://developers.google.cn/identity/passkeys/key-visual2.png?hl=zh-cn
# 示例

> [示例网站](https://www.zhangsifan.com/passkey/)
> [示例网站](https://account.zhangsifan.com/)
<iframe style="border: none;width:100%;height:100px;" src="https://www.zhangsifan.com/passkey/" allow="publickey-credentials-create; publickey-credentials-get; clipboard-write" ></iframe>
<iframe style="border: none;width:100%;height:800px;" src="https://account.zhangsifan.com/" allow="publickey-credentials-create; publickey-credentials-get; clipboard-write" ></iframe>

# 代码实现

Expand Down Expand Up @@ -155,7 +155,3 @@ onMounted(() => {});
```shell
npm install @simplewebauthn/server
```

```ts

```
Loading

0 comments on commit 38c7f90

Please sign in to comment.