mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-03-01 08:10:25 +00:00
refactor: react webui
This commit is contained in:
@@ -5,6 +5,9 @@ const napcat = {
|
||||
},
|
||||
openExternalUrl: async (url) => {
|
||||
ipcRenderer.send('open_external_url', url);
|
||||
},
|
||||
getWebUiUrlReact: async () => {
|
||||
return ipcRenderer.invoke('napcat_get_reactweb');
|
||||
}
|
||||
};
|
||||
// 在window对象下导出只读对象
|
||||
|
||||
Reference in New Issue
Block a user