File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
packages/guard-core-v4/src/EY/Protocol Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments