{#if show3D}
{ show3D = false; localStorage.setItem('show3D', '0'); }} class="absolute hidden md:block scale-0 group-hover:scale-100 transition-all duration-500 bg-black/5 dark:bg-white/10 px-2 py-1 cursor-pointer rounded text-black/80 dark:text-white/90 text-xs top-10 left-10" > {isZh ? '隐藏 3D LOGO' : 'Hidden 3D LOGO'}
{:else}
{ show3D = true; localStorage.setItem('show3D', '1'); }} class="absolute hidden md:block scale-0 group-hover:scale-100 transition-all duration-300 bg-black/5 dark:bg-white/10 px-2 py-1 cursor-pointer rounded text-black/80 dark:text-white/90 text-xs top-10 left-10" > {isZh ? '显示 3D LOGO' : 'Show 3D LOGO'}
{/if}
S T D F
{#if isZh} 基于
Svelte
与
Tailwind
的移动 web 组件库 {:else} Mobile web component
library based on
Svelte
and
Tailwind
{/if}
{isZh ? '开始使用' : 'Get Started'}
(showQr = false)} on:mouseenter={mouseenterFun} class="border-solid border border-primary dark:border-dark py-2 px-6 rounded transition-all hidden md:block relative" > {isZh ? '扫码示例' : 'QR Demo'} {#if showQr}
{@html A_a1Svg}
{@html A_a1Svg}
{/if}
{isZh ? '查看示例' : 'Examples'}
{#each descList as desc}
{#if isZh}
{isZh ? desc.titleZh : desc.title}
{/if}
{isZh ? desc.desc : desc.descEn}
{/each}
{isZh ? dominant.title : dominant.title_en}
{#each dominant.data as item}
{isZh ? item.p : item.p_en}
{/each}
{isZh ? ugly.title : ugly.title_en}
{#each ugly.data as item}
{isZh ? item.p : item.p_en}
{/each}
🎖 {isZh ? '贡献者' : 'Contributors'}
🙏 {isZh ? '赞助者' : 'Sponsors'}
GitHub
{#each thinkGithub as item}
{/each}
{#each bottomInfo as item}
{isZh ? item.title : item.title_en}
{#each item.list as i}
{isZh ? i.title : i.title_en}
{/each}
{/each}
{show3D ? (isZh ? '隐藏' : 'Hidden') : isZh ? '显示' : 'Show'} 3D LOGO
STDF DESIGN • MADE BY DUFU
{#if isZh} •
滇ICP备17004037号-4
{/if}