@@ -32,7 +32,7 @@ const LOCAL_RELAY_STORE_PATH = path.join(dataRoot(), 'data', 'local-relay-store.
3232const RELAY_CONFIG_PATH = path . join ( dataRoot ( ) , 'relay-config.json' ) ;
3333const LOCAL_RELAY_HOST = '127.0.0.1' ;
3434const LOCAL_RELAY_PORT = 8787 ;
35- const FEEDBACK_ISSUES_URL = process . env . CB_FEEDBACK_ISSUES_URL || 'https://github.com/tonyHu08/CodeX_Bridge /issues' ;
35+ const FEEDBACK_ISSUES_URL = process . env . CB_FEEDBACK_ISSUES_URL || 'https://github.com/tonyHu08/CodeX_Telegram /issues' ;
3636
3737if ( ! process . env . CB_DEFAULT_RELAY_BASE_URL && app . isPackaged ) {
3838 // Default to local relay for the open-source "local mode" product.
@@ -1327,7 +1327,7 @@ function createMainWindow() {
13271327 contextIsolation : true ,
13281328 nodeIntegration : false ,
13291329 } ,
1330- title : 'Codex Bridge Desktop ' ,
1330+ title : 'CodeX Telegram ' ,
13311331 } ) ;
13321332
13331333 const devServer = process . env . DESKTOP_DEV_SERVER ;
@@ -1398,10 +1398,10 @@ async function refreshTrayMenu() {
13981398 const fallbackLocale = readLocaleFallback ( ) ;
13991399 if ( ! trayInteractive || ! runtimeRef ) {
14001400 setTrayIconState ( 'offline' ) ;
1401- tray . setToolTip ( withLocale ( fallbackLocale , 'Codex Bridge Desktop (正在启动)' , 'Codex Bridge Desktop (starting)' ) ) ;
1401+ tray . setToolTip ( withLocale ( fallbackLocale , 'CodeX Telegram (正在启动)' , 'CodeX Telegram (starting)' ) ) ;
14021402 tray . setContextMenu ( Menu . buildFromTemplate ( [
14031403 {
1404- label : 'Codex Bridge Desktop ' ,
1404+ label : 'CodeX Telegram ' ,
14051405 enabled : false ,
14061406 } ,
14071407 {
@@ -1414,7 +1414,7 @@ async function refreshTrayMenu() {
14141414 } ,
14151415 { type : 'separator' } ,
14161416 {
1417- label : withLocale ( fallbackLocale , '退出 Codex Bridge ' , 'Quit Codex Bridge ' ) ,
1417+ label : withLocale ( fallbackLocale , '退出 CodeX Telegram ' , 'Quit CodeX Telegram ' ) ,
14181418 click : ( ) => {
14191419 isQuitting = true ;
14201420 app . quit ( ) ;
@@ -1428,7 +1428,7 @@ async function refreshTrayMenu() {
14281428 setTrayIconState ( 'offline' ) ;
14291429 tray . setContextMenu ( Menu . buildFromTemplate ( [
14301430 {
1431- label : 'Codex Bridge Desktop ' ,
1431+ label : 'CodeX Telegram ' ,
14321432 click : ( ) => showMainWindow ( 'advanced' ) ,
14331433 } ,
14341434 {
@@ -1443,7 +1443,7 @@ async function refreshTrayMenu() {
14431443 click : ( ) => showMainWindow ( 'advanced' ) ,
14441444 } ,
14451445 {
1446- label : withLocale ( fallbackLocale , '退出 Codex Bridge ' , 'Quit Codex Bridge ' ) ,
1446+ label : withLocale ( fallbackLocale , '退出 CodeX Telegram ' , 'Quit CodeX Telegram ' ) ,
14471447 click : ( ) => {
14481448 isQuitting = true ;
14491449 app . quit ( ) ;
@@ -1469,7 +1469,7 @@ async function refreshTrayMenu() {
14691469
14701470 const menu = Menu . buildFromTemplate ( [
14711471 {
1472- label : 'Codex Bridge Desktop ' ,
1472+ label : 'CodeX Telegram ' ,
14731473 click : ( ) => showMainWindow ( defaultMode ) ,
14741474 } ,
14751475 {
@@ -1506,15 +1506,15 @@ async function refreshTrayMenu() {
15061506 } ,
15071507 { type : 'separator' } ,
15081508 {
1509- label : withLocale ( locale , '退出 Codex Bridge ' , 'Quit Codex Bridge ' ) ,
1509+ label : withLocale ( locale , '退出 CodeX Telegram ' , 'Quit CodeX Telegram ' ) ,
15101510 click : ( ) => {
15111511 isQuitting = true ;
15121512 app . quit ( ) ;
15131513 } ,
15141514 } ,
15151515 ] ) ;
15161516
1517- tray . setToolTip ( withLocale ( locale , 'Codex Bridge Desktop (手机远程)' , 'Codex Bridge Desktop (mobile remote)' ) ) ;
1517+ tray . setToolTip ( withLocale ( locale , 'CodeX Telegram (手机远程)' , 'CodeX Telegram (mobile remote)' ) ) ;
15181518 tray . setContextMenu ( menu ) ;
15191519}
15201520
0 commit comments