* Init 7s * Fix 7s novel * Fix UI and add KR locale for 7s * Add rewrites for 7s
78 lines
2.7 KiB
HTML
78 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
<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>신주절검록 - 어비스 랩</title>
|
||
|
||
<!-- 海外 -->
|
||
|
||
<link href="/novels/7s/common/base.css" rel="stylesheet" />
|
||
<link href="/novels/7s/ko-KR/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: '신주절검록',
|
||
latest: '최신 챕터',
|
||
start: '처음부터',
|
||
continue: '이어서 하기',
|
||
chapters: '챕터 목록',
|
||
gallery: '갤러리',
|
||
loadFail: '로드할 데이터가 없습니다.',
|
||
noScene: '해당 씬을 찾을 수 없습니다.',
|
||
loading: '로딩...',
|
||
wifi: 'Wi-Fi 환경을 추천합니다.',
|
||
fictional1: '이 내용은 모두 허구입니다.',
|
||
fictional2:
|
||
'만일 실제와 비슷하거나 같은 경우가 있더라도 이는 우연에 의한 것임을 밝힙니다.',
|
||
}
|
||
var consts = {
|
||
apiBase: '/novels/7s/ko-KR/',
|
||
}
|
||
</script>
|
||
<script type="text/javascript" src="/novels/7s/common/bundle.js"></script>
|
||
</body>
|
||
</html>
|