mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
channel: master version: 1.0.0 source-ref: master published-at-utc: 2026-03-13T15:19:28Z
7 lines
135 B
Go
7 lines
135 B
Go
package browser
|
|
|
|
// BuildLaunchArgs 构建启动参数
|
|
func BuildLaunchArgs(args []string, profile *Profile) []string {
|
|
return args
|
|
}
|