定制 reflar/nightmode 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

reflar/nightmode

最新稳定版本:1.6.0

Composer 安装命令:

composer require reflar/nightmode

包简介

Add a Night Mode option for your users to use on your Flarum forum

README 文档

README

GitHub license Latest Stable Version Total Downloads

A Flarum extension. Add a Night Mode 🌙 for your users to use on your Flarum forum! (THE LIGHT 🌞, IT BUUUURNSSS!!!)

  • A new "Night Mode" menu option will appear in your user options when you click on your avatar next to the notifications icon. Night Mode Option
  • A "Day Mode" option has been added as well to make the light appear again! (BEGONE, DANKESS!) Day Mode Option

Installation

Install manually with composer:

composer require fof/nightmode:"*"

Updating

composer update fof/nightmode

Integrating with fof/nightmode from another extension

Each time the mode is switched from day to night (and vice versa), a fofnightmodechange event is dispatched. An extension can then listen to this event to react to this change, like so:

if (flarum.extensions['fof-nightmode']) {
  document.addEventListener('fofnightmodechange', (event) => {
    if (event.detail == 'day') {
      console.log('day mode');
    } else {
      console.log('night mode');
    }
  });
}

Links

An extension by FriendsOfFlarum.

统计信息

  • 总下载量: 2.8k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 36
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 36
  • Watchers: 6
  • Forks: 22
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-04-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固