Sync accepted GitHop state and prompt records

This commit is contained in:
Hop
2026-07-12 01:57:25 +00:00
parent e5bb6a5600
commit b780eadd33
164 changed files with 4811 additions and 12224 deletions
+15
View File
@@ -0,0 +1,15 @@
<link rel="preload" href="{{AssetUrlPrefix}}/img/hop.svg?v=4" as="image" type="image/svg+xml">
<style>
html:not([data-hop-native="true"]) {
background: var(--color-body);
}
html:not([data-hop-native="true"]) body {
visibility: hidden;
}
#navbar-logo img {
content: url("{{AssetUrlPrefix}}/img/hop.svg?v=4");
}
</style>
<noscript><style>html body { visibility: visible !important; }</style></noscript>