Skip to content

Commit

Permalink
wails 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy0 committed May 19, 2023
1 parent e26c871 commit 6d013c2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions frontend/src/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
html {
text-align: center;
color: white;
height: 100%;
overflow: hidden;
}

body {
Expand Down
13 changes: 7 additions & 6 deletions frontend/wailsjs/go/main/App.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {main} from '../models';
import {burpSuite} from '../models';
import {twj} from '../models';
import {main} from '../models';

export function Brute():Promise<string>;

Expand All @@ -11,23 +12,23 @@ export function Fuzz(arg1:string,arg2:Array<string>,arg3:string):Promise<string>

export function FuzzStop():Promise<void>;

export function GetAttackDump(arg1:string,arg2:number):Promise<any>;
export function GetAttackDump(arg1:string,arg2:number):Promise<burpSuite.HTTPBody>;

export function GetBurpSettings():Promise<any>;
export function GetBurpSettings():Promise<burpSuite.Setting>;

export function GetHistoryDump(arg1:number):Promise<any>;
export function GetHistoryDump(arg1:number):Promise<burpSuite.HTTPBody>;

export function Intercept(arg1:boolean,arg2:boolean,arg3:string):Promise<number>;

export function InterceptSend(arg1:string):Promise<void>;

export function Intruder(arg1:string,arg2:string,arg3:Array<string>,arg4:Array<string>,arg5:string,arg6:string):Promise<void>;

export function Parser(arg1:string):Promise<any>;
export function Parser(arg1:string):Promise<twj.Jwt>;

export function Proxy(arg1:string):Promise<main.Message>;

export function Raw(arg1:string,arg2:string,arg3:string):Promise<any>;
export function Raw(arg1:string,arg2:string,arg3:string):Promise<burpSuite.HTTPBody>;

export function SendToIntruder(arg1:number):Promise<void>;

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/spf13/viper v1.15.0
github.com/thoas/go-funk v0.9.3
github.com/tidwall/match v1.1.1
github.com/wailsapp/wails/v2 v2.4.1
github.com/wailsapp/wails/v2 v2.5.1
github.com/yhy0/Jie v0.0.0-20230506123149-b6afd6f34dc0
github.com/yhy0/logging v0.0.0-20230316052906-9f857773c4b6
go.uber.org/ratelimit v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQ
github.com/valyala/fasttemplate v1.2.2/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ=
github.com/wailsapp/mimetype v1.4.1 h1:pQN9ycO7uo4vsUUuPeHEYoUkLVkaRntMnHJxVwYhwHs=
github.com/wailsapp/mimetype v1.4.1/go.mod h1:9aV5k31bBOv5z6u+QP8TltzvNGJPmNJD4XlAL3U+j3o=
github.com/wailsapp/wails/v2 v2.4.1 h1:Ns7MOKWQM6l0ttBxpd5VcgYrH+GNPOnoDfnsBpbDnzM=
github.com/wailsapp/wails/v2 v2.4.1/go.mod h1:jbOZbcr/zm79PxXxAjP8UoVlDd9wLW3uDs+isIthDfs=
github.com/wailsapp/wails/v2 v2.5.1 h1:mfG+2kWqQXYOwdgI43HEILjOZDXbk5woPYI3jP2b+js=
github.com/wailsapp/wails/v2 v2.5.1/go.mod h1:jbOZbcr/zm79PxXxAjP8UoVlDd9wLW3uDs+isIthDfs=
github.com/yhy0/Jie v0.0.0-20230506123149-b6afd6f34dc0 h1:txNbzj8qwpLLhoh7AFAuEMyADmU8wH9xHuIfS4ATzS0=
github.com/yhy0/Jie v0.0.0-20230506123149-b6afd6f34dc0/go.mod h1:IP58cjHE95xx/FPpiWw+AAJ6WiUQnzWObnYB0nzuKWU=
github.com/yhy0/logging v0.0.0-20230316052906-9f857773c4b6 h1:FRLmkWS/KuRFP4a9wO+NDgPm8ivKFOjNjYGahCHlt+Q=
Expand Down
4 changes: 1 addition & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ func main() {
app := NewApp()
// Create application with options
err := wails.Run(&options.App{
Title: "承影",
Width: 1024,
Height: 768,
Title: "承影",
AssetServer: &assetserver.Options{
Assets: assets,
},
Expand Down

0 comments on commit 6d013c2

Please sign in to comment.