Skip to content

Commit e714231

Browse files
add mask to icon
1 parent abc112d commit e714231

25 files changed

+2048
-2054
lines changed

docs/actions.html

Lines changed: 102 additions & 103 deletions
Large diffs are not rendered by default.

docs/app-worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
const cacheName = "app-" + "f1be3eb4ee437dd72ed84fb6d32359468e9abb5f";
1+
const cacheName = "app-" + "0073f083c41452feba77b44bfafd4dd99f549cfc";
22
const resourcesToCache = ["/","/app.css","/app.js","/manifest.webmanifest","/wasm_exec.js","/web/app.wasm","/web/css/docs.css","/web/css/prism.css","/web/documents/home-next.md","/web/documents/home.md","/web/documents/updates.md","/web/documents/what-is-go-app.md","/web/js/prism.js","https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500\u0026display=swap","https://storage.googleapis.com/murlok-github/icon-192.png","https://storage.googleapis.com/murlok-github/icon-512.png"];
33

44
self.addEventListener("install", (event) => {
5-
console.log("installing app worker f1be3eb4ee437dd72ed84fb6d32359468e9abb5f");
5+
console.log("installing app worker 0073f083c41452feba77b44bfafd4dd99f549cfc");
66

77
event.waitUntil(
88
caches
@@ -28,7 +28,7 @@ self.addEventListener("activate", (event) => {
2828
);
2929
})
3030
);
31-
console.log("app worker f1be3eb4ee437dd72ed84fb6d32359468e9abb5f is activated");
31+
console.log("app worker 0073f083c41452feba77b44bfafd4dd99f549cfc is activated");
3232
});
3333

3434
self.addEventListener("fetch", (event) => {

docs/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var goappNav = function () {};
55
var goappOnUpdate = function () {};
66
var goappOnAppInstallChange = function () {};
77

8-
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"f1be3eb4ee437dd72ed84fb6d32359468e9abb5f"};
8+
const goappEnv = {"GOAPP_INTERNAL_URLS":"null","GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"0073f083c41452feba77b44bfafd4dd99f549cfc"};
99
const goappLoadingLabel = "go-app documentation {progress}%";
1010
const goappWasmContentLengthHeader = "";
1111

docs/architecture.html

Lines changed: 93 additions & 94 deletions
Large diffs are not rendered by default.

docs/components.html

Lines changed: 82 additions & 83 deletions
Large diffs are not rendered by default.

docs/concurrency.html

Lines changed: 98 additions & 99 deletions
Large diffs are not rendered by default.

docs/declarative-syntax.html

Lines changed: 93 additions & 94 deletions
Large diffs are not rendered by default.

docs/getting-started.html

Lines changed: 115 additions & 116 deletions
Large diffs are not rendered by default.

docs/github-deploy.html

Lines changed: 107 additions & 108 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 119 additions & 120 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)