Skip to content

Commit

Permalink
deploy: 5d03ea3
Browse files Browse the repository at this point in the history
  • Loading branch information
nanashi committed Mar 7, 2024
0 parents commit 610f275
Show file tree
Hide file tree
Showing 57 changed files with 763 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="referrer" content="no-referrer"><link rel="icon" href="/favicon.svg"><link rel="alternate icon" href="favicon.ico" type="image/x-icon"><title>VTBs in bilibili!</title><link href="/css/detail.b70ad08c.css" rel="prefetch"><link href="/css/tietie.da004328.css" rel="prefetch"><link href="/js/detail.22d5d232.js" rel="prefetch"><link href="/js/detail~macro.c3c612ed.js" rel="prefetch"><link href="/js/dev.9bb911fc.js" rel="prefetch"><link href="/js/macro.5c1d319e.js" rel="prefetch"><link href="/js/tietie.99c047e4.js" rel="prefetch"><link href="/css/app.8368f148.css" rel="preload" as="style"><link href="/css/chunk-vendors.47ed0434.css" rel="preload" as="style"><link href="/js/app.16b30df2.js" rel="preload" as="script"><link href="/js/chunk-vendors.48575fd4.js" rel="preload" as="script"><link href="/css/chunk-vendors.47ed0434.css" rel="stylesheet"><link href="/css/app.8368f148.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but vtbs.moe doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>很抱歉vtbs.moe必须开启JavaScript才可以正常工作。</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.48575fd4.js"></script><script src="/js/app.16b30df2.js"></script></body></html>
491 changes: 491 additions & 0 deletions BiliChat/3rdpartylicenses.txt

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions BiliChat/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"CONNECTCLOSED": "Connetion failed, retry in 5 seconds.",
"CONNECTED": "Successfully connected!",
"CONNECTING": "Connecting to channel {realRoomId}...",
"DISCONNECTED": "Server disconnected, reconnecting...",
"GETROOMINFO": "Fetching channel information...",
"IDFORMATERROR": "ID is not a valid value.",
"ROOMINFORAWID": "Fetch information failed, retry with rawID",

"ROOM": "Channel {roomId}",
"INDEX": "Index",

"NEW_MEMBER_TITLE": "New membership ({memberType})",
"NEW_MEMBER_SUBTITLE": "Welcome, {username}!",
"NEW_GIFT_TITLE": "{username}",
"NEW_GIFT_SUBTITLE": "Gift {gift} ×{amount}",

"MEMBER_TYPE_1": "General",
"MEMBER_TYPE_2": "Prefect",
"MEMBER_TYPE_3": "Captian"
}
21 changes: 21 additions & 0 deletions BiliChat/assets/i18n/ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"CONNECTCLOSED": "チャットに接続できません。5秒後に再接続を試みます",
"CONNECTED": "チャットに接続しました!",
"CONNECTING": "チャンネル{realRoomId}へ接続しています...",
"DISCONNECTED": "チャットが切断されました。再接続するまでしばらくお待ちください...",
"GETROOMINFO": "チャンネル情報取得中...",
"IDFORMATERROR": "無効なビリビリ生放送チャンネルIDです",
"ROOMINFORAWID": "チャンネル情報の取得が失敗しました。rawIDで試みます",

"ROOM": "チャンネル {roomId}",
"INDEX": "ホームページ",

"NEW_MEMBER_TITLE": "新規メンバー ({memberType})",
"NEW_MEMBER_SUBTITLE": "ようこそ、{username} さん!",
"NEW_GIFT_TITLE": "{username} さんが",
"NEW_GIFT_SUBTITLE": "{gift} ×{amount} を送りました!",

"MEMBER_TYPE_1": "総督",
"MEMBER_TYPE_2": "提督",
"MEMBER_TYPE_3": "艦長"
}
21 changes: 21 additions & 0 deletions BiliChat/assets/i18n/zh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"CONNECTCLOSED": "无法连接到直播间,5秒后重试。",
"CONNECTED": "成功连接到直播间!",
"CONNECTING": "正在连接到直播间{realRoomId}...",
"DISCONNECTED": "检测到服务器断开,尝试重连中...",
"GETROOMINFO": "正在获取直播间信息...",
"IDFORMATERROR": "直播间ID格式错误",
"ROOMINFORAWID": "直播间信息获取失败,尝试rawID",

"ROOM": "直播间 {roomId}",
"INDEX": "主页",

"NEW_MEMBER_TITLE": "新的{memberType}",
"NEW_MEMBER_SUBTITLE": "欢迎 {username} 上舰!",
"NEW_GIFT_TITLE": "{username}",
"NEW_GIFT_SUBTITLE": "赠送 {gift} ×{amount}",

"MEMBER_TYPE_1": "总督",
"MEMBER_TYPE_2": "提督",
"MEMBER_TYPE_3": "舰长"
}
Binary file added BiliChat/assets/logo_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added BiliChat/favicon.ico
Binary file not shown.
16 changes: 16 additions & 0 deletions BiliChat/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="referrer" content="never">
<title>BILICHAT by 3Shain</title>
<base href="/BiliChat/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="styles.5fae499ba289656c1613.css"></head>
<body>
<app-root></app-root>
<script src="runtime-es2015.858f8dd898b75fe86926.js" type="module"></script><script src="polyfills-es2015.46dd7c2df67c4003115b.js" type="module"></script><script src="runtime-es5.741402d1d47331ce975c.js" nomodule></script><script src="polyfills-es5.d78d4ca48b399398408a.js" nomodule></script><script src="scripts.9ef9718f924f5bd94420.js"></script><script src="main-es2015.19f229af05f0de663f0a.js" type="module"></script><script src="main-es5.4cdbe1cdd7dfa0acbbe6.js" nomodule></script></body>
</html>
1 change: 1 addition & 0 deletions BiliChat/main-es2015.19f229af05f0de663f0a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions BiliChat/main-es5.4cdbe1cdd7dfa0acbbe6.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions BiliChat/polyfills-es2015.46dd7c2df67c4003115b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions BiliChat/polyfills-es5.d78d4ca48b399398408a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions BiliChat/runtime-es2015.858f8dd898b75fe86926.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions BiliChat/runtime-es5.741402d1d47331ce975c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions BiliChat/scripts.9ef9718f924f5bd94420.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions BiliChat/styles.5fae499ba289656c1613.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
master.vtbs.moe
2 changes: 2 additions & 0 deletions css/app.8368f148.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/app.8368f148.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions css/chunk-vendors.47ed0434.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/chunk-vendors.47ed0434.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions css/detail.b70ad08c.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/detail.b70ad08c.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions css/tietie.da004328.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/tietie.da004328.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 610f275

Please sign in to comment.