diff --git a/public/header1.png b/public/header1.png new file mode 100644 index 0000000..b8784fe Binary files /dev/null and b/public/header1.png differ diff --git a/public/header2.jpg b/public/header2.jpg new file mode 100644 index 0000000..aea451f Binary files /dev/null and b/public/header2.jpg differ diff --git a/public/roll_1.jpg b/public/roll_1.jpg new file mode 100644 index 0000000..ef49ee2 Binary files /dev/null and b/public/roll_1.jpg differ diff --git a/public/roll_2.jpg b/public/roll_2.jpg new file mode 100644 index 0000000..a753534 Binary files /dev/null and b/public/roll_2.jpg differ diff --git a/public/roll_3.jpg b/public/roll_3.jpg new file mode 100644 index 0000000..199a236 Binary files /dev/null and b/public/roll_3.jpg differ diff --git a/public/roll_4.jpg b/public/roll_4.jpg new file mode 100644 index 0000000..02e7c29 Binary files /dev/null and b/public/roll_4.jpg differ diff --git a/src/plugins/ant-design-vue.js b/src/plugins/ant-design-vue.js index af30def..12e3833 100644 --- a/src/plugins/ant-design-vue.js +++ b/src/plugins/ant-design-vue.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import { Pagination, Button, LocaleProvider, Layout, Menu, Dropdown, Icon, Tabs, List, Card, Modal, Checkbox, Input, FormModel, message, Avatar, Divider, PageHeader, Breadcrumb, Upload, Statistic, Table, DatePicker, InputNumber, Collapse, Tag, Tooltip, Select, Comment, Popconfirm, Popover, Rate } from 'ant-design-vue' +import { Pagination, Button, LocaleProvider, Layout, Menu, Dropdown, Icon, Tabs, List, Card, Modal, Checkbox, Input, FormModel, message, Descriptions, Carousel, Avatar, Divider, PageHeader, Breadcrumb, Upload, Switch, Statistic, Radio, Table, DatePicker, InputNumber, Collapse, Form, Steps, Tag, Tooltip, Select, Comment, Popconfirm, Popover, Rate, Result, Drawer } from 'ant-design-vue' import { Col, Row } from 'ant-design-vue/lib/grid' import BreadcrumbItem from 'ant-design-vue/lib/breadcrumb/BreadcrumbItem' import BreadcrumbSeparator from 'ant-design-vue/lib/breadcrumb/BreadcrumbSeparator' @@ -10,6 +10,7 @@ import Meta from 'ant-design-vue/lib/card/Meta' Vue.component(LocaleProvider.name, LocaleProvider) Vue.component(Pagination.name, Pagination) Vue.component(Button.name, Button) +Vue.component(Button.Group.name, Button.Group) Vue.component(Layout.name, Layout) Vue.component(Layout.Header.name, Layout.Header) Vue.component(Layout.Sider.name, Layout.Sider) @@ -57,3 +58,42 @@ Vue.component(Comment.name, Comment) Vue.component(Popconfirm.name, Popconfirm) Vue.component(Popover.name, Popover) Vue.component(Rate.name, Rate) +Vue.component(PageHeader.name, PageHeader) +Vue.component(Descriptions.name, Descriptions) +Vue.component(Carousel.name, Carousel) +Vue.component(Input.Search.name, Input.Search) +Vue.component(Descriptions.Item.name, Descriptions.Item) +Vue.component(Avatar.name, Avatar) +Vue.component(FormModel.name, FormModel) +Vue.component(FormModel.Item.name, FormModel.Item) +Vue.component(Select.name, Select) +Vue.component(Select.Option.name, Select.Option) +Vue.component(DatePicker.name, DatePicker) +Vue.component(Switch.name, Switch) +Vue.component(Checkbox.name, Checkbox) +Vue.component(Checkbox.Group.name, Checkbox.Group) +Vue.component(Radio.name, Radio) +Vue.component(Radio.Group.name, Radio.Group) +Vue.component(Radio.Button.name, Radio.Button) +Vue.component(Input.name, Input) +Vue.component(Table.name, Table) +Vue.component(Tag.name, Tag) +Vue.component(Divider.name, Divider) +Vue.component(Input.TextArea.name, Input.TextArea) +Vue.component(Comment.name, Comment) +Vue.component(Tooltip.name, Tooltip) +Vue.component(Breadcrumb.name, Breadcrumb) +Vue.component(Breadcrumb.Item.name, Breadcrumb.Item) +Vue.component(Form.Item.name, Form.Item) +Vue.component(Steps.name, Steps) +Vue.component(Steps.Step.name, Steps.Step) +Vue.component(Col.name, Col) +Vue.component(Row.name, Row) +Vue.component(Card.Meta.name, Card.Meta) +Vue.prototype.$message = message +// Vue.prototype.$router = router +Vue.component(Upload.name, Upload) +Vue.component(Rate.name, Rate) +Vue.component(Result.name, Result) +// Vue.component(Drawer.name, Drawer) +Vue.use(Drawer) diff --git a/src/router/index.js b/src/router/index.js index 17e0362..232be52 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -121,6 +121,36 @@ const routes = [ path: '/developer_finance', name: 'DeveloperFinance', component: () => import('../views/Developer_finance') + }, + { + path: '/single_game', + name: 'Single_game', + component: () => import('../views/Single_game.vue') + }, + { + path: '/admin', + name: 'Admin', + component: () => import('../views/Admin.vue') + }, + { + path: '/racing', + name: 'Racing', + component: () => import('../views/Racing.vue') + }, + { + path: '/register', + name: 'Register', + component: () => import('../views/Register.vue') + }, + { + path: '/register_email', + name: 'Register_email', + component: () => import('../views/Register_email.vue') + }, + { + path: '/support_developer', + name: 'Support_developer', + component: () => import('../views/Support_developer.vue') } ] @@ -141,3 +171,8 @@ const router = new VueRouter({ // }) export default router +const originalPush = VueRouter.prototype.push + +VueRouter.prototype.push = function push (location) { + return originalPush.call(this, location).catch(err => err) +} diff --git a/src/static/reset.less b/src/static/reset.less index de719c7..776660b 100644 --- a/src/static/reset.less +++ b/src/static/reset.less @@ -47,5 +47,37 @@ .ant-tooltip-inner { color: greenyellow; } +.ant-comment { + color: white; +} +.ant-avatar > .alt-avatar-alter { + color: white; +} +.ant-radio-wrapper { + color: white; +} +.ant-descriptions-item { + color: white; +} +.ant-descriptions-title { + color: white; +} +.ant-descriptions-item-label { + color: white; +} +.ant-descriptions-item-content { + color: white; +} +.ant-comment-content-author-name { + color: white; +} +.ant-menu.ant-menu-inline.ant-menu-root.ant-menu-dark { + height: 400px; +} +.ant-form.ant-form-horizontal { + border-style: dashed; + border-color: dodgerblue; + border-radius: 25px; +} diff --git a/src/views/Admin.vue b/src/views/Admin.vue new file mode 100644 index 0000000..da741e2 --- /dev/null +++ b/src/views/Admin.vue @@ -0,0 +1,317 @@ + + + + + diff --git a/src/views/Racing.vue b/src/views/Racing.vue new file mode 100644 index 0000000..db522f3 --- /dev/null +++ b/src/views/Racing.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/src/views/Register.vue b/src/views/Register.vue index 461bd0f..c361dbd 100644 --- a/src/views/Register.vue +++ b/src/views/Register.vue @@ -1,9 +1,300 @@ - - diff --git a/src/views/Register_email.vue b/src/views/Register_email.vue new file mode 100644 index 0000000..0514a94 --- /dev/null +++ b/src/views/Register_email.vue @@ -0,0 +1,100 @@ + + + + + diff --git a/src/views/Single_game.vue b/src/views/Single_game.vue new file mode 100644 index 0000000..6c008f8 --- /dev/null +++ b/src/views/Single_game.vue @@ -0,0 +1,323 @@ + + + + + diff --git a/src/views/Store.vue b/src/views/Store.vue index 37c7c29..d4674fb 100644 --- a/src/views/Store.vue +++ b/src/views/Store.vue @@ -1,60 +1,277 @@ + + diff --git a/src/views/Support_developer.vue b/src/views/Support_developer.vue new file mode 100644 index 0000000..ec3dc32 --- /dev/null +++ b/src/views/Support_developer.vue @@ -0,0 +1,50 @@ + + + + +