update
8
.github/workflows/gh-pages.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
|||||||
build-deploy:
|
build-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 16
|
||||||
ref: main
|
ref: main
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -29,3 +29,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./dist
|
publish_dir: ./dist
|
||||||
|
user_name: 'ai[bot]'
|
||||||
|
user_email: '138105980+yui-syui-ai[bot]@users.noreply.github.com'
|
||||||
|
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
/dist
|
/dist
|
||||||
|
*.lock
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
.env.*.local
|
.env.*.local
|
||||||
|
41
package.json
@ -1,43 +1,22 @@
|
|||||||
{
|
{
|
||||||
"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",
|
"dev": "vue-cli-service serve",
|
||||||
"build": "vue-cli-service build",
|
"build": "vue-cli-service build",
|
||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"axios": "^1.6.8",
|
||||||
"core-js": "^3.6.4",
|
"core-js": "^3.6.4",
|
||||||
"hooper": "^0.3.4",
|
"hooper": "^0.3.4",
|
||||||
"vue": "^2.6.11"
|
"moment": "^2.30.1",
|
||||||
|
"vue": "^2.6.11",
|
||||||
|
"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 |
BIN
public/icon/3qnhrpvr5my3473x26ytdmf2.jpg
Normal file
After Width: | Height: | Size: 123 KiB |
BIN
public/icon/4hqjfn7m6n5hno3doamuhgef.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
public/icon/ai.jpg
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
public/icon/fmnwe2six767bnsxd7qcr55x.jpg
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
public/icon/hcxuq2otjipue2ackxs2qfxo.jpg
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
public/icon/hrrl32cdaxffmu66a4qrmpqy.jpg
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
public/icon/null.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
public/icon/ott5psyszgaeoksg6j7ngkvk.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
public/icon/qexgypv67x75g7bjrelr5gof.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/icon/qsll4h547pevri3e2233zh2a.jpg
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
public/icon/qt25nzrb3esppxyzfoxkqhme.jpg
Normal file
After Width: | Height: | Size: 207 KiB |
BIN
public/icon/tkefl443hmfozipexvxr4xwo.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
public/icon/uq5fs7nln4auq4m4vgaoctxj.jpg
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
public/icon/uqzpqmrjnptsxezjx4xuh2mn.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
public/icon/v2tssqq5tlnx4f5qvtpnlw5j.jpg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
public/icon/wkzuqomvkxx5eiv5nl2lvm23.jpg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
public/icon/xecxvd2v5fgyisue7f5ik3o3.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
public/icon/ywc4pk3qhdio4vgzjabc6tfh.jpg
Normal file
After Width: | Height: | Size: 51 KiB |
@ -1,12 +1,45 @@
|
|||||||
<!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="/wa/0/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" />
|
||||||
|
<link rel="stylesheet" href="https://syui.ai/bower_components/icomoon/style.css" />
|
||||||
|
<link rel="stylesheet" href="https://syui.ai/bower_components/font-awesome/css/all.min.css" />
|
||||||
</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>
|
||||||
|
<script async src="https://embed.bsky.app/static/embed.js" charset="utf-8"></script>
|
||||||
|
|
||||||
|
<link href="https://syui.ai/js/comment/app.js" rel="preload" as="script">
|
||||||
|
<link href="https://syui.ai/js/comment/chunk-vendors.js" rel="preload" as="script">
|
||||||
|
<script src="https://syui.ai/js/comment/chunk-vendors.js"></script>
|
||||||
|
<script src="https://syui.ai/js/comment/app.js"></script>
|
||||||
|
|
||||||
|
<div class="page_title">
|
||||||
|
<div class="page_data">
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th class="row">
|
||||||
|
<a href="https://yui.syui.ai"><span class="icon-ai"></span></a>
|
||||||
|
</th>
|
||||||
|
<td>yui</td>
|
||||||
|
<td>不思議な力を持つアイの冒険</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
<footer>© syui</footer>
|
||||||
</html>
|
</html>
|
||||||
|
18
public/json/manga.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"end": 21,
|
||||||
|
"updated_at": "2021-07-11T00:00:00+09:00",
|
||||||
|
"comment": "特別編",
|
||||||
|
"illust": 100,
|
||||||
|
"dir": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"end": 6,
|
||||||
|
"updated_at": "2024-05-01T00:00:00+09:00",
|
||||||
|
"comment": "1話",
|
||||||
|
"illust": 89,
|
||||||
|
"dir": 1
|
||||||
|
}
|
||||||
|
]
|
Before Width: | Height: | Size: 456 KiB |
Before Width: | Height: | Size: 531 KiB |
Before Width: | Height: | Size: 576 KiB |
Before Width: | Height: | Size: 846 KiB |
Before Width: | Height: | Size: 479 KiB |
Before Width: | Height: | Size: 539 KiB |
Before Width: | Height: | Size: 608 KiB |
Before Width: | Height: | Size: 541 KiB |
Before Width: | Height: | Size: 565 KiB |
Before Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 554 KiB |
Before Width: | Height: | Size: 554 KiB |
Before Width: | Height: | Size: 395 KiB |
Before Width: | Height: | Size: 503 KiB |
Before Width: | Height: | Size: 473 KiB |
Before Width: | Height: | Size: 422 KiB |
Before Width: | Height: | Size: 419 KiB |
Before Width: | Height: | Size: 386 KiB |
Before Width: | Height: | Size: 658 KiB |
Before Width: | Height: | Size: 654 KiB |
Before Width: | Height: | Size: 584 KiB |
Before Width: | Height: | Size: 581 KiB |
Before Width: | Height: | Size: 619 KiB |
Before Width: | Height: | Size: 443 KiB |
Before Width: | Height: | Size: 618 KiB |
Before Width: | Height: | Size: 567 KiB |
Before Width: | Height: | Size: 696 KiB |
Before Width: | Height: | Size: 621 KiB |
Before Width: | Height: | Size: 268 KiB |
Before Width: | Height: | Size: 526 KiB |
Before Width: | Height: | Size: 343 KiB |
Before Width: | Height: | Size: 702 KiB |
Before Width: | Height: | Size: 532 KiB |
Before Width: | Height: | Size: 615 KiB |
Before Width: | Height: | Size: 619 KiB |
Before Width: | Height: | Size: 432 KiB |
Before Width: | Height: | Size: 832 KiB |
Before Width: | Height: | Size: 431 KiB |
Before Width: | Height: | Size: 571 KiB |
Before Width: | Height: | Size: 598 KiB |
Before Width: | Height: | Size: 701 KiB |
Before Width: | Height: | Size: 496 KiB |
Before Width: | Height: | Size: 529 KiB |
Before Width: | Height: | Size: 524 KiB |
Before Width: | Height: | Size: 588 KiB |
Before Width: | Height: | Size: 648 KiB |
Before Width: | Height: | Size: 294 KiB |
Before Width: | Height: | Size: 643 KiB |
Before Width: | Height: | Size: 575 KiB |
Before Width: | Height: | Size: 602 KiB |
Before Width: | Height: | Size: 630 KiB |
Before Width: | Height: | Size: 414 KiB |
Before Width: | Height: | Size: 645 KiB |
Before Width: | Height: | Size: 542 KiB |
Before Width: | Height: | Size: 613 KiB |
Before Width: | Height: | Size: 492 KiB |
Before Width: | Height: | Size: 447 KiB |
Before Width: | Height: | Size: 585 KiB |
Before Width: | Height: | Size: 492 KiB |
Before Width: | Height: | Size: 429 KiB |
Before Width: | Height: | Size: 546 KiB |
Before Width: | Height: | Size: 461 KiB |
Before Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 398 KiB |
Before Width: | Height: | Size: 594 KiB |
Before Width: | Height: | Size: 336 KiB |
Before Width: | Height: | Size: 391 KiB |
Before Width: | Height: | Size: 441 KiB |
Before Width: | Height: | Size: 528 KiB |
Before Width: | Height: | Size: 524 KiB |
Before Width: | Height: | Size: 462 KiB |
Before Width: | Height: | Size: 611 KiB |
Before Width: | Height: | Size: 572 KiB |
Before Width: | Height: | Size: 536 KiB |