|
@@ -74,6 +74,7 @@ import CategoryImage3 from '@/assets/images/introduction/CategoryImage3.png';
|
|
import CategoryImage4 from '@/assets/images/introduction/CategoryImage4.png';
|
|
import CategoryImage4 from '@/assets/images/introduction/CategoryImage4.png';
|
|
import CategoryImage5 from '@/assets/images/introduction/CategoryImage5.png';
|
|
import CategoryImage5 from '@/assets/images/introduction/CategoryImage5.png';
|
|
import CategoryImage6 from '@/assets/images/introduction/CategoryImage6.png';
|
|
import CategoryImage6 from '@/assets/images/introduction/CategoryImage6.png';
|
|
|
|
+import CategoryImage7 from '@/assets/images/introduction/CategoryImage7.jpg';
|
|
import LeftRightBox from '@/components/parts/LeftRightBox.vue';
|
|
import LeftRightBox from '@/components/parts/LeftRightBox.vue';
|
|
import ThreeImageList from '@/components/parts/ThreeImageList.vue';
|
|
import ThreeImageList from '@/components/parts/ThreeImageList.vue';
|
|
import { useSimpleDataLoader } from '@/composeable/SimpleDataLoader';
|
|
import { useSimpleDataLoader } from '@/composeable/SimpleDataLoader';
|
|
@@ -126,6 +127,12 @@ const list = [
|
|
desc: '让文化因传承而永存',
|
|
desc: '让文化因传承而永存',
|
|
image: CategoryImage6,
|
|
image: CategoryImage6,
|
|
onClick: () => navTo('/introduction/sea'),
|
|
onClick: () => navTo('/introduction/sea'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '闽南文化百科',
|
|
|
|
+ desc: '让文化因传承而永存',
|
|
|
|
+ image: CategoryImage7,
|
|
|
|
+ onClick: () => navTo('/introduction/book'),
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
|