Skip to content

Commit

Permalink
upd: add some ad
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufengfj committed May 23, 2023
1 parent 1aa6f15 commit 7c5b952
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added public/gh_735272938124_258.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/views/component-list/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ function goto (path) {
<hb-admin-page-layout>
<n-layout style="padding:20px">
<n-layout-content>
<div class="mini-ad">
<img class="ad-image" src="/public/gh_735272938124_258.jpg">
<n-gradient-text type="error">
AI画图板,AI图片生成,stable diffusion图像创作工具。
</n-gradient-text>
</div>
<div class="com-head-box">
<div class="logo-box">
<div class="logo-text">
Expand Down Expand Up @@ -123,4 +129,16 @@ function goto (path) {
.logo-text{
font-size: 40px;
}
.mini-ad{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.ad-image{
width: 150px;
margin-bottom: 20px;
}
</style>

1 comment on commit 7c5b952

@vercel
Copy link

@vercel vercel bot commented on 7c5b952 May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.