VincentChanX / shadowsocks-over-websocket-gui

科学上网 GUI 客户端
GNU General Public License v3.0
7 stars 10 forks source link

关闭.exe #1

Open fkdkdsj opened 6 years ago

fkdkdsj commented 6 years ago

关闭主程序后,原来输入的信息不能保存,不是很方便

ghost commented 6 years ago

可以修改 assets/html/index.html

data: {
            running: false,
            serverAddress: 'ss-over-ws.herokuapp.com',
            serverPort: 80,
            localPort: 1080,
            method: 'aes-256-cfb',
            password: 'ourvpn01010101',
            methods: [
                'rc4',
                'rc4-md5',
                'table',
                'bf-cfb',
                'des-cfb',
                'rc2-cfb',
                'idea-cfb',
                'seed-cfb',
                'cast5-cfb',
                'aes-128-cfb',
                'aes-192-cfb',
                'aes-256-cfb',
                'camellia-256-cfb',
                'camellia-192-cfb',
                'camellia-128-cfb'
            ]
        },

再次


yarn run start