Comments about open src
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"liveServer.settings.port": 5501
|
||||
}
|
||||
@@ -155,7 +155,7 @@
|
||||
lang_map = new Map();
|
||||
lang_map.set("en-US", "amiPro's core is completely open source, thus providing complete verifiability and security.<br>Not only the FIDO2 server, but also the iOS/Android SDK for App development are completely open source.");
|
||||
lang_map.set("zh-CN", "amiPro的核心完全永久开源,从而提供完全的可验证性和安全性。<br>不仅FIDO2服务器,App开发用iOS/Android SDK也完全开源。");
|
||||
lang_map.set("ja", "amiPro のコアは完全にオープンソースであり、完全な検証性とセキュリティを提供します。<br>FIDO2 サーバーだけでなく、アプリ開発用の iOS / Android SDK も完全にオープンソースです。");
|
||||
lang_map.set("ja", "amiPro のコアは完全な検証性とセキュリティを提供します。<br>Web開発用JS SDKやアプリ開発用の iOS / Android SDK は完全にオープンソースです。");
|
||||
i18n_messages.set("info_open_src", lang_map);
|
||||
|
||||
lang_map = new Map();
|
||||
@@ -252,8 +252,8 @@
|
||||
i18n_messages.set("hero_chip_1", lang_map);
|
||||
|
||||
lang_map = new Map();
|
||||
lang_map.set("en-US", "Open source server + SDK");
|
||||
lang_map.set("ja", "オープンソースのサーバー+SDK");
|
||||
lang_map.set("en-US", "Core server + Open source SDK");
|
||||
lang_map.set("ja", "コアサーバー+オープンソースSDK");
|
||||
i18n_messages.set("hero_chip_2", lang_map);
|
||||
|
||||
lang_map = new Map();
|
||||
@@ -412,8 +412,7 @@
|
||||
<section class="hero reveal">
|
||||
<div class="hero__text" data-animate>
|
||||
<span class="hero__eyebrow" id="hero_eyebrow">Passkey cloud platform</span>
|
||||
<div class="ticker" style="margin: 1rem 0;">
|
||||
<span class="ticker__dot"></span>
|
||||
<div class="ticker" style="margin: 1rem 0;">
|
||||
<span id="top_msg">Top message</span>
|
||||
</div>
|
||||
<h1 class="hero__title" id="hero_title">FIDO2 journeys people want to finish</h1>
|
||||
@@ -506,7 +505,7 @@
|
||||
<p class="card-text" id="info_open_src">
|
||||
Open src
|
||||
</p><br>
|
||||
<a href="https://github.com/dqj1998/fido2-node" target="_blank" class="btn btn-primary" id="label_open_src">Open src</a>
|
||||
<a href="https://github.com/dqj1998/dFido2Lib-ios" target="_blank" class="btn btn-primary" id="label_open_src">Open src</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user