local PluginBase = require("luaScript.Plugins.PluginBase") local PluginZhuCheng = class("PluginZhuCheng", PluginBase) function PluginZhuCheng:ctor() PluginZhuCheng.super.ctor(self); end function PluginZhuCheng:gotoWeiXin() showTooltip("当前平台不支持该操作!") end return PluginZhuCheng