Skip to content

Commit 4b7ebfa

Browse files
committed
set the path of each languages correctly
1 parent 0012663 commit 4b7ebfa

14 files changed

+55
-20
lines changed

docs/.vuepress/.temp/internal/siteData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const siteData = JSON.parse("{\"base\":\"/\",\"lang\":\"en-US\",\"title\":\"\",\"description\":\"\",\"head\":[[\"link\",{\"rel\":\"stylesheet\",\"href\":\"/styles/index.css\"}]],\"locales\":{\"/\":{\"lang\":\"en-US\",\"title\":\"EchoShare\",\"description\":\"Echoshare is an out-of-the-box, highly customizable online media sharing application\"},\"/zh/\":{\"lang\":\"zh-CN\",\"title\":\"EchoShare\",\"description\":\"开箱即用的在线媒体共享应用\"}}}")
1+
export const siteData = JSON.parse("{\"base\":\"/\",\"lang\":\"en-US\",\"title\":\"\",\"description\":\"\",\"head\":[[\"link\",{\"rel\":\"stylesheet\",\"href\":\"/styles/index.css\"}]],\"locales\":{\"/\":{\"lang\":\"English\",\"title\":\"EchoShare\",\"description\":\"Echoshare is an out-of-the-box, highly customizable online media sharing application\"},\"/zh/\":{\"lang\":\"简体中文\",\"title\":\"EchoShare\",\"description\":\"开箱即用的在线媒体共享应用\"}}}")
22

33
if (import.meta.webpackHot) {
44
import.meta.webpackHot.accept()

docs/.vuepress/.temp/internal/themeData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const themeData = JSON.parse("{\"logo\":\"https://i.postimg.cc/j2TV1S2q/navlogo.png\",\"navbar\":[\"/\",\"/get-started\",{\"text\":\"Github\",\"link\":\"https://github.com/echoshare/echoshare\"}],\"locales\":{\"/\":{\"selectLanguageName\":\"English\"}},\"colorMode\":\"auto\",\"colorModeSwitch\":true,\"repo\":null,\"selectLanguageText\":\"Languages\",\"selectLanguageAriaLabel\":\"Select language\",\"sidebar\":\"heading\",\"sidebarDepth\":2,\"editLink\":true,\"editLinkText\":\"Edit this page\",\"lastUpdated\":true,\"lastUpdatedText\":\"Last Updated\",\"contributors\":true,\"contributorsText\":\"Contributors\",\"notFound\":[\"There's nothing here.\",\"How did we get here?\",\"That's a Four-Oh-Four.\",\"Looks like we've got some broken links.\"],\"backToHome\":\"Take me home\",\"openInNewWindow\":\"open in new window\",\"toggleColorMode\":\"toggle color mode\",\"toggleSidebar\":\"toggle sidebar\"}")
1+
export const themeData = JSON.parse("{\"logo\":\"https://i.postimg.cc/j2TV1S2q/navlogo.png\",\"locales\":{\"/\":{\"navbar\":[\"/\",\"/get-started\",{\"text\":\"Github\",\"link\":\"https://github.com/echoshare/echoshare\"}],\"selectLanguageName\":\"English\"},\"/zh/\":{\"navbar\":[\"/zh/\",\"/zh/get-started\",{\"text\":\"Github \",\"link\":\"https://github.com/echoshare/echoshare\"}]}},\"colorMode\":\"auto\",\"colorModeSwitch\":true,\"navbar\":[],\"repo\":null,\"selectLanguageText\":\"Languages\",\"selectLanguageAriaLabel\":\"Select language\",\"sidebar\":\"heading\",\"sidebarDepth\":2,\"editLink\":true,\"editLinkText\":\"Edit this page\",\"lastUpdated\":true,\"lastUpdatedText\":\"Last Updated\",\"contributors\":true,\"contributorsText\":\"Contributors\",\"notFound\":[\"There's nothing here.\",\"How did we get here?\",\"That's a Four-Oh-Four.\",\"Looks like we've got some broken links.\"],\"backToHome\":\"Take me home\",\"openInNewWindow\":\"open in new window\",\"toggleColorMode\":\"toggle color mode\",\"toggleSidebar\":\"toggle sidebar\"}")
22

33
if (import.meta.webpackHot) {
44
import.meta.webpackHot.accept()

docs/.vuepress/.temp/pages/404.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import comp from "E:/develop/docs-echoshare/docs/.vuepress/.temp/pages/404.html.vue"
2-
const data = JSON.parse("{\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"en-US\",\"frontmatter\":{\"layout\":\"NotFound\"},\"headers\":[],\"git\":{},\"filePathRelative\":null}")
2+
const data = JSON.parse("{\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"English\",\"frontmatter\":{\"layout\":\"NotFound\"},\"headers\":[],\"git\":{},\"filePathRelative\":null}")
33
export { comp, data }
44

55
if (import.meta.webpackHot) {

docs/.vuepress/.temp/pages/get-started.html.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vuepress/.temp/pages/get-started.html.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<h3 id="✨-enhancements" tabindex="-1"><a class="header-anchor" href="#✨-enhancements"><span>✨ Enhancements</span></a></h3>
2424
<ul>
2525
<li>⏳ <strong>Local History</strong>: easily review shared records for convenience.</li>
26+
<li>💓 <strong>Heartbeat detection</strong>: real-time detection of connection status.</li>
2627
<li>🔗 <strong>Customize webhook</strong>: Flexible integration with other systems for automated workflows.</li>
2728
<li>🔄 <strong>Automatic pull after interruption</strong>: automatic recovery even when the network is interrupted, ensuring continuity of sharing.</li>
2829
<li>📱 <strong>Support PWA</strong>: Use it like a native app for a smoother experience.</li>
@@ -87,10 +88,13 @@
8788
<div class="language-json line-numbers-mode" data-highlighter="prismjs" data-ext="json"><pre v-pre><code><span class="line"><span class="token punctuation">{</span></span>
8889
<span class="line"> <span class="token property">"hook"</span><span class="token operator">:</span> <span class="token string">"on-get"</span><span class="token punctuation">,</span></span>
8990
<span class="line"> <span class="token property">"action"</span><span class="token operator">:</span> <span class="token string">"receive"</span><span class="token punctuation">,</span></span>
90-
<span class="line"> <span class="token property">"timestamp"</span><span class="token operator">:</span> <span class="token string">"{current-timestamp}"</span></span>
91+
<span class="line"> <span class="token property">"timestamp"</span><span class="token operator">:</span> <span class="token string">"{current-timestamp}"</span><span class="token punctuation">,</span></span>
92+
<span class="line"> <span class="token property">"custom"</span><span class="token operator">:</span> <span class="token punctuation">{</span></span>
93+
<span class="line"> <span class="token property">"your-custom-data"</span><span class="token operator">:</span> <span class="token string">"{your-custom-data}"</span></span>
94+
<span class="line"> <span class="token punctuation">}</span></span>
9195
<span class="line"><span class="token punctuation">}</span></span>
9296
<span class="line"></span></code></pre>
93-
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><h3 id="push-uid-webhook" tabindex="-1"><a class="header-anchor" href="#push-uid-webhook"><span>push UID webhook</span></a></h3>
97+
<div class="line-numbers" aria-hidden="true" style="counter-reset:line-number 0"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><h3 id="push-uid-webhook" tabindex="-1"><a class="header-anchor" href="#push-uid-webhook"><span>push UID webhook</span></a></h3>
9498
<p>The webhook itself is a POST request. When you share a stream and generate a UID credit, echoshare sends a POST request to the destination address, which looks like this:</p>
9599
<div class="language-json line-numbers-mode" data-highlighter="prismjs" data-ext="json"><pre v-pre><code><span class="line"><span class="token punctuation">{</span></span>
96100
<span class="line"> <span class="token property">"uid"</span><span class="token operator">:</span> <span class="token string">"{your-uid}"</span><span class="token punctuation">,</span></span>

docs/.vuepress/.temp/pages/index.html.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)