mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 03:01:03 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import mathjax3 from "https://esm.sh/markdown-it-mathjax3";
|
||||||
(function polyfill() {
|
(function polyfill() {
|
||||||
const relList = document.createElement("link").relList;
|
const relList = document.createElement("link").relList;
|
||||||
if (relList && relList.supports && relList.supports("modulepreload")) return;
|
if (relList && relList.supports && relList.supports("modulepreload")) return;
|
||||||
@@ -35,7 +36,7 @@ const seen = {};
|
|||||||
const __vitePreload = function preload(baseModule, deps, importerUrl) {
|
const __vitePreload = function preload(baseModule, deps, importerUrl) {
|
||||||
let promise = Promise.resolve();
|
let promise = Promise.resolve();
|
||||||
if (deps && deps.length > 0) {
|
if (deps && deps.length > 0) {
|
||||||
let allSettled2 = function(promises$2) {
|
let allSettled = function(promises$2) {
|
||||||
return Promise.all(promises$2.map((p) => Promise.resolve(p).then((value$1) => ({
|
return Promise.all(promises$2.map((p) => Promise.resolve(p).then((value$1) => ({
|
||||||
status: "fulfilled",
|
status: "fulfilled",
|
||||||
value: value$1
|
value: value$1
|
||||||
@@ -44,11 +45,10 @@ const __vitePreload = function preload(baseModule, deps, importerUrl) {
|
|||||||
reason
|
reason
|
||||||
}))));
|
}))));
|
||||||
};
|
};
|
||||||
var allSettled = allSettled2;
|
|
||||||
document.getElementsByTagName("link");
|
document.getElementsByTagName("link");
|
||||||
const cspNonceMeta = document.querySelector("meta[property=csp-nonce]");
|
const cspNonceMeta = document.querySelector("meta[property=csp-nonce]");
|
||||||
const cspNonce = cspNonceMeta?.nonce || cspNonceMeta?.getAttribute("nonce");
|
const cspNonce = cspNonceMeta?.nonce || cspNonceMeta?.getAttribute("nonce");
|
||||||
promise = allSettled2(deps.map((dep) => {
|
promise = allSettled(deps.map((dep) => {
|
||||||
dep = assetsURL(dep);
|
dep = assetsURL(dep);
|
||||||
if (dep in seen) return;
|
if (dep in seen) return;
|
||||||
seen[dep] = true;
|
seen[dep] = true;
|
||||||
@@ -528,7 +528,7 @@ function enhanceCodeBlocks(root, doHL = true) {
|
|||||||
if (doHL && window.hljs && code.textContent.length < 1e5) hljs.highlightElement(code);
|
if (doHL && window.hljs && code.textContent.length < 1e5) hljs.highlightElement(code);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const md = window.markdownit({ html: false, linkify: true, typographer: true, breaks: true });
|
const md = window.markdownit({ html: false, linkify: true, typographer: true, breaks: true }).use(mathjax3);
|
||||||
const getSuneLabel = (m) => {
|
const getSuneLabel = (m) => {
|
||||||
const name = m && m.sune_name || SUNE.name, modelShort = getModelShort(m && m.model);
|
const name = m && m.sune_name || SUNE.name, modelShort = getModelShort(m && m.model);
|
||||||
return `${name} · ${modelShort}`;
|
return `${name} · ${modelShort}`;
|
||||||
@@ -1539,8 +1539,8 @@ $(el.threadSyncBtn).on("click", async () => {
|
|||||||
if (remoteMap[t.id] && remoteMap[t.id].name !== newName) {
|
if (remoteMap[t.id] && remoteMap[t.id].name !== newName) {
|
||||||
await ghApi(`${info.apiPath}/${remoteMap[t.id].name}`, "DELETE", { message: `Rename thread ${t.id}`, sha: remoteMap[t.id].sha, branch: info.branch });
|
await ghApi(`${info.apiPath}/${remoteMap[t.id].name}`, "DELETE", { message: `Rename thread ${t.id}`, sha: remoteMap[t.id].sha, branch: info.branch });
|
||||||
}
|
}
|
||||||
const ex = await ghApi(`${info.apiPath}/${newName}?ref=${info.branch}`);
|
const x = await ghApi(`${info.apiPath}/${newName}?ref=${info.branch}`);
|
||||||
await ghApi(`${info.apiPath}/${newName}`, "PUT", { message: `Sync thread ${t.id}`, content: utob(JSON.stringify(msgs, null, 2)), branch: info.branch, sha: ex?.sha });
|
await ghApi(`${info.apiPath}/${newName}`, "PUT", { message: `Sync thread ${t.id}`, content: utob(JSON.stringify(msgs, null, 2)), branch: info.branch, sha: x?.sha });
|
||||||
t.status = "synced";
|
t.status = "synced";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="module" crossorigin src="/assets/index-KdN4AvZR.js"></script>
|
<script type="module" crossorigin src="/assets/index-CN7yZXw2.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-JLEDB1oP.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-JLEDB1oP.css">
|
||||||
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
|
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
|
||||||
<body class="bg-white text-gray-900 selection:bg-black/10" x-data @click.window="if($event.target.closest('button')) haptic(); if(!document.getElementById('threadPopover').contains($event.target)&&!$event.target.closest('[data-thread-menu]')) hideThreadPopover(); if(!document.getElementById('sunePopover').contains($event.target)&&!$event.target.closest('[data-sune-menu]')) hideSunePopover(); if(!document.getElementById('userMenu').contains($event.target)&&!document.getElementById('userMenuBtn').contains($event.target)) document.getElementById('userMenu').classList.add('hidden')">
|
<body class="bg-white text-gray-900 selection:bg-black/10" x-data @click.window="if($event.target.closest('button')) haptic(); if(!document.getElementById('threadPopover').contains($event.target)&&!$event.target.closest('[data-thread-menu]')) hideThreadPopover(); if(!document.getElementById('sunePopover').contains($event.target)&&!$event.target.closest('[data-sune-menu]')) hideSunePopover(); if(!document.getElementById('userMenu').contains($event.target)&&!document.getElementById('userMenuBtn').contains($event.target)) document.getElementById('userMenu').classList.add('hidden')">
|
||||||
|
|||||||
2
dist/sw.js
vendored
2
dist/sw.js
vendored
@@ -1 +1 @@
|
|||||||
if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,r)=>{const t=e||("document"in self?document.currentScript.src:"")||location.href;if(s[t])return;let o={};const c=e=>i(e,t),l={module:{uri:t},exports:o,require:c};s[t]=Promise.all(n.map(e=>l[e]||c(e))).then(e=>(r(...e),o))}}define(["./workbox-8c29f6e4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"index.html",revision:"021350f084d145f338c0bbe9352c22c8"},{url:"assets/index-KdN4AvZR.js",revision:null},{url:"assets/index-JLEDB1oP.css",revision:null},{url:"manifest.webmanifest",revision:"7a6c5c6ab9cb5d3605d21df44c6b17a2"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
|
if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,r)=>{const t=e||("document"in self?document.currentScript.src:"")||location.href;if(s[t])return;let o={};const l=e=>i(e,t),c={module:{uri:t},exports:o,require:l};s[t]=Promise.all(n.map(e=>c[e]||l(e))).then(e=>(r(...e),o))}}define(["./workbox-8c29f6e4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"index.html",revision:"a81bf68a6e156d8998369853ee11f36f"},{url:"assets/index-JLEDB1oP.css",revision:null},{url:"assets/index-CN7yZXw2.js",revision:null},{url:"manifest.webmanifest",revision:"7a6c5c6ab9cb5d3605d21df44c6b17a2"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
|
||||||
|
|||||||
Reference in New Issue
Block a user