You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|