Skip to content

Commit

Permalink
feat(web): 更改Logo标识
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Sep 2, 2023
1 parent 7d5eecc commit 5edffda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/short-kiwis-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'truth-cli': patch
'@truth-cli/core': patch
'@truth-cli/shared': patch
---

更改Logo标识
12 changes: 9 additions & 3 deletions packages/web/src/components/Header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const handleSearch = debounce(() => {

<template>
<div class="header">
<div class="left">
<img src="https://plumbiu.github.io/blogImg/weblogo.png" alt="Truth-cli">
</div>
<a href="https://github.com/truthRestorer/truth-cli" target="_blank" class="left">
TRUTH-CLI
</a>
<div class="right">
<ElButton v-if="legend === 'Graph'" :icon="Download" title="下载图片" @click="download" />
<ElButton v-if="legend === 'Graph'" :icon="Aim" title="命中/还原节点" @click="handleGraphRoot" />
Expand Down Expand Up @@ -84,4 +84,10 @@ const handleSearch = debounce(() => {
align-items: center;
gap: 16px;
}
.left {
color: var(--el-text-color-primary);
cursor: pointer;
font-size: 24px;
font-weight: 700;
}
</style>

1 comment on commit 5edffda

@vercel
Copy link

@vercel vercel bot commented on 5edffda Sep 2, 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.