Skip to content

Commit f408c3a

Browse files
committed
feat: Add new menu
1 parent ddd5835 commit f408c3a

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

chat2db-client/src/main/menu.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,21 @@ const registerAppMenu = (mainWindow) => {
101101
{
102102
label: '访问官网',
103103
click() {
104-
const url = 'https://chat2db.opensource.alibaba.com/';
104+
const url = 'https://chat2db.ai/';
105+
shell.openExternal(url);
106+
},
107+
},
108+
{
109+
label: '查看文档',
110+
click() {
111+
const url = 'https://doc.chat2db.ai/';
112+
shell.openExternal(url);
113+
},
114+
},
115+
{
116+
label: '查看更新日志',
117+
click() {
118+
const url = 'https://doc.chat2db.ai/changelog/';
105119
shell.openExternal(url);
106120
},
107121
},

0 commit comments

Comments
 (0)