Compare commits
12 Commits
611fb5dd7c
...
main
Author | SHA1 | Date | |
---|---|---|---|
326a9b35ad
|
|||
57ebc6e917
|
|||
3d3c10441f
|
|||
6ebcb5198f
|
|||
97dca51bca
|
|||
e3bb7787a7
|
|||
87f237470f
|
|||
2ee487a18c
|
|||
91f6860d69
|
|||
7ff5a661b6
|
|||
f000c9daa1
|
|||
7ad12e0be5
|
8
.github/workflows/gh-pages.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
ref: main
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
@ -23,12 +23,10 @@ jobs:
|
||||
TZ: "Asia/Tokyo"
|
||||
run: |
|
||||
yarn build
|
||||
cp -rf CNAME ./dist/
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
user_name: 'ai[bot]'
|
||||
|
@ -3,16 +3,16 @@
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.25.0",
|
||||
"axios": "^1.6.8",
|
||||
"core-js": "^3.6.4",
|
||||
"hooper": "^0.3.4",
|
||||
"moment": "^2.30.1",
|
||||
"vue": "^2.6.11",
|
||||
"vue-loading-template": "^1.3.2",
|
||||
"vue-meta": "^2.4.0",
|
||||
"vue-template-compiler": "^2.6.14"
|
||||
},
|
||||
|
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 |
@ -6,10 +6,40 @@
|
||||
<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">
|
||||
<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>
|
||||
<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>
|
||||
|
20
public/json/manga.json
Normal file
@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 115 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 108 KiB |
Before Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 135 KiB |
Before Width: | Height: | Size: 149 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 119 KiB |
Before Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 154 KiB |