diff --git a/App.vue b/App.vue index 8cda793..2e0616a 100644 --- a/App.vue +++ b/App.vue @@ -15,8 +15,8 @@ // 审核 this.Post({id: 10217},'/api/article/getArticleById').then(res => { try { - // let SHFlag = res.data.title - let SHFlag = res.data.subtitle + let SHFlag = res.data.title + // let SHFlag = res.data.subtitle uni.setStorageSync('SHFlag', SHFlag) } catch(e) {} }); diff --git a/pages.json b/pages.json index df17124..303bc79 100644 --- a/pages.json +++ b/pages.json @@ -1,549 +1,601 @@ { - "pages": [ - { - "path": "pages/stratIndex", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "pages/index/index", - "style": { - "navigationStyle": "custom" - // "navigationBarTitleText": "CGC-ICH" - } - }, - { - "path": "pages/index/readingBody", - "style": { - "navigationStyle": "custom" - // "navigationBarTitleText": "阅读体" - } - }, - { - "path": "pages/index/sensoryStore", - "style": { - "navigationStyle": "custom" - // "navigationBarTitleText": "有感商店" - } - }, - { - "path": "pages/index/intelligentAgent", - "style": { - "navigationStyle": "custom" - // "navigationBarTitleText": "智能体" - } - }, - { - "path": "pages/index/iSoul", - "style": { - "navigationStyle": "custom" - // "navigationBarTitleText": "iSoul" - } - }, - { - "path": "pages/login/login", - "style": { - "navigationBarTitleText": "登录", - "navigationStyle": "custom" - } - } - ], - "subPackages": [ - { - "root": "subPackages", - "pages": [ - { - "path": "order/trades", - "style": { - "navigationBarTitleText": "全部订单" - } - }, - { - "path": "order/detail", - "style": { - "navigationBarTitleText": "订单详情", - "navigationStyle": "custom" - } - }, - { - "path": "techan/index", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "techan/detail", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "techan/order", - "style": { - "navigationBarTitleText": "确认订单" - } - }, - { - "path": "webPage/webPage", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "video/video", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "readingBody/index", - "style": { - "navigationBarTitleText": "阅读体", - "navigationStyle": "custom" - } - }, - { - "path": "haveFeeling/shopDetail", - "style": { - "navigationBarTitleText": "有感商店详情页", - "navigationStyle": "custom" - } - }, - { - "path": "haveFeeling/detailXiang", - "style": { - "navigationBarTitleText": "有感商店" - } - }, - { - "path": "letter/detail", - "style": { - "navigationBarTitleText": "文章详情" - } - }, - { - "path": "user/privacy", - "style": { - "navigationBarTitleText": "详情" - } - }, - { - "path": "user/privacyInfo", - "style": { - "navigationBarTitleText": "详情" - } - }, - { - "path": "user/travelerList", - "style": { - "navigationBarTitleText": "收货地址" - } - }, - { - "path": "user/myAddressAdd", - "style": { - "navigationBarTitleText": "收货地址" - } - }, - { - "path": "user/gwc", - "style": { - "navigationBarTitleText": "购物车" - } - }, - { - "path": "order/gwcOrder", - "style": { - "navigationBarTitleText": "下单" - } - }, - { - "path": "user/profile", - "style": { - "navigationBarTitleText": "个人信息" - } - }, - { - "path": "user/changeNickname", - "style": { - "navigationBarTitleText": "修改昵称" - } - }, - { - "path": "search/search", - "style": { - "navigationBarTitleText": "搜索" - } - } - ] - }, - { - "root": "xxdf", - "pages": [ - { - "path": "home/home", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter1/cover1", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter1/detail1", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter1/detail2", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter1/detail3", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter1/detail4", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter1/detail5", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter2/cover", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter3/cover", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter3/randomImage", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter4/cover", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "enableShareAppMessage": true, - "enableShareTimeline": true - } - } - ] - }, - { - "root": "taozi", - "pages": [ - { - "path": "home/home", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter1/chapter1", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter2/chapter2", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter3/chapter3", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter4/chapter4", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - } - ] - }, - { - "root": "bmzm", - "pages": [ - { - "path": "home/home", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter1/index", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter2/index", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter3/index", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter4/index", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter5/index", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter6/index", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "chapter7/index", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - } - ] - }, - { - "root": "pig", - "pages": [ - { - "path": "home/home", - "style": { - "navigationBarTitleText": "", - "navigationBarTextStyle": "white", + "pages": [{ + "path": "pages/stratIndex", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/index/index", + "style": { + "navigationStyle": "custom" + // "navigationBarTitleText": "CGC-ICH" + } + }, + { + "path": "pages/index/readingBody", + "style": { + "navigationStyle": "custom" + // "navigationBarTitleText": "阅读体" + } + }, + { + "path": "pages/index/sensoryStore", + "style": { + "navigationStyle": "custom" + // "navigationBarTitleText": "有感商店" + } + }, + { + "path": "pages/index/intelligentAgent", + "style": { + "navigationStyle": "custom" + // "navigationBarTitleText": "智能体" + } + }, + { + "path": "pages/index/iSoul", + "style": { + "navigationStyle": "custom" + // "navigationBarTitleText": "iSoul" + } + }, + { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "登录", + "navigationStyle": "custom" + } + } + ], + "subPackages": [{ + "root": "subPackages", + "pages": [{ + "path": "order/trades", + "style": { + "navigationBarTitleText": "全部订单" + } + }, + { + "path": "order/detail", + "style": { + "navigationBarTitleText": "订单详情", + "navigationStyle": "custom" + } + }, + { + "path": "techan/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "techan/detail", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "techan/order", + "style": { + "navigationBarTitleText": "确认订单" + } + }, + { + "path": "webPage/webPage", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "video/video", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "readingBody/index", + "style": { + "navigationBarTitleText": "阅读体", + "navigationStyle": "custom" + } + }, + { + "path": "haveFeeling/shopDetail", + "style": { + "navigationBarTitleText": "有感商店详情页", + "navigationStyle": "custom" + } + }, + { + "path": "haveFeeling/detailXiang", + "style": { + "navigationBarTitleText": "有感商店" + } + }, + { + "path": "letter/detail", + "style": { + "navigationBarTitleText": "文章详情" + } + }, + { + "path": "user/privacy", + "style": { + "navigationBarTitleText": "详情" + } + }, + { + "path": "user/privacyInfo", + "style": { + "navigationBarTitleText": "详情" + } + }, + { + "path": "user/travelerList", + "style": { + "navigationBarTitleText": "收货地址" + } + }, + { + "path": "user/myAddressAdd", + "style": { + "navigationBarTitleText": "收货地址" + } + }, + { + "path": "user/gwc", + "style": { + "navigationBarTitleText": "购物车" + } + }, + { + "path": "order/gwcOrder", + "style": { + "navigationBarTitleText": "下单" + } + }, + { + "path": "user/profile", + "style": { + "navigationBarTitleText": "个人信息" + } + }, + { + "path": "user/changeNickname", + "style": { + "navigationBarTitleText": "修改昵称" + } + }, + { + "path": "search/search", + "style": { + "navigationBarTitleText": "搜索" + } + } + ] + }, + { + "root": "xxdf", + "pages": [{ + "path": "home/home", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/cover1", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/detail1", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/detail2", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/detail3", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/detail4", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/detail5", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter2/cover", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter3/cover", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter3/randomImage", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter4/cover", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "enableShareAppMessage": true, + "enableShareTimeline": true + } + } + ] + }, + { + "root": "taozi", + "pages": [{ + "path": "home/home", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/chapter1", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter2/chapter2", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter3/chapter3", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter4/chapter4", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "bmzm", + "pages": [{ + "path": "home/home", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter2/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter3/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter4/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter5/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter6/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter7/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "pig", + "pages": [{ + "path": "home/home", + "style": { + "navigationBarTitleText": "", + "navigationBarTextStyle": "white", - "navigationStyle": "custom" - } - }, - { - "path": "chapter1/chapter1", - "style": { - "navigationBarTitleText": "", - "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/chapter1", + "style": { + "navigationBarTitleText": "", + "navigationBarTextStyle": "white", - "navigationStyle": "custom" - } - }, - { - "path": "chapter2/chapter2", - "style": { - "navigationBarTitleText": "", - "navigationBarTextStyle": "white", + "navigationStyle": "custom" + } + }, + { + "path": "chapter2/chapter2", + "style": { + "navigationBarTitleText": "", + "navigationBarTextStyle": "white", - "navigationStyle": "custom" - } - }, - { - "path": "chapter3/chapter3", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter3/brave", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter3/sacred", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter3/humble", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter3/art", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter3/smart", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter3/stupid", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter4/chapter4", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, + "navigationStyle": "custom" + } + }, + { + "path": "chapter3/chapter3", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter3/brave", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter3/sacred", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter3/humble", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter3/art", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter3/smart", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter3/stupid", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter4/chapter4", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, - { - "path": "chapter4/secBuy", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter4/first", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter4/second", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter4/third", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - }, - { - "path": "chapter4/fourth", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" - } - } - ] - } - ], - "tabBar": { - "custom": true, - "color": "#333333", - "selectedColor": "#6CA5AA", - "borderStyle": "black", - "backgroundColor": "#ffffff", - "fontSize": "24rpx", - "height": "123rpx", - "iconWidth": "40rpx", - "list": [ - { - "pagePath": "pages/index/index", - "text": "首页", - "visible": false - }, - { - "pagePath": "pages/index/readingBody", - "text": "阅读体", - "visible": false - }, - { - "pagePath": "pages/index/sensoryStore", - "text": "有感商店", - "visible": false - }, - { - "pagePath": "pages/index/intelligentAgent", - "text": "智能体", - "visible": false - }, - { - "pagePath": "pages/index/iSoul", - "text": "iSoul", - "visible": false - } - ] - }, - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" - }, - "uniIdRouter": {} -} + { + "path": "chapter4/secBuy", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter4/first", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter4/second", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter4/third", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + }, + { + "path": "chapter4/fourth", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + } + } + ] + }, + { + "root": "xrcc", + "pages": [{ + "path": "home/home", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter1/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter2/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter3/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter4/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter5/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter6/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "chapter7/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + } + ], + "tabBar": { + "custom": true, + "color": "#333333", + "selectedColor": "#6CA5AA", + "borderStyle": "black", + "backgroundColor": "#ffffff", + "fontSize": "24rpx", + "height": "123rpx", + "iconWidth": "40rpx", + "list": [{ + "pagePath": "pages/index/index", + "text": "首页", + "visible": false + }, + { + "pagePath": "pages/index/readingBody", + "text": "阅读体", + "visible": false + }, + { + "pagePath": "pages/index/sensoryStore", + "text": "有感商店", + "visible": false + }, + { + "pagePath": "pages/index/intelligentAgent", + "text": "智能体", + "visible": false + }, + { + "pagePath": "pages/index/iSoul", + "text": "iSoul", + "visible": false + } + ] + }, + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "uni-app", + "navigationBarBackgroundColor": "#F8F8F8", + "backgroundColor": "#F8F8F8" + }, + "uniIdRouter": {} +} \ No newline at end of file diff --git a/subPackages/techan/detail.vue b/subPackages/techan/detail.vue index ff3824d..05b3eb8 100644 --- a/subPackages/techan/detail.vue +++ b/subPackages/techan/detail.vue @@ -124,7 +124,7 @@ - {{botItem.title}} @@ -616,7 +616,7 @@ } .botProduct { - width: 320rpx; + width: 680rpx; // height: 78rpx; border-radius: 13rpx; background-color: #EFEFEF; @@ -624,12 +624,11 @@ font-family: PingFang SC; font-weight: 400; color: #333333; - line-height: 78rpx; text-align: center; margin-bottom: 25rpx; display: inline-block; position: relative; - padding: 0 40rpx; + padding: 10rpx 40rpx; } .noStore{ background-color: rgba(239, 239, 239, 1); diff --git a/subPackages/user/privacy.vue b/subPackages/user/privacy.vue index 40eec99..3a3fb6d 100644 --- a/subPackages/user/privacy.vue +++ b/subPackages/user/privacy.vue @@ -11,7 +11,7 @@ export default{ data(){ return { - list:[{name:'用户协议',id:'10001'},{name:'隐私协议',id:'9999'},{name:'个人信息收集清单',id:'10202 '}], + list:[{name:'用户协议',id:'10218'},{name:'隐私协议',id:'10219'},{name:'个人信息收集清单',id:'10220'}], } }, onShow() { diff --git a/xrcc/chapter1/index.vue b/xrcc/chapter1/index.vue new file mode 100644 index 0000000..7d23a95 --- /dev/null +++ b/xrcc/chapter1/index.vue @@ -0,0 +1,215 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter2/index.vue b/xrcc/chapter2/index.vue new file mode 100644 index 0000000..131d274 --- /dev/null +++ b/xrcc/chapter2/index.vue @@ -0,0 +1,257 @@ + + + + + diff --git a/xrcc/chapter3/index.vue b/xrcc/chapter3/index.vue new file mode 100644 index 0000000..8de0ea1 --- /dev/null +++ b/xrcc/chapter3/index.vue @@ -0,0 +1,244 @@ + + + + + diff --git a/xrcc/chapter4/index.vue b/xrcc/chapter4/index.vue new file mode 100644 index 0000000..e6b4e0e --- /dev/null +++ b/xrcc/chapter4/index.vue @@ -0,0 +1,132 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter5/index.vue b/xrcc/chapter5/index.vue new file mode 100644 index 0000000..0ba3adf --- /dev/null +++ b/xrcc/chapter5/index.vue @@ -0,0 +1,191 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter6/index.vue b/xrcc/chapter6/index.vue new file mode 100644 index 0000000..a9ea516 --- /dev/null +++ b/xrcc/chapter6/index.vue @@ -0,0 +1,216 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter7/index.vue b/xrcc/chapter7/index.vue new file mode 100644 index 0000000..5c804af --- /dev/null +++ b/xrcc/chapter7/index.vue @@ -0,0 +1,143 @@ + + + + + \ No newline at end of file diff --git a/xrcc/chapter8/index.vue b/xrcc/chapter8/index.vue new file mode 100644 index 0000000..0b339f9 --- /dev/null +++ b/xrcc/chapter8/index.vue @@ -0,0 +1,75 @@ + + + + + \ No newline at end of file diff --git a/xrcc/components/NavMenu.vue b/xrcc/components/NavMenu.vue new file mode 100644 index 0000000..ef2db66 --- /dev/null +++ b/xrcc/components/NavMenu.vue @@ -0,0 +1,243 @@ + + + + + \ No newline at end of file diff --git a/xrcc/components/SinglePlayGif.vue b/xrcc/components/SinglePlayGif.vue new file mode 100644 index 0000000..a3d56a8 --- /dev/null +++ b/xrcc/components/SinglePlayGif.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/xrcc/home/home.vue b/xrcc/home/home.vue new file mode 100644 index 0000000..bd3ffe3 --- /dev/null +++ b/xrcc/home/home.vue @@ -0,0 +1,148 @@ + + + + + \ No newline at end of file