-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e3410c9
Showing
122 changed files
with
8,534 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: github pages | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
build-deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: 14 | ||
ref: main | ||
submodules: true | ||
fetch-depth: 0 | ||
- run: yarn install | ||
|
||
- name: Build | ||
env: | ||
TZ: "Asia/Tokyo" | ||
run: | | ||
yarn build | ||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.DS_Store | ||
node_modules | ||
/dist | ||
|
||
# local env files | ||
.env.local | ||
.env.*.local | ||
|
||
# Log files | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Editor directories and files | ||
.idea | ||
.vscode | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? | ||
.DS_Store | ||
*/.DS_Store | ||
*/*/.DS_Store | ||
*/*/*/.DS_Store | ||
*/*/*/*/.DS_Store | ||
*/*/*/*/*/.DS_Store | ||
*/*/*/*/*/*/.DS_Store | ||
*/*/*/*/*/*/*/.DS_Store | ||
*/*/*/*/*/*/*/*/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
manga.syui.ai |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module.exports = { | ||
presets: [ | ||
'@vue/cli-plugin-babel/preset' | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"name": "manga.syui.ai", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.6.4", | ||
"hooper": "^0.3.4", | ||
"vue": "^2.6.11" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.3.0", | ||
"@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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE 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> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Project setup | ||
``` | ||
yarn install | ||
``` | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
yarn serve | ||
``` | ||
|
||
### Compiles and minifies for production | ||
``` | ||
yarn build | ||
``` | ||
|
||
### Lints and fixes files | ||
``` | ||
yarn lint | ||
``` | ||
|
||
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<template> | ||
<div id="app"> | ||
<a :href="this.url + this.s_a"><button v-on:click="page_run(s_a)">1</button></a> | ||
<a :href="this.url + this.s_b"><button v-on:click="page_run(s_b)">2</button></a> | ||
<a :href="this.url + this.s_c"><button v-on:click="page_run(s_c)">3</button></a> | ||
<a :href="this.url + this.s_d"><button v-on:click="page_run(s_d)">4</button></a> | ||
<a :href="this.url + this.s_e"><button v-on:click="page_run(s_e)">5</button></a> | ||
<hooper :settings="hooperSettings"> | ||
<slide v-for="(n,index) of products" :key="n"> | ||
<img :src="'/manga/'+ (index) +'.png'" /> | ||
<div class="page_n">{{ n }}</div> | ||
</slide> | ||
<hooper-navigation slot="hooper-addons"></hooper-navigation> | ||
<hooper-pagination slot="hooper-addons"></hooper-pagination> | ||
<hooper-progress slot="hooper-addons"></hooper-progress> | ||
</hooper> | ||
</div> | ||
</template> | ||
|
||
<script> | ||
import { | ||
Hooper, | ||
Slide, | ||
Progress as HooperProgress, | ||
Pagination as HooperPagination, | ||
Navigation as HooperNavigation | ||
} from 'hooper'; | ||
import 'hooper/dist/hooper.css'; | ||
var page = 107; | ||
let loc = window.location.pathname.split('/').slice(-1)[0]; | ||
export default { | ||
name: 'App', | ||
components: { | ||
Hooper, | ||
Slide, | ||
HooperProgress, | ||
HooperPagination, | ||
HooperNavigation | ||
}, | ||
data() { | ||
return { | ||
url: "/", | ||
s_a: 0, | ||
s_b: 15, | ||
s_c: 41, | ||
s_d: 51, | ||
s_e: 60, | ||
products: [...Array(Number(page)).keys()], | ||
hooperSettings: { | ||
itemsToShow: 1, | ||
centerMode: true, | ||
initialSlide: loc, | ||
} | ||
}; | ||
}, | ||
methods: { | ||
page_run(s) { | ||
this.loc = s; | ||
//this.loc = window.location.pathname.split('/').slice(0)[3]; | ||
} | ||
} | ||
}; | ||
</script> | ||
|
||
<style> | ||
.hooper{height:100%}button.hooper-indicator{background-color:#000}img{width:100%}.page_n{text-align:center;height:50px}.hooper-pagination{position:fixed}.hooper-next,.hooper-prev{background-color:rgba(184,207,224,.24)} | ||
button { | ||
padding: 10px; | ||
margin: 5px; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<template> | ||
<div id="app"> | ||
<hooper :settings="hooperSettings"> | ||
<slide v-for="(n,index) of products" :key="n"> | ||
<img :src="'/manga/'+ (index) +'.png'" /> | ||
<div class="page_n">{{ n }}</div> | ||
</slide> | ||
<hooper-navigation slot="hooper-addons"></hooper-navigation> | ||
<hooper-pagination slot="hooper-addons"></hooper-pagination> | ||
<hooper-progress slot="hooper-addons"></hooper-progress> | ||
</hooper> | ||
<button v-on:click="page_run">1</button> | ||
<button v-on:click="page_run"><a :href="this.url + this.s_b">2</a></button> | ||
<button v-on:click="page_run"><a :href="this.url + this.s_c">3</a></button> | ||
<button v-on:click="page_run"><a :href="this.url + this.s_d">4</a></button> | ||
<button v-on:click="page_run"><a :href="this.url + this.s_e"5</a></button> | ||
</div> | ||
</template> | ||
|
||
<script> | ||
import { | ||
Hooper, | ||
Slide, | ||
Progress as HooperProgress, | ||
Pagination as HooperPagination, | ||
Navigation as HooperNavigation | ||
} from 'hooper'; | ||
|
||
import 'hooper/dist/hooper.css'; | ||
|
||
let page = 107; | ||
let loc = 0; | ||
|
||
export default { | ||
name: 'App', | ||
components: { | ||
Hooper, | ||
Slide, | ||
HooperProgress, | ||
HooperPagination, | ||
HooperNavigation | ||
}, | ||
data() { | ||
return { | ||
url: "/", | ||
s_a: 0, | ||
s_b: 15, | ||
s_c: 41, | ||
s_d: 51, | ||
s_e: 60, | ||
loc: loc, | ||
products: [...Array(Number(page)).keys()], | ||
hooperSettings: { | ||
itemsToShow: 1, | ||
centerMode: true, | ||
initialSlide: 0, | ||
} | ||
}; | ||
}, | ||
methods: { | ||
page_run() { | ||
this.loc = window.location.pathname.split('/').slice(0)[3]; | ||
} | ||
} | ||
}; | ||
</script> | ||
|
||
<style> | ||
.hooper{height:100%}button.hooper-indicator{background-color:#000}img{width:100%}.page_n{text-align:center;height:50px}.hooper-pagination{position:fixed}.hooper-next,.hooper-prev{background-color:rgba(184,207,224,.24)} | ||
button { | ||
padding: 10px; | ||
margin: 5px; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import Vue from 'vue' | ||
import App from './App.vue' | ||
|
||
Vue.config.productionTip = false | ||
|
||
new Vue({ | ||
render: h => h(App) | ||
}).$mount('#app') | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
module.exports = { | ||
configureWebpack: { | ||
output: { | ||
filename: '[name].js', | ||
chunkFilename: '[name].js' | ||
} | ||
}, | ||
css: { | ||
extract: { | ||
filename: '[name].css', | ||
chunkFilename: '[name].css' | ||
}, | ||
}, | ||
} |
Oops, something went wrong.