diff --git a/src/components/LiveCount.vue b/src/components/LiveCount.vue new file mode 100644 index 0000000..b3dd201 --- /dev/null +++ b/src/components/LiveCount.vue @@ -0,0 +1,192 @@ + + + \ No newline at end of file diff --git a/src/components/LivePlay.vue b/src/components/LivePlay.vue new file mode 100644 index 0000000..56cd295 --- /dev/null +++ b/src/components/LivePlay.vue @@ -0,0 +1,27 @@ + + + \ No newline at end of file diff --git a/src/components/LiveingCount.vue b/src/components/LiveingCount.vue new file mode 100644 index 0000000..70c9d21 --- /dev/null +++ b/src/components/LiveingCount.vue @@ -0,0 +1,192 @@ + + + \ No newline at end of file diff --git a/src/components/ReviewItem.vue b/src/components/ReviewItem.vue index c277008..9872855 100644 --- a/src/components/ReviewItem.vue +++ b/src/components/ReviewItem.vue @@ -5,11 +5,11 @@
qweqw
- - - - - + + + + +
8.0
@@ -52,7 +52,7 @@ >img{ width: 12px; height: 12px; - background-color: #0f0; + // background-color: #0f0; margin-left: 3px; } } diff --git a/src/router/index.ts b/src/router/index.ts index ee9b4c6..0cf92c0 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -84,6 +84,14 @@ const routes: Array = [ { path: "live", component: () => import("../views/regime/Live.vue") + }, + { + path: "livedetail", + component: () => import("../views/regime/Livedetail.vue") + }, + { + path: "liveing", + component: () => import("../views/regime/Liveing.vue") } ] }, diff --git a/src/static/images/liveend.png b/src/static/images/liveend.png new file mode 100644 index 0000000..ab7ef0d Binary files /dev/null and b/src/static/images/liveend.png differ diff --git a/src/static/images/livelesson.png b/src/static/images/livelesson.png new file mode 100644 index 0000000..44a52fb Binary files /dev/null and b/src/static/images/livelesson.png differ diff --git a/src/static/images/liveshare.png b/src/static/images/liveshare.png new file mode 100644 index 0000000..40a7a8e Binary files /dev/null and b/src/static/images/liveshare.png differ diff --git a/src/static/images/livetimetake.png b/src/static/images/livetimetake.png new file mode 100644 index 0000000..b571ca4 Binary files /dev/null and b/src/static/images/livetimetake.png differ diff --git a/src/static/images/livewatch.png b/src/static/images/livewatch.png new file mode 100644 index 0000000..c354bbe Binary files /dev/null and b/src/static/images/livewatch.png differ diff --git a/src/static/images/star.png b/src/static/images/star.png new file mode 100644 index 0000000..0013b29 Binary files /dev/null and b/src/static/images/star.png differ diff --git a/src/static/images/starred.png b/src/static/images/starred.png new file mode 100644 index 0000000..dca70e8 Binary files /dev/null and b/src/static/images/starred.png differ diff --git a/src/views/regime/Livedetail.vue b/src/views/regime/Livedetail.vue new file mode 100644 index 0000000..545c14a --- /dev/null +++ b/src/views/regime/Livedetail.vue @@ -0,0 +1,97 @@ + + + \ No newline at end of file diff --git a/src/views/regime/Liveing.vue b/src/views/regime/Liveing.vue new file mode 100644 index 0000000..7d04afe --- /dev/null +++ b/src/views/regime/Liveing.vue @@ -0,0 +1,206 @@ + + + \ No newline at end of file