MyCms from the media CMS system v3.2.2, advertising plug-in optimization

MyCms is an open source free self-media blog CMS system developed based on Laravel, which helps developers realize their knowledge and skills.

MyCms is released based on the Apache2.0 open source license, free and unrestricted for commercial use, please continue to follow us.

v3.2.2  update content

Added: Subdivision of advertisement types
Added: Article status control
Added: Push plugin compatible article status
Added: Post-add and update operation in the background
Fix: Error when the advertisement plugin is enabled for the first time
Fixed: The upload component is abnormal due to naming

Update highlights

1. Advertising plugin optimization

Added image ads and text links.

//调用方法

@foreach(ad('link') as $ad)
	<a href="{{$ad['url']}}">{{$ad['text']}}</a>
@endforeach

@foreach(ad('image') as $ad)
	<a href="{{$ad['url']}}"><img src="{{$ad['path']}}"></a>
@endforeach

2. Article status control

Heavy recommendation

The live code two-dimensional code tool is a tool that provides a convenient promotion and fission tool for the majority of operators after in-depth excavation.

Document address: https://www.mycms.net.cn/huoma

Huomahuoma official website: https://www.huomahuoma.com/

site address

  • Official website: https://www.mycms.net.cn/

  • User Manual: https://www.mycms.net.cn/shouce

  • API documentation: https://www.mycms.net.cn/api-doc

  • Template download: https://www.mycms.net.cn/muban

  • Source code download: https://gitee.com/qq386654667/mycms

  • Demo background: https://demo.mycms.net.cn/system/login

  • Demo backend: admin/admin

outstanding case

Guess you like

Origin www.oschina.net/news/192036/mycms-3-2-2-released