Skip to content

Commit

Permalink
chore: 🤖 取消内置PLUGIN_NSFW,后续以插件形式插拔式安装
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Apr 2, 2023
1 parent b8b2ffd commit 115b91f
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# <img src='https://raw.githubusercontent.com/rao-pics/rua/main/public/favicon.ico?raw=true' height="24px" width="24px" /> Rao.Pics

将《素材管理 App》升级为后台管理系统,实现局域网内即时预览、共享
基于 Eagle/Pixcall/Billfish 等素材管理工具,用于局域网内**展示**已有的图库

## ✈️ 超级简单

Expand All @@ -38,21 +38,6 @@ EagleUse({
});
```

```ts
interface Options {
// library 地址
library: string;
// 开启转换 eagle,默认 true
transform_eagle?: boolean;
// 开启sqlite api访问, 默认 true
plugin_api?: boolean;
// nsfw 检测
plugin_nsfw?: boolean;
// 端口号
port?: number;
}
```

## 🎨 主题

[默认主题 Rua](https://github.com/rao-pics/rua)
Expand Down

0 comments on commit 115b91f

Please sign in to comment.