welcome.php

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

PHP
17
字号
<?php
/*
Plugin Name: welcome
Plugin URI: http://korsen.f2blog.com
Description: 娆㈣繋鐣岄潰
Author: korsen
Version: 1.0
Author URI: http://korsen.f2blog.com
*/

function welcome_install() {
	$arrPlugin['Name']="welcome";
	$arrPlugin['Desc']="娆㈣繋鐣岄潰";  
	$arrPlugin['Type']="Main";
	$arrPlugin['Code']="";
	$arrPlugin['Path']="";
	$arrPlugin['indexOnly']="2";     //$strModuleContentShow=array("0鎵

⌨️ 快捷键说明

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