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