feat/task1-c-wallet
gongfuxiang 2019-02-17 13:37:06 +08:00
parent 6964d16dd1
commit 8b0e15a6f6
5 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ namespace app\plugins\commonrightnavigation;
use app\service\PluginsService;
/**
* 右侧导航 - 管理
* 右侧快捷导航 - 管理
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1

View File

@ -14,7 +14,7 @@ use app\service\PluginsService;
use app\service\BuyService;
/**
* 右侧导航 - 钩子入口
* 右侧快捷导航 - 钩子入口
* @author Devil
* @blog http://gong.gg/
* @version 0.0.1

View File

@ -1,12 +1,12 @@
{
"base":{
"plugins":"commonrightnavigation",
"name":"右侧导航",
"name":"右侧快捷导航",
"logo":"\/static\/upload\/images\/plugins_commonrightnavigation\/2019\/02\/15\/1550222872753553.png",
"author":"Devil",
"author_url":"https:\/\/shopxo.net\/",
"version":"1.0.0",
"desc":"浏览器右侧导航",
"desc":"浏览器右侧快捷导航",
"apply_terminal":[
"pc",
"h5"

View File

@ -4,7 +4,7 @@
<div class="content-right">
<div class="content">
<legend>
<span class="fs-16">右侧导航</span>
<span class="fs-16">右侧快捷导航</span>
<a href="{{:MyUrl('admin/pluginsadmin/index')}}" class="fr fs-14 m-t-5 am-icon-mail-reply"> 返回</a>
</legend>

View File

@ -6,7 +6,7 @@
<!-- form start -->
<form class="am-form form-validation view-save" action="{{:PluginsAdminUrl('commonrightnavigation', 'admin', 'save')}}" method="POST" request-type="ajax-url" request-value="{{:PluginsAdminUrl('commonrightnavigation', 'admin', 'index')}}" enctype="multipart/form-data">
<legend>
<span class="fs-16">右侧导航</span>
<span class="fs-16">右侧快捷导航</span>
<a href="{{:PluginsAdminUrl('commonrightnavigation', 'admin', 'index')}}" class="fr fs-14 m-t-5 am-icon-mail-reply"> 返回</a>
</legend>