imagebox.php

来自「F2blog v1.1 beta 12.27更新说明 1、后台编辑器增加了文本」· PHP 代码 · 共 30 行

PHP
30
字号
<?php
/*
Plugin Name: imagebox
Plugin URI: http://joesen.f2blog.com/index.php?load=read&id=166
Description: ImageBox鐩稿唽
Author: Joesen & Kembo
Version: 1.0
Author URI: http://joesen.f2blog.com
*/

// Install Plugin
function imagebox_install() {
	$arrPlugin['Name']="imagebox";
	$arrPlugin['Desc']="鐩稿唽";  
	$arrPlugin['Type']="Top";
	$arrPlugin['Code']="";
	$arrPlugin['Path']="plugins/imagebox/imagebox.big.php";

	$ActionMessage=install_plugins($arrPlugin);
	return $ActionMessage;
}

//Unstall Plugin
function imagebox_unstall() {
	$ActionMessage=unstall_plugins("imagebox");
	return $ActionMessage;
}

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?