diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 0c0f8b25d..e549221af 100755 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2503,6 +2503,8 @@ repos.contributor=Contributor repos.yes=Yes repos.no=No +images.recommend = Recommend +images.unrecommend = Unrecommend datasets.dataset_manage_panel= Dataset Manage datasets.owner=Owner @@ -2965,6 +2967,7 @@ snn4imagenet_path = Snn4imagenet script path brainscore_path = Brainscore script path start_command = Start command choose_mirror = select mirror or enter mirror path +input_mirror = Please enter image path select_dataset = select dataset specification = specification select_specification = select specification diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 4ff374733..bddfb6d8e 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -2513,6 +2513,8 @@ repos.contributor=贡献者数 repos.yes=是 repos.no=否 +images.recommend = 推荐 +images.unrecommend = 不推荐 datasets.dataset_manage_panel=数据集管理 datasets.owner=所有者 @@ -2975,6 +2977,7 @@ snn4imagenet_path = snn4imagenet脚本存放路径 brainscore_path = brainscore脚本存放路径 start_command = 启动命令 choose_mirror = 选择镜像或输入镜像地址 +input_mirror = 请输入云脑镜像地址 select_dataset = 选择数据集 specification = 规格 select_specification = 选择资源规格 diff --git a/templates/admin/cloudbrain/imagecommit.tmpl b/templates/admin/cloudbrain/imagecommit.tmpl index ef5afbbb7..e504f08b0 100644 --- a/templates/admin/cloudbrain/imagecommit.tmpl +++ b/templates/admin/cloudbrain/imagecommit.tmpl @@ -48,8 +48,8 @@ {{.i18n.Tr "repo.images.name_rule"}}
- - + +
@@ -70,13 +70,13 @@
- +
- +
diff --git a/templates/explore/datasets.tmpl b/templates/explore/datasets.tmpl index 84f000f6e..3ffb0ec73 100644 --- a/templates/explore/datasets.tmpl +++ b/templates/explore/datasets.tmpl @@ -126,7 +126,7 @@ {{.i18n.Tr "repo.issues.filter_sort.recentupdate"}} {{.i18n.Tr "repo.issues.filter_sort.leastupdate"}} {{.i18n.Tr "repo.issues.filter_sort.downloadtimes"}} - {{.i18n.Tr "repo.issues.issues.filter_sort.moststars"}} + {{.i18n.Tr "repo.issues.filter_sort.moststars"}}
diff --git a/web_src/js/components/images/adminImages.vue b/web_src/js/components/images/adminImages.vue index be964a55a..57d1c90eb 100644 --- a/web_src/js/components/images/adminImages.vue +++ b/web_src/js/components/images/adminImages.vue @@ -27,7 +27,7 @@
- 创建云脑镜像 + 创建云脑镜像
{ initCodeView(); initVueApp(); initVueUploader(); - initObsUploader(); initVueDataset(); initVueEditAbout(); initVueEditTopic(); @@ -3881,7 +3879,6 @@ function initVueDataset() { }, components: { MinioUploader, - ObsUploader }, mounted(){ // if(document.getElementById('postPath')){ @@ -4406,19 +4403,7 @@ function initVueDataAnalysis() { render: h => h(DataAnalysis) }); } -// 新增 -function initObsUploader() { - const el = document.getElementById('obsUploader'); - if (!el) { - return; - } - new Vue({ - el: '#obsUploader', - components: {ObsUploader}, - template: '' - }); -} function initVueWxAutorize() { const el = document.getElementById('WxAutorize'); if (!el) {