Compare commits

...

2 Commits

Author SHA1 Message Date
muwoo
9813573679
Update package.json 2024-12-26 18:40:45 +08:00
muwoo
61ec18f0dc
fix: #404 2024-12-26 18:40:27 +08:00
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "rubick",
"version": "4.3.0",
"version": "4.3.1",
"author": "muwoo <2424880409@qq.com>",
"private": true,
"scripts": {

View File

@ -1,8 +1,13 @@
<template>
<div v-show="!currentPlugin.name && config.perf.common.history" class="options">
<div v-show="!currentPlugin.name" class="options">
<div
class="history-plugins"
v-if="!options.length || !(searchValue || !!clipboardFile.length)"
v-if="
!options.length &&
!searchValue &&
!clipboardFile.length &&
config.perf.common.history
"
>
<a-row>
<a-col