Skip to content

Commit 5f1ddee

Browse files
author
github-actions-bot
committed
release
1 parent dafc204 commit 5f1ddee

18 files changed

Lines changed: 25 additions & 25 deletions

File tree

404.html

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

blocks/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

buy/index.html

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

buy/terms/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contributing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
git fetch --prune
7373
git checkout -b dev/name-of-feature origin/develop</code></pre></div></div></section><section aria-labelledby="step-2" class="group"><div class="flex items-baseline gap-4 mb-6"><span class="flex items-center justify-center w-8 h-8 rounded-full bg-tertiary text-primary text-sm font-semibold border border-custom shadow-sm">2</span><h2 id="step-2" class="text-2xl font-bold tracking-tight text-primary group-hover:text-accent transition-colors duration-300"> Write Code </h2></div><div class="pl-0 sm:pl-12 space-y-6"><p class="text-secondary text-lg"> Follow <a href="https://github.com/ever-guild/dev.acki.live#development" target="_blank" rel="noreferrer" class="text-accent hover:underline decoration-2 underline-offset-4 outline-none focus-visible:ring-2 focus-visible:ring-offset-2 rounded-sm">Development guidelines</a> for local testing. Use <a href="https://www.conventionalcommits.org/en/v1.0.0/" target="_blank" rel="noreferrer" class="text-accent hover:underline decoration-2 underline-offset-4 outline-none focus-visible:ring-2 focus-visible:ring-offset-2 rounded-sm">Conventional Commits</a>. </p><div class="grid md:grid-cols-2 gap-6"><div class="glass-card p-5 border-l-4 border-l-primary-color hover:bg-primary-color/5 transition-colors"><span class="text-xs font-bold text-primary-color uppercase tracking-wider mb-2 block">Feature</span><code class="text-sm font-mono text-primary break-words">git commit --message "feat: paypal payment for different users"</code></div><div class="glass-card p-5 border-l-4 border-l-primary-color hover:bg-primary-color/5 transition-colors"><span class="text-xs font-bold text-primary-color uppercase tracking-wider mb-2 block">Fix</span><code class="text-sm font-mono text-primary break-words">git commit --message "fix: hide password display when searching"</code></div></div></div></section><section aria-labelledby="step-3" class="group"><div class="flex items-baseline gap-4 mb-6"><span class="flex items-center justify-center w-8 h-8 rounded-full bg-tertiary text-primary text-sm font-semibold border border-custom shadow-sm">3</span><h2 id="step-3" class="text-2xl font-bold tracking-tight text-primary group-hover:text-accent transition-colors duration-300"> Make Pull Requests </h2></div><div class="pl-0 sm:pl-12"><div class="glass-card p-6 overflow-x-auto hover:border-accent/30 transition-colors"><pre class="font-mono text-sm leading-relaxed text-primary whitespace-pre-wrap break-words"><code>git push --set-upstream origin dev/name-of-feature</code></pre></div><p class="mt-4 text-secondary"> Follow the link generated in the terminal to create the PR: <br><code class="text-sm text-muted mt-2 block break-all">https://github.com/ever-guild/dev.acki.live/pull/new/dev/name-of-feature</code></p></div></section><section aria-labelledby="step-4" class="group"><div class="flex items-baseline gap-4 mb-6"><span class="flex items-center justify-center w-8 h-8 rounded-full bg-tertiary text-primary text-sm font-semibold border border-custom shadow-sm">4</span><h2 id="step-4" class="text-2xl font-bold tracking-tight text-primary group-hover:text-accent transition-colors duration-300"> Sync &amp; Update </h2></div><div class="pl-0 sm:pl-12 space-y-6"><div class="glass-card p-6 flex gap-4"><svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true" class="w-6 h-6 text-primary-color shrink-0 mt-0.5"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg><div class="text-sm text-secondary"><p class="font-bold mb-1 text-primary text-lg">Keep History Linear</p><p class="leading-relaxed">Fetch latest upstream changes and rebase to maintain a clean history. Resolve conflicts if they appear.</p></div></div><div class="glass-card p-6 overflow-x-auto hover:border-accent/30 transition-colors"><pre class="font-mono text-sm leading-relaxed text-primary whitespace-pre-wrap break-words"><code>git fetch --prune origin
7474
git rebase --autostash --ignore-date origin/develop</code></pre></div><div class="flex flex-col sm:flex-row gap-4 items-start sm:items-center justify-between p-4 rounded-xl bg-tertiary border border-custom"><span class="text-secondary text-sm">Pro Tip: Use an alias for efficiency</span><code class="font-mono text-xs bg-black/20 dark:bg-white/10 px-2 py-1 rounded text-primary border border-custom">git dup</code></div><div class="glass-card p-6 flex gap-4 mt-4"><svg fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true" class="w-6 h-6 text-primary-color shrink-0 mt-0.5"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"/></svg><div class="text-sm text-secondary"><p class="font-bold mb-1 text-primary">Force Push Required</p><p>Since history is rewritten, use force push to update:</p><code class="block mt-2 font-mono text-primary bg-black/10 dark:bg-white/10 p-2 rounded">git push --force --set-upstream origin dev/name-of-feature</code></div></div></div></section><section aria-labelledby="subscribe" class="mt-8 pt-12 border-t border-custom pl-0 sm:pl-12"><h3 id="subscribe" class="text-2xl font-bold mb-6 text-primary">Keep in Sync</h3><p class="text-secondary mb-8 max-w-2xl"> There is no mailing list on this route. Track changes through the repository itself: watch discussions, review open pull requests, and keep local work aligned with the repo rules before you push. </p><div class="grid gap-4 md:grid-cols-2 max-w-3xl"><a href="https://github.com/ever-guild/dev.acki.live" target="_blank" rel="noreferrer" class="glass-card p-5 border-l-4 border-l-primary-color hover:bg-primary-color/5 transition-colors"><span class="text-xs font-bold text-primary-color uppercase tracking-wider mb-2 block">Repository</span><span class="text-primary font-semibold block mb-1">Watch changes on GitHub</span><span class="text-secondary text-sm leading-relaxed"> Subscribe to repository activity, releases, and review threads where the real architecture changes land. </span></a><a href="https://github.com/ever-guild/dev.acki.live/blob/develop/AGENTS.md" target="_blank" rel="noreferrer" class="glass-card p-5 border-l-4 border-l-primary-color hover:bg-primary-color/5 transition-colors"><span class="text-xs font-bold text-primary-color uppercase tracking-wider mb-2 block">Rules</span><span class="text-primary font-semibold block mb-1">Read the repo contract</span><span class="text-secondary text-sm leading-relaxed"> Re-check the working rules, quality gates, and governance docs before opening or updating a branch. </span></a></div></section></div></div></div></app-page-container></app-contributing><!----></div></main><app-footer _ngcontent-ng-c1190296363 _nghost-ng-c3151717038 ngh="4"><footer _ngcontent-ng-c3151717038 class="relative z-40 mt-auto"><div _ngcontent-ng-c3151717038 class="backdrop-blur-footer"></div><div _ngcontent-ng-c3151717038 class="w-full lg:w-2/3 mx-auto px-4 py-6"><div _ngcontent-ng-c3151717038 class="flex flex-col items-center gap-4"><div _ngcontent-ng-c3151717038 class="w-full overflow-x-auto no-scrollbar"><div _ngcontent-ng-c3151717038 class="flex flex-nowrap items-center justify-center gap-4 sm:gap-6 md:gap-8 lg:gap-12 min-w-full w-max"><div _ngcontent-ng-c3151717038 class="footer-group-inline"><span _ngcontent-ng-c3151717038 class="footer-title-inline">Security Report</span><a _ngcontent-ng-c3151717038 href="https://github.com/ever-guild/acki.live/security/advisories/new" target="_blank" rel="noopener noreferrer" aria-label="Security Report" class="footer-link-inline"><svg _ngcontent-ng-c3151717038="" fill="currentColor" viewBox="0 0 24 24"><path _ngcontent-ng-c3151717038="" d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg><span _ngcontent-ng-c3151717038>GitHub</span></a></div><div _ngcontent-ng-c3151717038 class="footer-group-inline"><span _ngcontent-ng-c3151717038 class="footer-title-inline">Feature Request</span><a _ngcontent-ng-c3151717038 href="https://github.com/ever-guild/acki.live/issues/new" target="_blank" rel="noopener noreferrer" aria-label="GitHub Issues" class="footer-link-inline"><svg _ngcontent-ng-c3151717038="" fill="currentColor" viewBox="0 0 24 24"><path _ngcontent-ng-c3151717038="" d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg><span _ngcontent-ng-c3151717038>GitHub</span></a></div><div _ngcontent-ng-c3151717038 class="footer-group-inline"><span _ngcontent-ng-c3151717038 class="footer-title-inline">Social</span><a _ngcontent-ng-c3151717038 href="https://t.me/acki_live" target="_blank" rel="noopener noreferrer" aria-label="Telegram" class="footer-link-inline"><svg _ngcontent-ng-c3151717038="" fill="currentColor" viewBox="0 0 24 24"><path _ngcontent-ng-c3151717038="" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg><span _ngcontent-ng-c3151717038>Telegram</span></a></div></div></div><div _ngcontent-ng-c3151717038 class="footer-copyright">© 2026 acki.live team</div></div></div></footer></app-footer><app-toast _ngcontent-ng-c1190296363 _nghost-ng-c3049031744 ngh="5"><div _ngcontent-ng-c3049031744 aria-live="polite" class="fixed bottom-4 right-4 z-50 flex flex-col gap-2"><!----></div></app-toast><app-scroll-to-top _ngcontent-ng-c1190296363 _nghost-ng-c3581064135 class ngh="4"><button _ngcontent-ng-c3581064135 type="button" aria-label="Scroll to top" title="Scroll to top" class="scroll-to-top-pill" jsaction="click:;"><div _ngcontent-ng-c3581064135 class="stt-glass-distortion"></div><div _ngcontent-ng-c3581064135 class="stt-glass-overlay"></div><div _ngcontent-ng-c3581064135 class="stt-glass-content"><svg _ngcontent-ng-c3581064135="" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline _ngcontent-ng-c3581064135="" points="18 15 12 9 6 15"/></svg></div></button></app-scroll-to-top></div></app-root>
75-
<link rel="modulepreload" href="chunk-QWQR4MQD.js"><link rel="modulepreload" href="chunk-NHLXN5FU.js"><link rel="modulepreload" href="chunk-C6GSERWN.js"><link rel="modulepreload" href="chunk-FVK4E7CF.js"><link rel="modulepreload" href="chunk-7KWWI4QI.js"><link rel="modulepreload" href="chunk-OTQNZOR4.js"><link rel="modulepreload" href="chunk-77URNF4I.js"><link rel="modulepreload" href="chunk-CP6DEO5Z.js"><link rel="modulepreload" href="chunk-TPQ77ZJP.js"><link rel="modulepreload" href="chunk-C6Q5SG76.js"><script src="main-LSGTIB7F.js" type="module"></script>
75+
<link rel="modulepreload" href="chunk-QWQR4MQD.js"><link rel="modulepreload" href="chunk-NHLXN5FU.js"><link rel="modulepreload" href="chunk-C6GSERWN.js"><link rel="modulepreload" href="chunk-FVK4E7CF.js"><link rel="modulepreload" href="chunk-7KWWI4QI.js"><link rel="modulepreload" href="chunk-OTQNZOR4.js"><link rel="modulepreload" href="chunk-77URNF4I.js"><link rel="modulepreload" href="chunk-CP6DEO5Z.js"><link rel="modulepreload" href="chunk-TPQ77ZJP.js"><link rel="modulepreload" href="chunk-C6Q5SG76.js"><script src="main-PYEPUO4C.js" type="module"></script>
7676
<link rel="modulepreload" href="chunk-DFTC66FX.js">
7777
<link rel="modulepreload" href="chunk-QWGQQMVI.js">
7878

emission/index.html

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

faucet/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)