diff --git a/package.json b/package.json index c85e29c..29a0618 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "private": true, "scripts": { - "serve": "vue-cli-service serve", + "dev": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, diff --git a/public/index.html b/public/index.html index 871553f..f8b9bb2 100644 --- a/public/index.html +++ b/public/index.html @@ -11,5 +11,10 @@ -
+ +
+ + + + diff --git a/public/manga/0.png b/public/manga/0.png new file mode 100644 index 0000000..632900b Binary files /dev/null and b/public/manga/0.png differ diff --git a/public/manga/0.webp b/public/manga/0.webp index a38551d..35e4b25 100644 Binary files a/public/manga/0.webp and b/public/manga/0.webp differ diff --git a/src/App.vue b/src/App.vue index 54611e5..45fffb1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,7 @@ @@ -43,7 +46,7 @@ export default { }, data() { return { - url: "https://manga.syui.ai/", + url: "/", s_a: 0, s_b: 17, s_c: 41, @@ -67,12 +70,57 @@ export default {