Compare commits

...

4 Commits

Author SHA1 Message Date
limix
88177d84dc
Merge 2307faf31aa312324c499155705c921720dd712e into 98135736791c8a3f4c1ad410700312a3929e5e16 2024-12-30 10:25:36 +08:00
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
limix
2307faf31a
Update README.zh-CN.md
添加局限性描述
2024-08-20 23:29:41 +08:00
3 changed files with 11 additions and 3 deletions

View File

@ -90,6 +90,9 @@
[Rubick Plugin CLI](https://github.com/rubickCenter/rubick-plugin-cli)
## 局限性
npm包最终大小不宜超过100MB,所以插件包大小也不宜超过此大小,建议20MB以内,如果包体积过大,预期会导致推送npm仓库失败
## 赞助
### 1. 加入知识星球
我们在知识星球积累了大量的关于 rubick 的知识和常见问题,您可以付费加入我们的知识星球来一起讨论。我们将随时解答!

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