mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +01:00
Fixed input link for other android method
This commit is contained in:
parent
125b5074b4
commit
b0eb690a86
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
processingLog = true;
|
||||
|
||||
try {
|
||||
if (selectedType === 'android') {
|
||||
if (selectedType.startsWith('android')) {
|
||||
const urlString = genshinLink.match(/https:\/\/.*#/g);
|
||||
url = new URL(urlString);
|
||||
} else if (selectedType === 'pclog') {
|
||||
|
|
Loading…
Reference in a new issue