-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fc4ad9
commit 15fb3dc
Showing
12 changed files
with
140 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div flex="~ col gap-4" mt2 p2 text-sm> | ||
|
||
Due to the transfer size limitation of a single QR Code, we use a <b>dynamic QR Code</b> called {QiFi}. | ||
|
||
After scanning with a camera app, it will direct you to the QRS scanner page to continue scanning the remaining information. You may need camera permissions during this process; rest assured, the webpage code is open source and does not save camera footage. Once data reception is complete, it will automatically return to maru to open the corresponding song. | ||
|
||
Some camera apps may not scan dynamic QR codes properly. You can click <span rounded bg-gray:20 p1><span i-uil-pause-circle inline-block align-middle /> <I18nT keypath="share.qifi.pausePlayback" /></span>, which will help you scan. | ||
|
||
You can also manually enter the scanning webpage address: <a href="https://qrss.netlify.app" text-blue underline>qrss.netlify.app</a> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div flex="~ col gap-4" mt2 p2 text-sm> | ||
|
||
由于单个 QR Code 的传输大小限制,我们采用了一种名为 {QiFi} 的 <b>动态 QR Code</b>。 | ||
|
||
使用相机 App 扫描后,将导向 QRS 扫描器页面,继续扫描传输剩余信息。过程中可能会需要相机权限,请放心,网页代码开源且不保存相机画面。数据接收完成后,会自动返回 maru 打开对应歌曲。 | ||
|
||
部分相机 APP 会因为动态变化的二维码而无法正常扫描,您可以点击 <span rounded bg-gray:20 p1><span i-uil-pause-circle inline-block align-middle /> <I18nT keypath="share.qifi.pausePlayback" /></span>,这会有助于您扫描。 | ||
|
||
您也可以手动输入扫描网页的地址:<a href="https://qrss.netlify.app" text-blue underline>qrss.netlify.app</a> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div flex="~ col gap-4" mt2 p2 text-sm> | ||
|
||
由於單個 QR Code 的傳輸大小限制,我們採用了名為 {QiFi} 的 <b>動態 QR Code</b>。 | ||
|
||
使用相機 App 掃描後,將導向 QRS 掃描器頁面,繼續掃描傳輸剩餘信息。過程中可能會需要相機權限,請放心,網頁代碼開源且不保存相機畫面。數據接收完成後,會自動回到 maru 打開對應歌曲。 | ||
|
||
部分相機 APP 會因為動態變化的二維碼而無法正常掃描,也你可以點擊 <span rounded bg-gray:20 p1><span i-uil-pause-circle inline-block align-middle /> <I18nT keypath="share.qifi.pausePlayback" /></span>,這會有助於你掃描。 | ||
|
||
你也可以手動輸入掃描網頁的地址:<a href="https://qrss.netlify.app" text-blue underline>qrss.netlify.app</a> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
declare module '*.md' { | ||
import type { DefineComponent } from 'vue' | ||
|
||
const component: DefineComponent<object, object, any> | ||
export default component | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.