Compare commits
6 Commits
main
...
611fb5dd7c
Author | SHA1 | Date | |
---|---|---|---|
611fb5dd7c
|
|||
a8a87c9ce5
|
|||
8455964ca6
|
|||
263211a76d
|
|||
f42b7f456d
|
|||
6189d1d412
|
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@v4
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 14
|
||||||
ref: main
|
ref: main
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -23,10 +23,12 @@ 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
|
||||||
with:
|
with:
|
||||||
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./dist
|
publish_dir: ./dist
|
||||||
user_name: 'ai[bot]'
|
user_name: 'ai[bot]'
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vue-cli-service serve",
|
"serve": "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",
|
"axios": "^0.25.0",
|
||||||
"core-js": "^3.6.4",
|
"core-js": "^3.6.4",
|
||||||
"hooper": "^0.3.4",
|
"hooper": "^0.3.4",
|
||||||
"moment": "^2.30.1",
|
|
||||||
"vue": "^2.6.11",
|
"vue": "^2.6.11",
|
||||||
|
"vue-loading-template": "^1.3.2",
|
||||||
"vue-meta": "^2.4.0",
|
"vue-meta": "^2.4.0",
|
||||||
"vue-template-compiler": "^2.6.14"
|
"vue-template-compiler": "^2.6.14"
|
||||||
},
|
},
|
||||||
|
Before Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 51 KiB |
@ -6,40 +6,10 @@
|
|||||||
<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">
|
<meta property="og:description" content="©syui">
|
||||||
<meta property="og:image" content="/wa/0/og.png">
|
<meta property="og:image" content="https://manga.syui.ai/manga/og.png">
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
<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>
|
<body><div id="app"></div><script src="chunk-vendors.js"></script><script src="app.js"></script></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>
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"id": 0,
|
|
||||||
"end": 21,
|
|
||||||
"updated_at": "2021-07-11T00:00:00+09:00",
|
|
||||||
"created_at": "2021-07-11T00:00:00+09:00",
|
|
||||||
"comment": "番外編",
|
|
||||||
"illust": 100,
|
|
||||||
"dir": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": 1,
|
|
||||||
"end": 7,
|
|
||||||
"updated_at": "2024-05-20T00:00:00+09:00",
|
|
||||||
"created_at": "2024-05-01T00:00:00+09:00",
|
|
||||||
"comment": "1話",
|
|
||||||
"illust": 89,
|
|
||||||
"dir": 1
|
|
||||||
}
|
|
||||||
]
|
|
BIN
public/manga/0.webp
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
public/manga/1.webp
Normal file
After Width: | Height: | Size: 115 KiB |
BIN
public/manga/10.webp
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
public/manga/100.webp
Normal file
After Width: | Height: | Size: 168 KiB |
BIN
public/manga/101.webp
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
public/manga/102.webp
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
public/manga/103.webp
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
public/manga/104.webp
Normal file
After Width: | Height: | Size: 128 KiB |
BIN
public/manga/105.webp
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
public/manga/106.webp
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
public/manga/11.webp
Normal file
After Width: | Height: | Size: 121 KiB |
BIN
public/manga/12.webp
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
public/manga/13.webp
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
public/manga/14.webp
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
public/manga/15.webp
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
public/manga/16.webp
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
public/manga/17.webp
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
public/manga/18.webp
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
public/manga/19.webp
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
public/manga/2.webp
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
public/manga/20.webp
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
public/manga/21.webp
Normal file
After Width: | Height: | Size: 150 KiB |
BIN
public/manga/22.webp
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
public/manga/23.webp
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
public/manga/24.webp
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
public/manga/25.webp
Normal file
After Width: | Height: | Size: 150 KiB |
BIN
public/manga/26.webp
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
public/manga/27.webp
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
public/manga/28.webp
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
public/manga/29.webp
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
public/manga/3.webp
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
public/manga/30.webp
Normal file
After Width: | Height: | Size: 150 KiB |
BIN
public/manga/31.webp
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
public/manga/32.webp
Normal file
After Width: | Height: | Size: 146 KiB |
BIN
public/manga/33.webp
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
public/manga/34.webp
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
public/manga/35.webp
Normal file
After Width: | Height: | Size: 146 KiB |
BIN
public/manga/36.webp
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
public/manga/37.webp
Normal file
After Width: | Height: | Size: 126 KiB |
BIN
public/manga/38.webp
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
public/manga/39.webp
Normal file
After Width: | Height: | Size: 141 KiB |
BIN
public/manga/4.webp
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
public/manga/40.webp
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
public/manga/41.webp
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
public/manga/42.webp
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
public/manga/43.webp
Normal file
After Width: | Height: | Size: 149 KiB |
BIN
public/manga/44.webp
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
public/manga/45.webp
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
public/manga/46.webp
Normal file
After Width: | Height: | Size: 121 KiB |
BIN
public/manga/47.webp
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
public/manga/48.webp
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
public/manga/49.webp
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
public/manga/5.webp
Normal file
After Width: | Height: | Size: 145 KiB |
BIN
public/manga/50.webp
Normal file
After Width: | Height: | Size: 138 KiB |
BIN
public/manga/51.webp
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
public/manga/52.webp
Normal file
After Width: | Height: | Size: 119 KiB |
BIN
public/manga/53.webp
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
public/manga/54.webp
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
public/manga/55.webp
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
public/manga/56.webp
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
public/manga/57.webp
Normal file
After Width: | Height: | Size: 128 KiB |
BIN
public/manga/58.webp
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
public/manga/59.webp
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
public/manga/6.webp
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
public/manga/60.webp
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
public/manga/61.webp
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
public/manga/62.webp
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
public/manga/63.webp
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
public/manga/64.webp
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
public/manga/65.webp
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
public/manga/66.webp
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
public/manga/67.webp
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
public/manga/68.webp
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
public/manga/69.webp
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
public/manga/7.webp
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
public/manga/70.webp
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
public/manga/71.webp
Normal file
After Width: | Height: | Size: 154 KiB |