Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Update: ost_data_export SHA 2b3c178aefa266a9f0a7877a8031bf841117da97
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2023
1 parent cb7835d commit 311a1c8
Show file tree
Hide file tree
Showing 3,485 changed files with 282,154 additions and 203,456 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
105 changes: 62 additions & 43 deletions en/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,38 @@
</style>
<script src="/static/js/common.js"></script>
<script src="/static/js/zhcn_switch.js"></script>
<script src="/static/js/highlight_element.js"></script>
<script src="/static/js/highlightElement.js"></script>
<script src="/static/js/tooltip.js"></script>
<script src="/static/js/lang_switch.js"></script>
<script src="/static/js/time_show.js"></script>
<script src="/static/js/popup.js"></script>
<script src="/static/js/cn_popup.js"></script>
<script src="/static/js/track_player.js"></script>
<script src="/static/js/story_video_player.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BKTB7R8TC3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
window.dataLayer = window.dataLayer || [];

gtag('config', 'G-BKTB7R8TC3');
function gtag() {
dataLayer.push(arguments);
}

gtag('js', new Date());

gtag('config', 'G-BKTB7R8TC3');
</script>
<script>var tooltip_data = {}; function add_tooltip_data(dictionary) {tooltip_data = Object.assign({}, tooltip_data, dictionary)}</script>
<script>var tooltip_data = {};

function add_tooltip_data(dictionary) {
tooltip_data = Object.assign({}, tooltip_data, dictionary)
}</script>

</head>

<body style="visibility: visible; opacity: 1;" lang="en">
<div class="wrapper" id="main-wrapper">
<div class="wrapper" id="main-wrapper">

<div class=" w3-xlarge w3-hide-large" id="git-wiki-mobile-header">
<button class="w3-button w3-teal" onclick="sidebar_toggle()"></button>
<a href="/en/">
Expand All @@ -80,12 +91,12 @@ <h1 style="margin-top: 10px; margin-bottom: 5px;">BA OST Index</h1>

<div>
<span>You can switch page language here:</span>
<select id="lang_switcher" onchange="lang_switch()">
<select id="lang_switcher" onchange="switchToLanguage()">
<option value="en"><span lang="en">English</span></option>
<option value="zh_cn" lang="zh-Hans">中文(简体)</option>
<option value="zh_tw" lang="zh-Hant">中文(繁體)</option>
</select>
<script>lang_switch_show();</script>
<script>showLangSwitchStatus();</script>
<br /><br />
</div>

Expand Down Expand Up @@ -119,21 +130,21 @@ <h1 style="margin-top: 10px; margin-bottom: 5px;">BA OST Index</h1>
</div>
</header>

<script>
function sidebar_toggle() {
var sidebar = document.getElementById("git-wiki-sidebar");
if (sidebar.style.display === "block") {
sidebar.style.display = "none";
sidebar.style.position = "inherit";
} else {
$(sidebar).attr('style', 'display: block;');
}
<script>
function sidebar_toggle() {
var sidebar = document.getElementById("git-wiki-sidebar");
if (sidebar.style.display === "block") {
sidebar.style.display = "none";
sidebar.style.position = "inherit";
} else {
$(sidebar).attr('style', 'display: block;');
}
</script>
}
</script>

<div class="git-wiki-page">
<div id="interpage-navi">
<div class="git-wiki-page">
<div id="interpage-navi">




Expand All @@ -144,11 +155,12 @@ <h1 style="margin-top: 10px; margin-bottom: 5px;">BA OST Index</h1>



<hr />
</div>

<hr/>
</div>

<div id="git-wiki-content">
<div id="git-wiki-content">

<h1>About This Site</h1>
<h2>The Site Itself</h2>
<p>This website is the <a href="https://github.com/BA-OST-Index/ost_data_site">front-end showcase</a> part of the project <a href="https://github.com/BA-OST-Index/">BA OST Index</a>. About other parts of the project, please visit the project's homepage.</p>
Expand All @@ -167,17 +179,17 @@ <h2>Technology</h2>
<p>This website uses <a href="https://marketingplatform.google.com/about/analytics/">Google Analytics</a> for statistics monitoring.</p>
<p>The code is under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>

</div>
</div>
<script>
display_zhcn_element();
</script>
</div>
<script>
displayZhcnString();
</script>
</div>

<div id="interpage-navi-bottom">
<div>
<div id="interpage-navi-bottom-left">
<div id="interpage-navi-bottom">
<div>
<div id="interpage-navi-bottom-left">




Expand All @@ -191,13 +203,13 @@ <h2>Technology</h2>



</div>
<div id="interpage-navi-bottom-right"></div>
</div>
<div id="interpage-navi-bottom-right"></div>
</div>
</div>

<div class="wrapper" id="bottom-wrapper">
<div class="wrapper" id="bottom-wrapper">

<footer>
<div class="git-wiki-copyrights">
<p><a href="https://github.com/BA-OST-Index">BA OST Index</a> is a project created by <a href="https://github.com/sctop">sctop</a>.</p>
Expand All @@ -211,17 +223,24 @@ <h2>Technology</h2>
</div>
<script>
addEventListener("load", function () {showProjectTime(); setInterval(showProjectTime, 1000);})
addEventListener("load", function () {document.getElementById("page-generation-time").innerText = showTimestampInLocalTime(1700989326.1492505)})
addEventListener("load", function () {document.getElementById("page-generation-time").innerText = showTimestampInLocalTime(1702140045.5245335)})
</script>
</footer>
<script>display_char_lang_element('en');</script>
<script>displayCharLangElement('en');</script>

</div>
</div>

<!--全局JS,用于显示跳转到加速站的弹窗-->
<script>
addEventListener("load", function () {
checkCnIP();
})
</script>

<!--
This page is generated with Jinja2 by Python 3.
For more information about this project: https://github.com/BA-OST-Index/
Generated time (UTC): 1700989326.1492558
Generated time (UTC): 1702140045.5245385
-->
</body>
</html>
Loading

0 comments on commit 311a1c8

Please sign in to comment.