Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhmushan committed Apr 22, 2018
1 parent 5b0c6f5 commit de13a62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaerexam",
"version": "1.0.0",
"version": "1.1.0",
"main": "./dist/main.js",
"scripts": {
"start": "electron .",
Expand Down
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { app, BrowserWindow, ipcMain } from 'electron'
import * as path from 'path'
import * as url from 'url'
import { sleep } from './util'
import * as request from 'request'
import { getAnswerId, getExam, complete, getAnswerContent, getScore } from './req';

// 保持一个对于 window 对象的全局引用,如果你不这样做,
Expand Down

0 comments on commit de13a62

Please sign in to comment.