Skip to content

Commit

Permalink
feat: 新增logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Heng committed Aug 10, 2023
1 parent 6402fcc commit d7cc820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added main/src/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion main/src/view/canvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { onMounted, ref } from 'vue';
import { selectTool } from '@pictode/core';
import logo from '@/assets/images/logo.png';
import Button from '@/components/Button.vue';
import Property from '@/components/Property.vue';
import Tools from '@/components/Tools.vue';
Expand Down Expand Up @@ -29,7 +30,7 @@ onMounted(() => {
class="flex justify-center items-center p-2 cursor-pointer text-3xl w-9 h-9 select-none"
@click="propertyVisible = !propertyVisible"
>
🎨
<img :src="logo" />
</div>
<div
v-if="propertyVisible"
Expand Down

0 comments on commit d7cc820

Please sign in to comment.