Initial commit
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled

This commit is contained in:
chorblack
2026-03-07 11:19:25 +08:00
commit e75f275ef4
4484 changed files with 645480 additions and 0 deletions

15
TeKit/Plugin.php Normal file
View File

@@ -0,0 +1,15 @@
<?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){}
}