Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| <img src="${new URL(`@/assets/tipIMG.jpg`, import.meta.url).href}" style="width: 100%;" />`, | ||
| { | ||
| confirmButtonText: '我知道了', | ||
| dangerouslyUseHTMLString: true, |
There was a problem hiding this comment.
The provided code appears to have a couple of small issues:
-
In the error message string, there is an extra space after "Tip":
Correct format:`2、若无 https 配置则需要修改浏览器安全配置,Chrome 设置如下:<br/> (1) 地址栏输入 chrome://flags/#unsafely-treat-insecure-origin-as-secure;<br/> (2) 将 http 站点配置在文本框中,例如: http://127.0.0.1:8080。` -
The image source paths in both instances (
../../assets/tipIMG.jpgand@/assets/tipIMG.jpg) look correct.
Otherwise, everything looks good with no other obvious errors or potential issues.
fix: tip image 404