fix: fuck! tencent

This commit is contained in:
手瓜一十雪
2024-12-13 19:28:04 +08:00
parent b86a28092a
commit 2c3b7e9ee8
3 changed files with 15 additions and 2 deletions

View File

@@ -6,6 +6,9 @@ const napcat = {
openExternalUrl: async (url) => {
ipcRenderer.send('open_external_url', url);
},
openInnerUrl: async (url) => {
ipcRenderer.send('napcat_open_inner_url', url);
},
getWebUiUrlReact: async () => {
return ipcRenderer.invoke('napcat_get_reactweb');
}