diff --git a/README.md b/README.md index f7d74f6..cb969fa 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,5 @@ v0.29: update v0.27 was a mistake v0.30: sune html tab v0.31: html is functional ๐ŸŒ v0.32: sune html/js fix +v0.33: api json format update ``` diff --git a/docs/index.html b/docs/index.html index 66fa24e..703c8aa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,227 +1,228 @@ - - - - - - - - + + + + + + + + Sune - - -
-
-
- - -
-
-
- -
- -
- - - - - - - - - - - - - + + +
+
+
+ + +
+
+
+ +
+ +
+ + + + + + + + + + + + + diff --git a/docs/sw.js b/docs/sw.js index 844eca1..df33f9d 100644 --- a/docs/sw.js +++ b/docs/sw.js @@ -1 +1 @@ -if(!self.define){let e,i={};const t=(t,n)=>(t=new URL(t+".js",n).href,i[t]||new Promise(i=>{if("document"in self){const e=document.createElement("script");e.src=t,e.onload=i,document.head.appendChild(e)}else e=t,importScripts(t),i()}).then(()=>{let e=i[t];if(!e)throw new Error(`Module ${t} didnโ€™t register its module`);return e}));self.define=(n,r)=>{const s=e||("document"in self?document.currentScript.src:"")||location.href;if(i[s])return;let o={};const c=e=>t(e,s),d={module:{uri:s},exports:o,require:c};i[s]=Promise.all(n.map(e=>d[e]||c(e))).then(e=>(r(...e),o))}}define(["./workbox-5ffe50d4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"index.html",revision:"4ce3750e680a65d04b5140f3dc2685c8"},{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"manifest.webmanifest",revision:"7a6c5c6ab9cb5d3605d21df44c6b17a2"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))}); +if(!self.define){let e,i={};const t=(t,n)=>(t=new URL(t+".js",n).href,i[t]||new Promise(i=>{if("document"in self){const e=document.createElement("script");e.src=t,e.onload=i,document.head.appendChild(e)}else e=t,importScripts(t),i()}).then(()=>{let e=i[t];if(!e)throw new Error(`Module ${t} didnโ€™t register its module`);return e}));self.define=(n,r)=>{const s=e||("document"in self?document.currentScript.src:"")||location.href;if(i[s])return;let o={};const c=e=>t(e,s),d={module:{uri:s},exports:o,require:c};i[s]=Promise.all(n.map(e=>d[e]||c(e))).then(e=>(r(...e),o))}}define(["./workbox-5ffe50d4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"index.html",revision:"f0bc253c17287a5696c05c01c2898abf"},{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"manifest.webmanifest",revision:"7a6c5c6ab9cb5d3605d21df44c6b17a2"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))}); diff --git a/index.html b/index.html index 5f9bd4b..f028108 100644 --- a/index.html +++ b/index.html @@ -1,218 +1,223 @@ - - - - - - - - - - -
-
-
- - -
-
-
- -
- -
- - - - - - - - - - - - - + + + + + + + + + + +
+
+
+ + +
+
+
+ +
+ +
+ + + + + + + + + + + + +