Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinygeeker committed Jul 17, 2023
1 parent 6fd8c28 commit 985ee60
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1 deletion.
57 changes: 57 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,67 @@
</el-col>
</el-row>
</el-card>

<div id="kefu">
<el-popover width="200" placement="left-end" trigger="hover">
<p style="text-align: center;"><b>扫一扫联系飞兔小哥</b></p>
<img src="./assets/wechat.jpg" style="width: 100%;" />
<template #reference>
<el-icon>
<User />
</el-icon>
</template>
</el-popover>
<el-popover width="200" placement="left-end" trigger="hover">
<p style="text-align: center;"><b>扫一扫关注微信公众号</b></p>
<p style="text-align: center;">编程自学 技能干货 考证提升</p>
<img src="./assets/gzh.jpg" style="width: 100%;" />
<template #reference>
<el-icon>
<ChatDotRound />
</el-icon>
</template>
</el-popover>
<el-popover width="200" placement="left-end" trigger="hover">
<p style="text-align: center;"><b>欢迎关注小哥主页</b></p>
<p style="text-align: center; margin: .2rem 0;">CSDN: <el-link href="https://tinygeeker.blog.csdn.net/" target="_blank" type="primary">点击访问➢</el-link></p>
<p style="text-align: center; margin: .2rem 0;">掘金: <el-link href="https://juejin.cn/user/2467756640574845" target="_blank" type="primary">点击访问➢</el-link></p>
<p style="text-align: center; margin: .2rem 0;">思否: <el-link href="https://segmentfault.com/u/tinygeeker" target="_blank" type="primary">点击访问➢</el-link></p>
<p style="text-align: center; margin: .2rem 0;">51CTO: <el-link href="https://blog.51cto.com/tinygeeker" target="_blank" type="primary">点击访问➢</el-link></p>
<p style="text-align: center; margin: .2rem 0;">阿里云: <el-link href="https://developer.aliyun.com/profile/expert/oirrcfhlzqzko" target="_blank" type="primary">点击访问➢</el-link></p>
<p style="text-align: center; margin: .2rem 0;">腾讯云: <el-link href="https://cloud.tencent.com/developer/user/8345747" target="_blank" type="primary">点击访问➢</el-link></p>
<p style="text-align: center; margin: .2rem 0;">华为云: <el-link href="https://bbs.huaweicloud.com/community/usersnew/id_1677736481816497" target="_blank" type="primary">点击访问➢</el-link></p>
<p style="text-align: center; margin: .2rem 0;">InfoQ: <el-link href="https://www.infoq.cn/u/tinygeeker/" target="_blank" type="primary">点击访问➢</el-link></p>
<p style="text-align: center; margin: .2rem 0;">博客园: <el-link href="https://www.cnblogs.com/tinygeeker/" target="_blank" type="primary">点击访问➢</el-link></p>
<template #reference>
<el-icon>
<Link />
</el-icon>
</template>
</el-popover>
</div>
</template>

<script>
</script>

<style scoped>
#kefu .el-icon {
width: 40px;
height: 40px;
color: #E65A65;
border: 1px gray dashed;
border-radius: 50%;
margin: 0.3rem 0;
cursor: pointer;
}
#kefu {
position: fixed;
right: 10px;
bottom: 50%;
z-index: 999;
width: 60px;
height: 60px;
}
</style>
Binary file added src/assets/gzh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/wechat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<el-row type="flex" justify="center" align="middle">
<h2>AI 标签生成器</h2>
<h2>AI 标签生成器 <sub><el-link href="https://tinygeeker.gitee.io/menu/autocue/?from=https://tinygeeker.github.io/menu/autocue/" target="_blank" type="primary">国内版>></el-link></sub></h2>
</el-row>
<el-row type="flex" justify="center" :gutter="20">
<el-col :span="12">
Expand Down

0 comments on commit 985ee60

Please sign in to comment.