Compare commits

..

No commits in common. "98135736791c8a3f4c1ad410700312a3929e5e16" and "5ca1ba1271c5600270ab8f5c12e92325343e4d13" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

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

View File

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