AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 slidev
PoweredBySlidev.vue
根目录
/
packages
/
client
/
builtin
/
PoweredBySlidev.vue
1
<template>
2
<span inline-flex items-center>
3
<span text-main>Powered by</span>
4
<a href="https://sli.dev" class="!border-none">
5
<img alt="Slidev logo" src="../assets/logo-title-horizontal.png" h-1.5em>
6
</a>
7
</span>
8
</template>
9
9 lines
Plain Text