This commit is contained in:
lmm214
2023-02-25 16:21:25 +08:00
parent 57fd068ba9
commit 5631e937ec
3 changed files with 14 additions and 11 deletions
+4 -2
View File
@@ -181,8 +181,10 @@ $('#saveKey').click(function () {
)
})
$('#getone').click(function () {
getOne()
$('#opensite').click(function () {
get_info(function (info) {
chrome.tabs.create({url:info.apiUrl.replace(/api\/memo.*/,'')})
})
})
function getOne(){