mirror of
https://shylinux.com/x/community
synced 2025-07-01 21:21:19 +08:00
add some
This commit is contained in:
parent
b1345a0313
commit
3de26dcb69
@ -51,6 +51,7 @@ type Table struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s Table) LoadTrans(m *ice.Message, arg ...string) {
|
func (s Table) LoadTrans(m *ice.Message, arg ...string) {
|
||||||
|
m.Option("_iconslib", "https://img.icons8.com/officel/80/")
|
||||||
p := kit.FileLine(1, 100)
|
p := kit.FileLine(1, 100)
|
||||||
if m.PrefixKey() != api.GONGANXITONG_PORTAL {
|
if m.PrefixKey() != api.GONGANXITONG_PORTAL {
|
||||||
ice.LoadTrans(m.Spawn(kit.Dict("_template", path.Join(path.Dir(p), "portal.json"))).Message, m.CommandKey(), m.GetCommand().Command)
|
ice.LoadTrans(m.Spawn(kit.Dict("_template", path.Join(path.Dir(p), "portal.json"))).Message, m.CommandKey(), m.GetCommand().Command)
|
||||||
|
@ -98,6 +98,7 @@ $output fieldset.story>form.option { display:none; }
|
|||||||
$output fieldset.story>div.action { display:none; }
|
$output fieldset.story>div.action { display:none; }
|
||||||
$output fieldset.story>div.status { display:none; }
|
$output fieldset.story>div.status { display:none; }
|
||||||
$output fieldset.story>div.output { background-color:var(--plugin-bg-color); }
|
$output fieldset.story>div.output { background-color:var(--plugin-bg-color); }
|
||||||
|
$output fieldset.story>div.output div.code { padding:0; }
|
||||||
$output fieldset.story>div.output table.content td { box-shadow:none; }
|
$output fieldset.story>div.output table.content td { box-shadow:none; }
|
||||||
$output fieldset.story>div.output table.content td img { max-width:100%; }
|
$output fieldset.story>div.output table.content td img { max-width:100%; }
|
||||||
$output fieldset.story>div.output table.content tr.icon td img { max-height:128px; max-width:128px; }
|
$output fieldset.story>div.output table.content tr.icon td img { max-height:128px; max-width:128px; }
|
||||||
|
@ -14,27 +14,27 @@
|
|||||||
"auth": "认证", "authCreate": "认证申请", "authCity": "城市认证", "authPersonal": "个人认证", "authService": "服务认证", "authCompany": "公司认证",
|
"auth": "认证", "authCreate": "认证申请", "authCity": "城市认证", "authPersonal": "个人认证", "authService": "服务认证", "authCompany": "公司认证",
|
||||||
"config": "配置", "code": "编程", "data": "数据", "cache": "缓存",
|
"config": "配置", "code": "编程", "data": "数据", "cache": "缓存",
|
||||||
"icons": {
|
"icons": {
|
||||||
"goodslist": "https://img.icons8.com/officel/80/online-store.png",
|
"goodslist": "online-store.png",
|
||||||
"paymentlist": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
"paymentlist": "online-payment-with-a-credit-card.png",
|
||||||
"meeting": "https://img.icons8.com/officel/80/video-conference.png",
|
"meeting": "video-conference.png",
|
||||||
"document": "https://img.icons8.com/officel/50/documents.png",
|
"document": "documents.png",
|
||||||
"contract": "https://img.icons8.com/officel/80/agreement.png",
|
"contract": "agreement.png",
|
||||||
"photo": "https://img.icons8.com/officel/50/ios-photos.png",
|
"photo": "ios-photos.png",
|
||||||
"credit": "https://img.icons8.com/officel/80/passport.png",
|
"credit": "passport.png",
|
||||||
"member": "https://img.icons8.com/officel/80/person-at-home.png",
|
"member": "person-at-home.png",
|
||||||
"setting": "https://img.icons8.com/officel/80/settings--v1.png",
|
"setting": "settings--v1.png",
|
||||||
"qrcode": "https://img.icons8.com/officel/80/qr-code.png",
|
"qrcode": "qr-code.png",
|
||||||
"event": "https://img.icons8.com/officel/80/property-with-timer.png",
|
"event": "property-with-timer.png",
|
||||||
"apply": "https://img.icons8.com/officel/80/edit-property.png",
|
"apply": "edit-property.png",
|
||||||
"allow": "https://img.icons8.com/officel/80/receipt-approved.png",
|
"allow": "receipt-approved.png",
|
||||||
"email": "https://img.icons8.com/officel/80/reading-confirmation.png",
|
"email": "reading-confirmation.png",
|
||||||
"notice": "https://img.icons8.com/officel/80/commercial.png",
|
"notice": "commercial.png",
|
||||||
"domain": "https://img.icons8.com/officel/80/categorize.png",
|
"domain": "categorize.png",
|
||||||
"market": "https://img.icons8.com/officel/80/square.png",
|
"market": "square.png",
|
||||||
"message": "https://img.icons8.com/officel/80/test-partial-passed.png",
|
"message": "test-partial-passed.png",
|
||||||
"recent": "https://img.icons8.com/officel/80/multiple-smartphones.png",
|
"recent": "multiple-smartphones.png",
|
||||||
"service": "https://img.icons8.com/officel/80/activity-grid.png",
|
"service": "activity-grid.png",
|
||||||
"support": "https://img.icons8.com/officel/80/customer-support.png"
|
"support": "customer-support.png"
|
||||||
},
|
},
|
||||||
"style": {
|
"style": {
|
||||||
"reject": "danger",
|
"reject": "danger",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user