This commit is contained in:
2026-03-19 22:44:49 +08:00
parent a7e6194dc4
commit f6ce3b058b
2 changed files with 1 additions and 2 deletions

View File

@@ -583,7 +583,6 @@ export default class HomeScreen extends Component<any, HomeScreenState> {
const { showServerSettings, settingsHost, settingsPort } = this.state; const { showServerSettings, settingsHost, settingsPort } = this.state;
const presets = [ const presets = [
{ label: 'aa.pfgame.org', host: 'aa.pfgame.org', port: '443' }, { label: 'aa.pfgame.org', host: 'aa.pfgame.org', port: '443' },
{ label: 'game.ainavx.com:16000', host: 'game.ainavx.com', port: '16000' },
{ label: '192.168.1.117:16000', host: '192.168.1.117', port: '16000' }, { label: '192.168.1.117:16000', host: '192.168.1.117', port: '16000' },
]; ];
return ( return (