7s novel (#97)
* Init 7s * Fix 7s novel * Fix UI and add KR locale for 7s * Add rewrites for 7s
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<!-- HTTP 1.1 -->
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
<!-- HTTP 1.0 -->
|
||||
<meta http-equiv="cache-control" content="no-cache" />
|
||||
<meta name="applicable-device" content="mobile" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="force-rendering" content="webkit" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover"
|
||||
/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="Copyright" content="miHoYo" />
|
||||
<meta name="Description" content="" />
|
||||
<meta name="Keywords" content="" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="format-detection" content="email=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta
|
||||
name="apple-mobile-web-status-bar-style"
|
||||
content="black-translucent"
|
||||
/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<link
|
||||
data-n-head="1"
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="https://honkaiimpact3.mihoyo.com/favicon.ico"
|
||||
/>
|
||||
<title>Seven Swords - Abyss Lab</title>
|
||||
|
||||
<!-- 海外 -->
|
||||
|
||||
<link href="/novels/7s/common/base.css" rel="stylesheet" />
|
||||
<link href="/novels/7s/en-US/bundle.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="frame">
|
||||
<div id="content"></div>
|
||||
</div>
|
||||
<script
|
||||
id="vconsole"
|
||||
type="text/javascript"
|
||||
data-src="https://webstatic.mihoyo.com/dora/lib/vconsole/3.2.0/vconsole.min.js"
|
||||
></script>
|
||||
|
||||
<script src="https://webstatic-sea.mihoyo.com/dora/lib/vue-sentry/2.6.11/vue.min.js"></script>
|
||||
|
||||
<script type="text/javascript" src="/novels/7s/common/vendors.js"></script>
|
||||
<script>
|
||||
var i18n = {
|
||||
title: 'Seven Swords',
|
||||
latest: 'Latest',
|
||||
start: 'Start',
|
||||
continue: 'Continue',
|
||||
chapters: 'Chapters',
|
||||
gallery: 'Gallery',
|
||||
loadFail: 'There is no saved data.',
|
||||
noScene: 'The scene does not exist.',
|
||||
loading: 'Loading...',
|
||||
wifi: 'Wi-Fi environment is recommended.',
|
||||
fictional1: 'This is a work of fiction.',
|
||||
fictional2:
|
||||
'Any resemblance to actual persons, living or dead, or actual events is purely coincidental.',
|
||||
}
|
||||
var consts = {
|
||||
apiBase: '/novels/7s/ko-KR/',
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="/novels/7s/common/bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user