Fix: cannot resolve and open on browser about Misskey Live URL
This commit is contained in:
parent
4a59438c0c
commit
dfb0f79c92
|
@ -48,7 +48,7 @@ $(document).on('click', 'a', e => {
|
||||||
if (ats[2]) {
|
if (ats[2]) {
|
||||||
//Quesdon判定
|
//Quesdon判定
|
||||||
if (!~ats[2].indexOf("@")) {
|
if (!~ats[2].indexOf("@")) {
|
||||||
udgEx(ats[2] + "@" + ats[1], "main");
|
udgEx(url, "main");
|
||||||
return false
|
return false
|
||||||
} else {
|
} else {
|
||||||
postMessage(["openUrl", url], "*")
|
postMessage(["openUrl", url], "*")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user