Files
plugins/TeKit/Plugin.php
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

16 lines
455 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Typecho日志类、评论类等多功能工具箱
*
* @package Typecho Kit
* @author 冰剑
* @version 2.0.0
* @link http://www.binjoo.net
*/
class TeKit_Plugin implements Typecho_Plugin_Interface {
public static function activate() {}
public static function deactivate(){}
public static function config(Typecho_Widget_Helper_Form $form){}
public static function personalConfig(Typecho_Widget_Helper_Form $form){}
}