MyPlugin for Vichan

发布时间:2026/7/15 14:08:23
MyPlugin for Vichan MyPlugin for Vichan【免费下载链接】vichanVichan is the most popular and widely used imageboard software in the world. It is a free, light-weight, fast, highly configurable and user-friendly imageboard software package.项目地址: https://gitcode.com/gh_mirrors/vi/vichan功能特性功能1描述功能2描述安装方法将插件文件夹复制到inc/plugins/在inc/secrets.php中添加配置刷新页面即可生效配置选项myplugin_enabled: 启用/禁用插件myplugin_setting: 详细设置说明### 版本管理 在插件中添加版本信息 php class MyPlugin { const VERSION 1.0.0; const MIN_VICHAN_VERSION 1.0.0; const MIN_PHP_VERSION 7.4.0; public static function checkRequirements() { // 检查Vichan版本 if (version_compare(VICHAN_VERSION, self::MIN_VICHAN_VERSION) 0) { error_log(插件需要Vichan . self::MIN_VICHAN_VERSION . 或更高版本); return false; } // 检查PHP版本 if (version_compare(PHP_VERSION, self::MIN_PHP_VERSION) 0) { error_log(插件需要PHP . self::MIN_PHP_VERSION . 或更高版本); return false; } return true; } }【免费下载链接】vichanVichan is the most popular and widely used imageboard software in the world. It is a free, light-weight, fast, highly configurable and user-friendly imageboard software package.项目地址: https://gitcode.com/gh_mirrors/vi/vichan创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考