Skip to content

Commit

Permalink
修改配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
guandaxia committed Aug 14, 2017
1 parent 5709945 commit 77dc5f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions config/baidu.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"baidu": {
"grant_type": "client_credentials",
"client_id": "HiSxr2snNaa5NBNFmi0nuXe9",
"client_secret": "6lwjx3xk1g0om3elPQYZV7C2iN73YmK5"
}
"grant_type": "client_credentials",
"client_id": "HiSxr2snNaa5NBNFmi0nuXe9",
"client_secret": "6lwjx3xk1g0om3elPQYZV7C2iN73YmK5"
}
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"path": [
"C:\\Users\\administere\\Desktop\\Q6程序更新"
"C:\\Users\\administere\\Desktop"
],
"set_info": {
"spd": "5",
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let userHome = app.getPath('home')

function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({ width: 1000, height: 800 })
mainWindow = new BrowserWindow({ width: 500, height: 800 })

// and load the index.html of the app.
mainWindow.loadURL(url.format({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-to-voice",
"version": "1.1.0",
"version": "1.1.1",
"description": "A minimal Electron application for text convert voice",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 77dc5f9

Please sign in to comment.