Skip to content

Commit

Permalink
tweak: just run yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanna committed Nov 24, 2021
2 parents af6e241 + 580ea36 commit e1406e2
Show file tree
Hide file tree
Showing 10 changed files with 333 additions and 159 deletions.
2 changes: 1 addition & 1 deletion @types/songsList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { songListProps } from '../preact/main/playlists/songsList'
declare module '*/songsList.json' {
const value: songListProps;
export default value;
}
}
6 changes: 4 additions & 2 deletions assets/js/ytplaylist.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const loadPlayList = (id, dom) => {
if (dom === null) return;

fetch(`/homepage/assets/playlists/${id}.json`)
.then((response) => response.json())
.then((MoviesData) => {
Expand Down Expand Up @@ -64,13 +66,13 @@ const loadPlayList = (id, dom) => {
slidesPerView: 3,
coverflowEffect: {
modifier: 0.8,
},
},
},
1600: {
slidesPerView: 4,
coverflowEffect: {
modifier: 0.7,
},
},
},
1900: {
slidesPerView: 5,
Expand Down
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
<a
id="header_contact"
class="drawer-menu-item"
href="https://upd8.jp/contact_us/index.html?sc=%E3%81%8A%E3%82%81%E3%81%8C%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%BA%20[%CE%A9%20Sisters]"
href="mailto:[email protected]"
target="_blank"
rel="noopener noreferrer"
>お問い合わせ</a
Expand Down Expand Up @@ -483,7 +483,7 @@ <h2><i class="fab fa-line"></i>LINE STORE</h2>
<h2><i class="fas fa-envelope"></i>Contact</h2>
<a
id="section_link_contact"
href="https://upd8.jp/contact_us/index.html?sc=%E3%81%8A%E3%82%81%E3%81%8C%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%BA%20[%CE%A9%20Sisters]"
href="mailto:[email protected]"
target="_blank"
rel="noopener noreferrer"
>お問い合わせはこちらから</a
Expand Down Expand Up @@ -601,32 +601,32 @@ <h2 class="section_title" id="section_popularity_poll">
</section>
<section class="section firstview pass_200k_sss">
<h2 class="section_title" id="section_pass_200k_sss">
OMEGA Sisters got +230,000 FANS on YouTube.
OMEGA Sisters got +270,000 FANS on YouTube.
</h2>
<div class="pr_announce">
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
チャンネル登録23万人おめがとう!!
<a href="https://t.co/sdWG6QPJMv">pic.twitter.com/sdWG6QPJMv</a>
チャンネル登録27万人突破しました!!
<a href="https://t.co/oyC46nLsbQ">pic.twitter.com/oyC46nLsbQ</a>
</p>
&mdash; おめがレイ@バーチャル双子YouTuber (@omesis_ray)
<a
href="https://twitter.com/omesis_ray/status/1265606720102920194?ref_src=twsrc%5Etfw"
>May 27, 2020</a
href="https://twitter.com/omesis_ray/status/1359040195799093252?ref_src=twsrc%5Etfw"
>February 9, 2021</a
>
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
チャンネル登録🥺
<a href="https://t.co/FyaJxkZS5A">pic.twitter.com/FyaJxkZS5A</a>
27万人おめがとう😚❤️これからもよろ!!!!!!!
<a href="https://t.co/DjunDBMhW6">pic.twitter.com/DjunDBMhW6</a>
</p>
&mdash; おめがリオ@妹の方 字幕は青です (@omesis_rio)
<a
href="https://twitter.com/omesis_rio/status/1265606743557464068?ref_src=twsrc%5Etfw"
>May 27, 2020</a
href="https://twitter.com/omesis_rio/status/1359040547948646402?ref_src=twsrc%5Etfw"
>February 9, 2021</a
>
</blockquote>
</div>
Expand Down
10 changes: 8 additions & 2 deletions pages/alpha.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@
href="https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css"
/>

<link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.min.css" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/css/swiper.min.css"
/>
<link rel="stylesheet" href="../assets/css/index.css" />
<link rel="stylesheet" href="../assets/css/alpha.css" />
<link
Expand Down Expand Up @@ -229,7 +232,10 @@ <h2><i class="fab fa-youtube"></i>YouTube</h2>
src="../assets/js/lazyload.js"
defer
></script>
<script src="https://unpkg.com/swiper/js/swiper.min.js" defer></script>
<script
src="https://unpkg.com/[email protected]/js/swiper.min.js"
defer
></script>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
Expand Down
12 changes: 9 additions & 3 deletions pages/backup_announce_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.4.3/css/flag-icon.min.css"
/>
<link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.min.css" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/css/swiper.min.css"
/>
<link rel="stylesheet" href="../assets/css/index.css" />

<script src="./index.js" defer></script>
Expand Down Expand Up @@ -97,7 +100,7 @@
<a
id="header_contact"
class="drawer-menu-item"
href="https://upd8.jp/contact_us/index.html?sc=%E3%81%8A%E3%82%81%E3%81%8C%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%BA%20[%CE%A9%20Sisters]"
href="mailto:[email protected]"
target="_blank"
rel="noopener noreferrer"
>お問い合わせ</a
Expand Down Expand Up @@ -438,7 +441,10 @@ <h2 class="section_title" id="section_popularity_poll">
src="../assets/js/lazyload.js"
defer
></script>
<script src="https://unpkg.com/swiper/js/swiper.min.js" defer></script>
<script
src="https://unpkg.com/[email protected]/js/swiper.min.js"
defer
></script>
<script
type="text/javascript"
src="../assets/js/ytplaylist.js"
Expand Down
147 changes: 117 additions & 30 deletions pages/pass200000sss.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.4.3/css/flag-icon.min.css"
/>
<link rel="stylesheet" href="https://unpkg.com/swiper/css/swiper.min.css" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/css/swiper.min.css"
/>
<link rel="stylesheet" href="../assets/css/index.css" />

<script src="./index.js" defer></script>
Expand Down Expand Up @@ -97,7 +100,7 @@
<a
id="header_contact"
class="drawer-menu-item"
href="https://upd8.jp/contact_us/index.html?sc=%E3%81%8A%E3%82%81%E3%81%8C%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%BA%20[%CE%A9%20Sisters]"
href="mailto:[email protected]"
target="_blank"
rel="noopener noreferrer"
>お問い合わせ</a
Expand Down Expand Up @@ -129,6 +132,110 @@ <h2 class="section_title" id="section_c200000s">
All milestone tweet by OMEGA Sisters.
</h2>
<div class="pr_announce">
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
チャンネル登録27万人突破しました!!
<a href="https://t.co/oyC46nLsbQ">pic.twitter.com/oyC46nLsbQ</a>
</p>
&mdash; おめがレイ@バーチャル双子YouTuber (@omesis_ray)
<a
href="https://twitter.com/omesis_ray/status/1359040195799093252?ref_src=twsrc%5Etfw"
>February 9, 2021</a
>
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
27万人おめがとう😚❤️これからもよろ!!!!!!!
<a href="https://t.co/DjunDBMhW6">pic.twitter.com/DjunDBMhW6</a>
</p>
&mdash; おめがリオ@妹の方 字幕は青です (@omesis_rio)
<a
href="https://twitter.com/omesis_rio/status/1359040547948646402?ref_src=twsrc%5Etfw"
>February 9, 2021</a
>
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
チャンネル登録26万人突破!モチョモチョうんちっち!!!
<a href="https://t.co/xn5sD9Sds0">pic.twitter.com/xn5sD9Sds0</a>
</p>
&mdash; おめがレイ@バーチャル双子YouTuber (@omesis_ray)
<a
href="https://twitter.com/omesis_ray/status/1325331343912300545?ref_src=twsrc%5Etfw"
>November 8, 2020</a
>
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
みんなおめがとう😚💓
<a href="https://t.co/MsLi6Qybb2">pic.twitter.com/MsLi6Qybb2</a>
</p>
&mdash; おめがリオ@妹の方 字幕は青です (@omesis_rio)
<a
href="https://twitter.com/omesis_rio/status/1325331098407034880?ref_src=twsrc%5Etfw"
>November 8, 2020</a
>
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
チャンネル登録25万人突破!!ありがとう!!<br />フタゴーだ!!!
<a href="https://t.co/iPR0VYOa4Y">pic.twitter.com/iPR0VYOa4Y</a>
</p>
&mdash; おめがレイ@バーチャル双子YouTuber (@omesis_ray)
<a
href="https://twitter.com/omesis_ray/status/1306459725907730432?ref_src=twsrc%5Etfw"
>September 17, 2020</a
>
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
チャンネル登録25万人おめがとうごぜぇます👯‍♀️
<a href="https://t.co/jv7dIbe3ot">pic.twitter.com/jv7dIbe3ot</a>
</p>
&mdash; おめがリオ@妹の方 字幕は青です (@omesis_rio)
<a
href="https://twitter.com/omesis_rio/status/1306459212176699392?ref_src=twsrc%5Etfw"
>September 17, 2020</a
>
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
チャンネル登録24万人おめがとう!!!
<a href="https://t.co/d33E9qYFyP">pic.twitter.com/d33E9qYFyP</a>
</p>
&mdash; おめがレイ@バーチャル双子YouTuber (@omesis_ray)
<a
href="https://twitter.com/omesis_ray/status/1282219798974234626?ref_src=twsrc%5Etfw"
>July 12, 2020</a
>
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
チャンネル登録24万人うれしみMAX🥺💓
<a href="https://t.co/4D2xZ3rLYB">pic.twitter.com/4D2xZ3rLYB</a>
</p>
&mdash; おめがリオ@妹の方 字幕は青です (@omesis_rio)
<a
href="https://twitter.com/omesis_rio/status/1282219862199173126?ref_src=twsrc%5Etfw"
>July 12, 2020</a
>
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">
Expand Down Expand Up @@ -1025,38 +1132,15 @@ <h2 class="section_title" id="section_c200000s">
</blockquote>
</div>
<div class="pr_announce_item">
<blockquote class="twitter-tweet" data-dnt="true" data-width="100%">
<p lang="ja" dir="ltr">
チャンネル登録者9000人おめがとーー!!٩(๑òωó๑)۶<br />おめがっていくぞーー!!!!!!<a
href="https://t.co/0lQOx0Jk3Y"
>https://t.co/0lQOx0Jk3Y</a
>
<a
href="https://twitter.com/hashtag/vtuber?src=hash&amp;ref_src=twsrc%5Etfw"
>#vtuber</a
>
<a
href="https://twitter.com/hashtag/%E3%83%90%E3%83%BC%E3%83%81%E3%83%A3%E3%83%AB%E3%83%A6%E3%83%BC%E3%83%81%E3%83%A5%E3%83%BC%E3%83%90%E3%83%BC?src=hash&amp;ref_src=twsrc%5Etfw"
>#バーチャルユーチューバー</a
>
<a
href="https://twitter.com/hashtag/%E3%81%8A%E3%82%81%E3%82%B7%E3%82%B9?src=hash&amp;ref_src=twsrc%5Etfw"
>#おめシス</a
>
<a
href="https://twitter.com/hashtag/%E3%81%8A%E3%82%81%E3%81%8C%E3%82%B7%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%BA?src=hash&amp;ref_src=twsrc%5Etfw"
>#おめがシスターズ</a
>
<a href="https://t.co/DlQxhbHxac">pic.twitter.com/DlQxhbHxac</a>
</p>
&mdash; おめがレイ@バーチャル双子YouTuber (@omesis_ray)
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">出遅れたけどついに9000人か…幸せや…</p>
&mdash; おめがリオ@妹の方 字幕は青です (@omesis_rio)
<a
href="https://twitter.com/omesis_ray/status/987189893947273216?ref_src=twsrc%5Etfw"
href="https://twitter.com/omesis_rio/status/987253737151320064?ref_src=twsrc%5Etfw"
>April 20, 2018</a
>
</blockquote>
</div>

<div class="pr_announce_item">
<blockquote class="twitter-tweet" data-dnt="true" data-width="100%">
<p lang="ja" dir="ltr">
Expand Down Expand Up @@ -1391,7 +1475,10 @@ <h2 class="section_title" id="section_c200000s">
src="../assets/js/lazyload.js"
defer
></script>
<script src="https://unpkg.com/swiper/js/swiper.min.js" defer></script>
<script
src="https://unpkg.com/[email protected]/js/swiper.min.js"
defer
></script>
<script
type="text/javascript"
src="../assets/js/ytplaylist.js"
Expand Down
1 change: 0 additions & 1 deletion preact/main/playlists/songsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
exports.__esModule = true;
var songsList_json_1 = __importDefault(require("./songsList.json"));
console.log(songsList_json_1["default"]);
exports["default"] = songsList_json_1["default"];
Loading

0 comments on commit e1406e2

Please sign in to comment.