🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
插件可使用预装变量,已封装在rp\\Plugin中,可继承直接使用 | 名称 | 说明 | 调用 | | --- | --- |--- | | App | 同主文件App | $this->App | webConfig | 同webConfig配置 | $this->webConfig | Db | 同Db数据库 | $this->Db | Db\_prefix | 数据库前缀 | $this->Db\_prefix | setConfig | 插件配置保存 | $this->setConfig(plugin, (array)data) | getConfig | 插件配置获取 | $this->getConfig(plugin) | pluginName | 当前插件名称 | $this->pluginName | pluginPath | 当前插件相对路径(系统根目录) | $this->pluginPath | tempUrl | (V1.9.4新增)当前模板相对路径(系统根目录) | $this->tempUrl | admin | 管理员数据,checkFormAdmin验证通过方可使用 | $this->admin