chao 1 month ago
parent
commit
ef07f2927e

+ 1 - 1
dist/assets/Details-nxZzIB53.js → dist/assets/Details-Md1VQS_s.js

@@ -1 +1 @@
-import{u as m,r as i,o as p,a as l,b as a,c as b,d as t,w as s,F as f,H as h,e as n,t as k,f as v,g,h as r,i as y,C,j as x,P as B,k as N}from"./index-0u7R0q1C.js";const V={class:"iframDiv"},P={__name:"Details",setup(D){const{query:u,params:o}=m();console.log(u,o);const e=i("");return p(()=>{e.value=o.title}),(w,F)=>{const c=l("el-breadcrumb-item"),_=l("el-breadcrumb"),d=l("el-page-header");return a(),b(f,null,[t(h),t(d,null,{breadcrumb:s(()=>[t(_,{separator:"/"},{default:s(()=>[t(c,{to:{path:"/"}},{default:s(()=>[n(" 首页 ")]),_:1}),t(c,null,{default:s(()=>[n(k(v(o).title),1)]),_:1})]),_:1})]),default:s(()=>[g("div",V,[e.value=="课程列表"?(a(),r(C,{key:0})):e.value=="资源中心"?(a(),r(x,{key:1})):e.value=="实践中心"?(a(),r(B,{key:2})):e.value=="其他课程资源"?(a(),r(N,{key:3})):y("",!0)])]),_:1})],64)}}};export{P as default};
+import{u as m,r as i,o as p,a as l,b as a,c as b,d as t,w as s,F as f,H as h,e as n,t as k,f as v,g,h as r,i as y,C,j as x,P as B,k as N}from"./index-SGRhzixW.js";const V={class:"iframDiv"},P={__name:"Details",setup(D){const{query:u,params:o}=m();console.log(u,o);const e=i("");return p(()=>{e.value=o.title}),(w,F)=>{const c=l("el-breadcrumb-item"),_=l("el-breadcrumb"),d=l("el-page-header");return a(),b(f,null,[t(h),t(d,null,{breadcrumb:s(()=>[t(_,{separator:"/"},{default:s(()=>[t(c,{to:{path:"/"}},{default:s(()=>[n(" 首页 ")]),_:1}),t(c,null,{default:s(()=>[n(k(v(o).title),1)]),_:1})]),_:1})]),default:s(()=>[g("div",V,[e.value=="课程列表"?(a(),r(C,{key:0})):e.value=="资源中心"?(a(),r(x,{key:1})):e.value=="实践中心"?(a(),r(B,{key:2})):e.value=="其他课程资源"?(a(),r(N,{key:3})):y("",!0)])]),_:1})],64)}}};export{P as default};

File diff suppressed because it is too large
+ 0 - 0
dist/assets/admin-zxh0Mpc-.js


File diff suppressed because it is too large
+ 0 - 0
dist/assets/index-AXaBu1Bs.css


File diff suppressed because it is too large
+ 0 - 0
dist/assets/index-SGRhzixW.js


+ 2 - 2
dist/index.html

@@ -8,8 +8,8 @@
     <script>
       document.domain = "cocorobo.cn"
     </script>
-    <script type="module" crossorigin src="./assets/index-0u7R0q1C.js"></script>
-    <link rel="stylesheet" crossorigin href="./assets/index-NV4VFHNE.css">
+    <script type="module" crossorigin src="./assets/index-SGRhzixW.js"></script>
+    <link rel="stylesheet" crossorigin href="./assets/index-AXaBu1Bs.css">
   </head>
   <body>
     <div id="app"></div>

BIN
src/assets/img/aihub.png


+ 12 - 0
src/components/main/resource.vue

@@ -35,6 +35,17 @@
         </router-link>
       </div>
     </el-col>
+    <el-col :span="6">
+      <div class="grid-content">
+        <a href="//aihub.cocorobo.cn/" target="_blank">
+          <img :src="aihub" alt="">
+          <div>
+            <span>AI原理体验</span>
+            <p>提供原理、视觉、语音、文本、艺术多个领域的AI创新体验。</p>
+          </div>
+        </a>
+      </div>
+    </el-col>
   </el-row>
 </template>
 <script setup>
@@ -42,6 +53,7 @@ import { ref } from 'vue';
 import emotionImg from '@/assets/icon/情绪识别icon.png'
 import objectImg from '@/assets/icon/物体识别icon.png'
 import speechImg from '@/assets/icon/语音识别icon.png'
+import aihub from '@/assets/img/aihub.png'
 </script>
 <style lang="scss" scoped>
 .el-row {

Some files were not shown because too many files changed in this diff