Explorar el Código

临时接入子敏做的页面

任一存 hace 1 año
padre
commit
af076d201b
Se han modificado 1 ficheros con 23 adiciones y 1 borrados
  1. 23 1
      src/views/MoreContent.vue

+ 23 - 1
src/views/MoreContent.vue

@@ -1,11 +1,12 @@
 <template>
   <div class="more-content">
+    <!-- <button>双勾设色</button> -->
     <button
       @click="router.push({
         name: 'PoemList'
       })"
     >
-      诗词
+      人文
     </button>
     <button
       @click="router.push({
@@ -14,6 +15,27 @@
     >
       画作
     </button>
+    <button
+      @click="router.push({
+        name: 'BambooBook',
+      })"
+    >
+      竹谱
+    </button>
+    <button
+      @click="router.push({
+        name: 'BambooHot',
+      })"
+    >
+      竹子热点
+    </button>
+    <button
+      @click="router.push({
+        name: 'Game',
+      })"
+    >
+      “《无尽藏》线上展”与“《修篁树石图》画作创作”入口页
+    </button>
   </div>
 </template>