[wordpress插件] ckwncckwnc

wordpress 插件 文章 2020-03-24 03:50 407 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin adds the [ckwnc] shortcode markup to your wordpress installation.

此插件将[ckwnc]简码标记添加到您的wordpress安装中。

This is enabled in posts

在帖子中启用了此功能

and any text widgets.

以及任何文本小部件。

A complete reference of how to create a ckwnc uml sequence diagram can be found at http://www.ckwnc.com/help.html

有关如何创建ckwnc uml序列图的完整参考,请参见http://www.ckwnc.com/help.html

Example Usage:

示例用法:

[ckwnc]   me:actor   data:Data    data.get() {     me.callback() {       result.create()       logging.log() {         System.print()       }     }   }   data.release(

  [ckwnc] me:actor data:Data data.get(){me.callback(){result.create()logging.log(){System.print()}}})data.release( 

) [/ckwnc]

)[/ ckwnc]

Note that the javascript from http://www.ckwnc.com will be included in your page.

请注意,来自http://www.ckwnc.com的javascript将包含在您的页面中。

We have decided to include the javascript from our server directly rather than copy a version into the plugin directory so that the

我们决定直接从服务器中包含javascript,而不是将版本复制到插件目录中,以便

javascript can be kept up to date.

javascript可以保持最新。

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

    1. Upload ckwnc.php to the /wp-content/plugins/ directory
    2. ckwnc.php 上载到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Use the [ckwnc] short code in your posts.
    6. 在您的帖子中使用[ckwnc]短代码。

下载地址
https://downloads.wordpress.org/plugin/ckwnc.1.0.zip
-EOF-

AI助手支持GPT4.0