fof/direct-links

添加了一些直接链接和Composer自动填充功能。

资助包维护!
网站

安装数: 2,579

依赖: 1

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 1

语言:JavaScript

类型:flarum-extension

1.0.1 2024-08-05 05:44 UTC

This package is auto-updated.

Last update: 2024-09-05 06:01:43 UTC


README

此扩展添加了各种Flarum操作的直接链接

  • /login 将重定向到主页并打开登录模态框
  • /signup 将重定向到主页并打开注册模态框
  • /forgot 将重定向到主页并打开忘记密码模态框
  • /composer 将重定向到所有讨论页面并打开新讨论的编辑框

此外,仅适用于composer,您可以将 ?title=?content= 和/或 ?primary_tag=slug 参数附加到 /composer 以定义编辑器中的默认值。这对于分享功能或书签非常有用。

带有自动填充参数的示例url

/composer?title=test&primary_tag=general&content=this is some content

安装

composer require fof/direct-links:"*"

更新

composer update fof/direct-links
php flarum cache:clear

删除

composer remove fof/direct-links

链接

致谢

原始作者:Clark Winkelmann, Zerosonefun