fix
1
.github/workflows/gh-pages.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
|||||||
TZ: "Asia/Tokyo"
|
TZ: "Asia/Tokyo"
|
||||||
run: |
|
run: |
|
||||||
yarn build
|
yarn build
|
||||||
|
cp -rf CNAME ./dist/
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
3
.gitignore
vendored
@ -1,7 +1,8 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
/dist
|
/dist
|
||||||
|
packages*
|
||||||
|
*.lock
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
39
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "manga.syui.ai",
|
"name": "manga",
|
||||||
"version": "0.1.0",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
@ -8,36 +8,15 @@
|
|||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"axios": "^0.25.0",
|
||||||
"core-js": "^3.6.4",
|
"core-js": "^3.6.4",
|
||||||
"hooper": "^0.3.4",
|
"hooper": "^0.3.4",
|
||||||
"vue": "^2.6.11"
|
"vue": "^2.6.11",
|
||||||
|
"vue-loading-template": "^1.3.2",
|
||||||
|
"vue-meta": "^2.4.0",
|
||||||
|
"vue-template-compiler": "^2.6.14"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "~4.3.0",
|
"@vue/cli-service": "~4.5.15"
|
||||||
"@vue/cli-plugin-eslint": "~4.3.0",
|
}
|
||||||
"@vue/cli-service": "~4.3.0",
|
|
||||||
"babel-eslint": "^10.1.0",
|
|
||||||
"eslint": "^6.7.2",
|
|
||||||
"eslint-plugin-vue": "^6.2.2",
|
|
||||||
"vue-template-compiler": "^2.6.11"
|
|
||||||
},
|
|
||||||
"eslintConfig": {
|
|
||||||
"root": true,
|
|
||||||
"env": {
|
|
||||||
"node": true
|
|
||||||
},
|
|
||||||
"extends": [
|
|
||||||
"plugin:vue/essential",
|
|
||||||
"eslint:recommended"
|
|
||||||
],
|
|
||||||
"parserOptions": {
|
|
||||||
"parser": "babel-eslint"
|
|
||||||
},
|
|
||||||
"rules": {}
|
|
||||||
},
|
|
||||||
"browserslist": [
|
|
||||||
"> 1%",
|
|
||||||
"last 2 versions",
|
|
||||||
"not dead"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html><html lang="en"><head><title>yui | manga</title><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link href="app.css" rel="preload" as="style"><link href="app.js" rel="preload" as="script"><link href="chunk-vendors.js" rel="preload" as="script"><link href="app.css" rel="stylesheet"><meta name="twitter:card" content="summary"><meta property="og:url" content="https://manga.syui.ai"><meta property="og:title" content="yui"><meta property="og:description" content="©syui"><meta property="og:image" content="https://manga.syui.ai/manga/og.png"><link rel="shortcut icon" href="/favicon.ico"><link rel="icon" href="/favicon.ico"><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><link href="/app.css" rel="preload" as="style"><link href="/app.js" rel="preload" as="script"><link href="/chunk-vendors.css" rel="preload" as="style"><link href="/chunk-vendors.js" rel="preload" as="script"><link href="/chunk-vendors.css" rel="stylesheet"><link href="/app.css" rel="stylesheet"></head><body><div id="app"></div><script src="chunk-vendors.js"></script><script src="app.js"></script><script src="/chunk-vendors.js"></script><script src="/app.js"></script></body></html>
|
||||||
<html lang="">
|
|
||||||
<head>
|
|
||||||
<title>card.syui.ai</title><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>card.syui.ai</title><link href="app.css" rel="preload" as="style"><link href="app.js" rel="preload" as="script"><link href="chunk-vendors.js" rel="preload" as="script"><link href="app.css" rel="stylesheet">
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta property="og:url" content="https://manga.syui.ai">
|
|
||||||
<meta property="og:title" content="yui">
|
|
||||||
<meta property="og:description" content="©syui.ai">
|
|
||||||
<meta property="og:image" content="https://manga.syui.ai/manga/og.png">
|
|
||||||
</head>
|
|
||||||
<body><div id="app"></div><script src="chunk-vendors.js"></script><script src="app.js"></script></body>
|
|
||||||
</html>
|
|
||||||
|
BIN
public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
@ -1,12 +1,15 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>card.syui.ai</title><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>card.syui.ai</title><link href="app.css" rel="preload" as="style"><link href="app.js" rel="preload" as="script"><link href="chunk-vendors.js" rel="preload" as="script"><link href="app.css" rel="stylesheet">
|
<title>yui | manga</title><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link href="app.css" rel="preload" as="style"><link href="app.js" rel="preload" as="script"><link href="chunk-vendors.js" rel="preload" as="script"><link href="app.css" rel="stylesheet">
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta property="og:url" content="https://manga.syui.ai">
|
<meta property="og:url" content="https://manga.syui.ai">
|
||||||
<meta property="og:title" content="yui">
|
<meta property="og:title" content="yui">
|
||||||
<meta property="og:description" content="©syui.ai">
|
<meta property="og:description" content="©syui">
|
||||||
<meta property="og:image" content="https://manga.syui.ai/manga/og.png">
|
<meta property="og:image" content="https://manga.syui.ai/manga/og.png">
|
||||||
|
<link rel="icon" href="/favicon.ico" />
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||||
</head>
|
</head>
|
||||||
<body><div id="app"></div><script src="chunk-vendors.js"></script><script src="app.js"></script></body>
|
<body><div id="app"></div><script src="chunk-vendors.js"></script><script src="app.js"></script></body>
|
||||||
</html>
|
</html>
|
||||||
|
Before Width: | Height: | Size: 456 KiB |
BIN
public/manga/0.webp
Normal file
After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 531 KiB |
BIN
public/manga/1.webp
Normal file
After Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 576 KiB |
BIN
public/manga/10.webp
Normal file
After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 846 KiB |
BIN
public/manga/100.webp
Normal file
After Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 479 KiB |
BIN
public/manga/101.webp
Normal file
After Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 539 KiB |
BIN
public/manga/102.webp
Normal file
After Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 608 KiB |
BIN
public/manga/103.webp
Normal file
After Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 541 KiB |
BIN
public/manga/104.webp
Normal file
After Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 565 KiB |
BIN
public/manga/105.webp
Normal file
After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 134 KiB |
BIN
public/manga/106.webp
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 554 KiB |
BIN
public/manga/11.webp
Normal file
After Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 554 KiB |
BIN
public/manga/12.webp
Normal file
After Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 395 KiB |
BIN
public/manga/13.webp
Normal file
After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 503 KiB |
BIN
public/manga/14.webp
Normal file
After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 473 KiB |
BIN
public/manga/15.webp
Normal file
After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 422 KiB |
BIN
public/manga/16.webp
Normal file
After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 419 KiB |
BIN
public/manga/17.webp
Normal file
After Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 386 KiB |
BIN
public/manga/18.webp
Normal file
After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 658 KiB |
BIN
public/manga/19.webp
Normal file
After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 654 KiB |
BIN
public/manga/2.webp
Normal file
After Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 584 KiB |
BIN
public/manga/20.webp
Normal file
After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 581 KiB |
BIN
public/manga/21.webp
Normal file
After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 619 KiB |
BIN
public/manga/22.webp
Normal file
After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 443 KiB |
BIN
public/manga/23.webp
Normal file
After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 618 KiB |
BIN
public/manga/24.webp
Normal file
After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 567 KiB |
BIN
public/manga/25.webp
Normal file
After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 696 KiB |
BIN
public/manga/26.webp
Normal file
After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 621 KiB |
BIN
public/manga/27.webp
Normal file
After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 268 KiB |
BIN
public/manga/28.webp
Normal file
After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 526 KiB |
BIN
public/manga/29.webp
Normal file
After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 343 KiB |
BIN
public/manga/3.webp
Normal file
After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 702 KiB |
BIN
public/manga/30.webp
Normal file
After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 532 KiB |
BIN
public/manga/31.webp
Normal file
After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 615 KiB |
BIN
public/manga/32.webp
Normal file
After Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 619 KiB |
BIN
public/manga/33.webp
Normal file
After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 432 KiB |
BIN
public/manga/34.webp
Normal file
After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 832 KiB |
BIN
public/manga/35.webp
Normal file
After Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 431 KiB |
BIN
public/manga/36.webp
Normal file
After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 571 KiB |
BIN
public/manga/37.webp
Normal file
After Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 598 KiB |
BIN
public/manga/38.webp
Normal file
After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 701 KiB |
BIN
public/manga/39.webp
Normal file
After Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 496 KiB |
BIN
public/manga/4.webp
Normal file
After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 529 KiB |
BIN
public/manga/40.webp
Normal file
After Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 524 KiB |
BIN
public/manga/41.webp
Normal file
After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 588 KiB |
BIN
public/manga/42.webp
Normal file
After Width: | Height: | Size: 135 KiB |
Before Width: | Height: | Size: 648 KiB |
BIN
public/manga/43.webp
Normal file
After Width: | Height: | Size: 149 KiB |
Before Width: | Height: | Size: 294 KiB |
BIN
public/manga/44.webp
Normal file
After Width: | Height: | Size: 59 KiB |