Skip to content

Commit 7b50341

Browse files
committed
feat(ey): 🎨 隐私声明添加历史版本记录
1 parent 068348b commit 7b50341

File tree

1 file changed

+18
-0
lines changed
  • packages/guard-core-v4/src/EY/Protocol

1 file changed

+18
-0
lines changed

packages/guard-core-v4/src/EY/Protocol/index.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ export const EyGuardProtocolView = () => {
3232
[ProtocolType.PRIVACY]: (
3333
<section className="protocol" ref={protocolRef}>
3434
<div className="sub_text">版本:1.1</div>
35+
<div className="sub_text">
36+
<a
37+
href="https://ossb1.auth.ey.com.cn/DOC/%E9%9A%90%E7%A7%81%E5%A3%B0%E6%98%8E_CN-1.pdf"
38+
target="_blank"
39+
rel="noreferrer"
40+
>
41+
历史版本:1.0
42+
</a>
43+
</div>
3544
<div className="sub_text">
3645
尊敬的用户:
3746
<br />
@@ -692,6 +701,15 @@ export const EyGuardProtocolView = () => {
692701
[ProtocolType.PRIVACY]: (
693702
<section className="protocol" ref={protocolRef}>
694703
<div className="sub_text">Version:1.1</div>
704+
<div className="sub_text">
705+
<a
706+
href="https://ossb1.auth.ey.com.cn/DOC/%E9%9A%90%E7%A7%81%E5%A3%B0%E6%98%8E_EN-1.pdf"
707+
target="_blank"
708+
rel="noreferrer"
709+
>
710+
History Version: 1.0
711+
</a>
712+
</div>
695713
<div className="sub_text">
696714
Dear User:
697715
<br />

0 commit comments

Comments
 (0)