jeyroik / df-templates-html

此包最新版本(0.3.0)没有可用的许可信息。

DF的HTML模板

0.3.0 2023-09-20 06:19 UTC

This package is auto-updated.

Last update: 2024-09-20 08:37:42 UTC


README

tests codecov.io Latest Stable Version Total Downloads Dependents

df-templates-html

DeFlou的HTML模板

使用方法

  1. 安装deflou.template.html.<plugin.name>阶段的插件。
    1. 例如:为事件插件安装deflou.template.html.event
  2. 使用TContextHtml特质准备上下文。
    1. 或者使用ContextHtmlTriger上下文。
  3. 安装with-template实体。
    1. 例如:安装df-triggers值插件。
  4. 使用TemplateService获取模板。
    1. 查看测试以获取详细信息。