Skip to content

Commit

Permalink
fix: icp 备案文案错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Jun 26, 2023
1 parent 3290dec commit 29d0e09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ VanBlog 可以配置一系列的站点配置项,可在 `站点管理/系统设
| 微信图片 URL || 文章中的微信打赏二维码图片,没有的话就不显示打赏按钮了 |
| 微信图片 URL(黑暗模式) || 切换到黑暗模式后的打赏二维码,没有的话就沿用正常的 |
| 版权协议 || 版权协议 |
| ipc 备案号 || 页面底部的 ipc 备案号,没有就不显示 |
| ipc 备案网址 || 页面底部的 ipc 备案号点击后的跳转地址 |
| icp 备案号 || 页面底部的 icp 备案号,没有就不显示 |
| icp 备案网址 || 页面底部的 icp 备案号点击后的跳转地址 |
| 公安备案号 || 页面底部的公安备案号,未填写则不显示 |
| 公安备案网址 || 公安备案号点击后的跳转地址 |
| 公安备案 Logo || 公安备案号的 logo 地址,没有则不显示 logo |
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/src/components/SiteInfoForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ export default function (props: {
<ProFormText name="copyrightAggreement" label="版权协议" placeholder={'版权协议'} />
<ProFormText
name="beianNumber"
label="IPC 备案号"
label="ICP 备案号"
placeholder={'请输入备案号,留空不显示备案信息'}
/>
<ProFormText
name="beianUrl"
label="IPC 备案网址"
label="ICP 备案网址"
placeholder={'请输入备案网址,留空不显示备案信息'}
/>
<ProFormText
Expand Down

0 comments on commit 29d0e09

Please sign in to comment.