修改报告模板的下载链接提示异常的bug

Signed-off-by: deveco_xdevice <liguangjie1@huawei.com>
This commit is contained in:
deveco_xdevice 2024-09-26 11:53:59 +08:00
parent a0ef1ffa6b
commit 7322373116

View File

@ -24,7 +24,7 @@ install_requires = []
notice_zh = '''
由于网络原因导致测试报告模板构建失败请按如下指引进行修复:
1.下载已归档的报告模板文件
下载链接https://gitee.com/openharmony-sig/compatibility/test_suite/resource/xdevice/template
下载链接https://gitee.com/openharmony-sig/compatibility/tree/master/test_suite/resource/xdevice/template
2.删除xdevice源码src/xdevice/_core/resource路径下的template文件夹
3.复制在第1步下载到本地的报告模板template文件夹到xdevice源码src/xdevice/_core/resource路径下
'''
@ -32,7 +32,7 @@ notice_en = '''
Due to network issues, the construction of the test report template failed, please follow
the following instructions to fix the issue
1.Download archived report template files
Download Link: https://gitee.com/openharmony-sig/compatibility/test_suite/resource/xdevice/template
Download Link: https://gitee.com/openharmony-sig/compatibility/tree/master/test_suite/resource/xdevice/template
2.Remove the template folder in the xdevice source code path 'src/xdevice/_come/resource'
3.Copy the template folder downloaded locally in step 1 to the xdevice source code path 'src/xdevice/_come/resource'
'''