mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67a1f23b13 | ||
|
|
9c98a7a9e3 | ||
|
|
5aa5ad8ad3 | ||
|
|
ac203ec931 | ||
|
|
3fd73186f4 |
@@ -73,7 +73,7 @@ It is recommended at this stage to read the comprehensive documentation at [http
|
|||||||
|
|
||||||
* Who is this project aimed at?
|
* Who is this project aimed at?
|
||||||
|
|
||||||
Go programmers who want to bundle an HMTL/JS/CSS frontend with their applications, without resorting to creating a server and opening a browser to view it.
|
Go programmers who want to bundle an HTML/JS/CSS frontend with their applications, without resorting to creating a server and opening a browser to view it.
|
||||||
|
|
||||||
* What's with the name?
|
* What's with the name?
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ func (a *AppConfig) merge(in *AppConfig) error {
|
|||||||
a.HTML = strings.TrimSpace(inlineHTML)
|
a.HTML = strings.TrimSpace(inlineHTML)
|
||||||
|
|
||||||
// Deduce whether this is a full html page or a fragment
|
// Deduce whether this is a full html page or a fragment
|
||||||
// The document is determined to be a fragment if an HMTL
|
// The document is determined to be a fragment if an HTML
|
||||||
// tag exists and is located before the first div tag
|
// tag exists and is located before the first div tag
|
||||||
HTMLTagIndex := strings.Index(a.HTML, "<html")
|
HTMLTagIndex := strings.Index(a.HTML, "<html")
|
||||||
DivTagIndex := strings.Index(a.HTML, "<div")
|
DivTagIndex := strings.Index(a.HTML, "<div")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
// Version - Wails version
|
// Version - Wails version
|
||||||
const Version = "v0.11.7"
|
const Version = "v0.11.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user