增加用户体系

This commit is contained in:
muwoo
2023-07-19 09:43:48 +08:00
parent ca6629988a
commit 47bada5c01
24 changed files with 716 additions and 176 deletions

View File

@@ -64,7 +64,6 @@
:key="cmd"
v-for="cmd in item.cmds"
:class="{ executable: !cmd.label }"
:color="!cmd.label && '#87d068'"
>
<span
@click="
@@ -329,7 +328,7 @@ const deletePlugin = async (plugin) => {
&.executable {
cursor: pointer;
color: var(--ant-info-color);
&:hover {
transform: translateY(-2px);
}