cheddam / silverstripe-switchflit
提供基于您的 DataObject 的快速切换 UI。
v1.0.0
2016-10-29 12:17 UTC
Requires
- php: ^5.4
- silverstripe/framework: ^3.1
This package is auto-updated.
Last update: 2024-08-29 03:29:51 UTC
README
为 SilverStripe DataObjects 提供即插即用的快速切换 UI。
前提
快速切换 UI 对高级用户非常有用,目前在各种应用程序和形式中都有应用,例如 Slack、Sublime Text 和 Spotlight。使用 SwitchFlit,您可以指定 DataObject 的名称和链接字段,并立即在您的网络应用程序中启用基本的快速切换。
安装/配置
composer require cheddam/silverstripe-switchflit
查看安装指南进行基本设置。
使用的技术
SwitchFlit 使用 Vue 来提供其 UI,并通过 Fuse.js 进行模糊搜索。
贡献
查看 CONTRIBUTING.md
。