Browse Source

Merge branch 'zouap' of https://git.openi.org.cn/OpenI/aiforge into zouap

pull/3558/head
zouap 2 years ago
parent
commit
5abe5e5c14
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      public/home/home.js
  2. +1
    -1
      routers/repo/modelarts.go
  3. +1
    -1
      templates/annual_privacy.tmpl

+ 1
- 1
public/home/home.js View File

@@ -457,7 +457,7 @@ var actionNameZH={
"37":"提交的镜像 {image} 被设置为推荐镜像", "37":"提交的镜像 {image} 被设置为推荐镜像",
"39":"创建了CPU/GPU类型调试任务", "39":"创建了CPU/GPU类型调试任务",
"40":"创建了NPU类型调试任务", "40":"创建了NPU类型调试任务",
"41":"创建了GCU类型训练任务",
"41":"创建了GCU类型调试任务",
}; };


var actionNameEN={ var actionNameEN={


+ 1
- 1
routers/repo/modelarts.go View File

@@ -457,7 +457,7 @@ func NotebookDebug2(ctx *context.Context) {
} }


if ctx.QueryTrim("file") != "" { if ctx.QueryTrim("file") != "" {
ctx.Redirect(getFileUrl(result.Url, ctx.QueryTrim("file")) + "?token=" + result.Token)
ctx.Redirect(getFileUrl(result.Url, ctx.QueryTrim("file")) + "&token=" + result.Token)
} else { } else {
if task.BootFile != "" { if task.BootFile != "" {
go cloudbrainTask.UploadNotebookFiles(task) go cloudbrainTask.UploadNotebookFiles(task)


+ 1
- 1
templates/annual_privacy.tmpl View File

@@ -28,7 +28,7 @@
<strong>4. 隐私政策</strong> <strong>4. 隐私政策</strong>
</p> </p>
<p> <p>
其他本隐私保护指引未有涉及的,将适用《OpenI启智社区AI协作平台使用协议》和《OpenI启智社区AI协作平台隐私协议》。
其他本隐私保护指引未有涉及的,将适用<a target="_blank" href="/home/term/">《OpenI启智社区AI协作平台使用协议》</a><a target="_blank" href="/home/privacy/">《OpenI启智社区AI协作平台隐私协议》</a>
</p> </p>


</div> </div>

Loading…
Cancel
Save