diff --git a/content/fwupd/_index.md b/content/fwupd/_index.md index 6917861..16129af 100644 --- a/content/fwupd/_index.md +++ b/content/fwupd/_index.md @@ -1,7 +1,8 @@ +++ title = "更新固件" date = 2023-12-16T23:15:13+08:00 -weight = 5 +weight = 1 +++ ## 更新eSTK.me的固件 + diff --git a/content/quickstart/_index.md b/content/quickstart/_index.md index b8bc3cd..fb8dfa8 100644 --- a/content/quickstart/_index.md +++ b/content/quickstart/_index.md @@ -4,23 +4,13 @@ date = 2023-12-16T23:22:24+08:00 weight = 1 +++ -## 第一个 Profile - -{{% notice style="note" title="注意" %}} -**eSTK.me 的功能需要至少一个被激活的配置文件**,您如果在没激活配置文件就将 eSTK.me 插入手机,您可能看到错误提示。 +{{% notice style="info" title="注意" %}} +尽管eSTK.me经过特殊的设计可以在没有Profile的情况下被设备识别,但仍可能在某些设备上工作不正常。 {{% /notice %}} -- [使用 Android 设备完成](./android) -- [使用 PC 设备完成](./pcsc) - -## 启用配置文件后插入到您的设备 - -{{% notice style="note" title="注意" %}} -eSTK.me 固件版本信息在固件版本 1.2.6 中加入 -{{% /notice %}} +## 出厂即为Android 9+的设备 +出厂为Android 9+操作系统的设备,很有可能具有OMAPI支持,可以尝试通过以下章节的步骤来使用。 +- Android OMAPI -插入后,您将看到 `HelloWorld!` 的提示与当前 eSTK.me 的固件版本号,代表您已经**成功启用了新的 eSTK.me**。 -此时您将可以在 STK 菜单中激活您的 License,使用系统内建的 STK 工具箱,进行管理。 -提示可以在 STK 菜单中的 `MOTD Mode` 中关闭 +## 台式、笔记本、单板计算机 -- [MOTD Mode](../stk/settings/motd) diff --git a/content/quickstart/omapi.id.md b/content/quickstart/omapi.id.md index 65a4829..26455af 100644 --- a/content/quickstart/omapi.id.md +++ b/content/quickstart/omapi.id.md @@ -1,5 +1,5 @@ +++ title = "_OMAPI Android_" date = 2023-12-17T00:17:46+08:00 -weight = 2 +weight = 1 +++ diff --git a/content/quickstart/omapi.md b/content/quickstart/omapi.md index 742bc98..6be4ab3 100644 --- a/content/quickstart/omapi.md +++ b/content/quickstart/omapi.md @@ -1,5 +1,5 @@ +++ title = "Android OMAPI" date = 2023-12-17T00:17:46+08:00 -weight = 2 +weight = 1 +++ diff --git a/content/quickstart/pcsc.id.md b/content/quickstart/pcsc/_index.md similarity index 84% rename from content/quickstart/pcsc.id.md rename to content/quickstart/pcsc/_index.md index 64dbe4e..6168895 100644 --- a/content/quickstart/pcsc.id.md +++ b/content/quickstart/pcsc/_index.md @@ -1,5 +1,5 @@ +++ title = "PC/SC" date = 2023-12-17T00:17:42+08:00 -weight = 3 +weight = 1 +++ diff --git a/content/quickstart/pcsc.md b/content/quickstart/pcsc/linux.md similarity index 76% rename from content/quickstart/pcsc.md rename to content/quickstart/pcsc/linux.md index 64dbe4e..8854f5f 100644 --- a/content/quickstart/pcsc.md +++ b/content/quickstart/pcsc/linux.md @@ -1,5 +1,5 @@ +++ -title = "PC/SC" +title = "Linux" date = 2023-12-17T00:17:42+08:00 weight = 3 +++ diff --git a/content/quickstart/pcsc/macos.md b/content/quickstart/pcsc/macos.md new file mode 100644 index 0000000..a0e8e2b --- /dev/null +++ b/content/quickstart/pcsc/macos.md @@ -0,0 +1,5 @@ ++++ +title = "macOS" +date = 2023-12-17T00:17:42+08:00 +weight = 2 ++++ diff --git a/content/quickstart/stk-menu.md b/content/quickstart/pcsc/windows.md similarity index 73% rename from content/quickstart/stk-menu.md rename to content/quickstart/pcsc/windows.md index fb75552..11eb803 100644 --- a/content/quickstart/stk-menu.md +++ b/content/quickstart/pcsc/windows.md @@ -1,5 +1,5 @@ +++ -title = "STK Menu" +title = "Windows" date = 2023-12-17T00:17:42+08:00 weight = 1 +++ diff --git a/content/quickstart/stk-menu.id.md b/content/quickstart/stk-menu.id.md deleted file mode 100644 index 6e18032..0000000 --- a/content/quickstart/stk-menu.id.md +++ /dev/null @@ -1,5 +0,0 @@ -+++ -title = "Menu STK (_SIM ToolKit_)" -date = 2023-12-17T00:17:42+08:00 -weight = 1 -+++ diff --git a/hugo.toml b/hugo.toml index 50b1fbd..f94d22d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -93,7 +93,7 @@ disableRandomIds = false # support for all used languages of your site. # This is handy for example if you are writing in Spanish but have lots of # source code on your page which typically uses English terminology. -additionalContentLanguage = [ "en" ] +additionalContentLanguage = [ "en", "id" ] # Additional code dependencies. # Default: See hugo.toml of the theme @@ -306,4 +306,9 @@ landingPageName = " 主页" [Languages.en] title = "eSTK.me Docs" weight = 2 -languageName = "English" \ No newline at end of file +languageName = "English" + +[Languages.id] +title = "eSTK.me Docs" +weight = 3 +languageName = "ID"