Skip to content

Commit fb8d0cc

Browse files
authored
add community button class (#72)
* 社区button加一个按钮 * 增加版本号
1 parent 0bb0b35 commit fb8d0cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/btnCommunity/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div
3-
class="flex items-center hover:bg-[#4A238E] cursor-pointer relative px-3 rounded-sm"
3+
class="flex items-center hover:bg-[#4A238E] cursor-pointer relative px-3 rounded-sm btn-community"
44
@click="handleMenuClick"
55
>
66
<span class="mr-1 h-4 w-4">

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.12
1+
1.2.13

0 commit comments

Comments
 (0)