有道云笔记软件广告位优化
程序员文章站
2024-03-14 18:40:58
...
1.关闭有道云笔记
2.找到自己的theme目录下的build.xml文件
精简模式
3.打开build.xml文件
Ctrl+F搜索底部
bounds="0,0,0,0"中的1改为0
<!-- 底部广告-->
<AdWraperMid type="panel" css="public" dockstyle="bottom" visible="false" bounds="0,0,0,0">
<PanelAdMid type="control" control="PanelAd">
</PanelAdMid>
<LeftShadow type="control" control="MidPanelLeftShadow"/>
</AdWraperMid>
三栏模式
3.打开build.xml文件
Ctrl+F搜索MiddlePhotoPanel
panelTopLine标签中的Bounds="0,0,0,0"中的1改为0
AdPhoto标签中的Bounds="0,0,0,130"中的200改为0
<PanelAd type="adpanel" css="public" ass="mainform panelclient PanelAd">
<panelTopLine type="panel" css="AdPanel" Dockstyle="top" Bounds="0,0,0,0"/>
<MiddlePhotoPanel type="panel" css="public" DockStyle="top" Bounds="0,0,250,160" Margin="0,13,0,13">
<AdPhoto type="photo" css="Ad AdPhoto" AnchorStyle="center" AutoZoom="ZoomEqual" Bounds="0,0,0,130">
<AdClose type="button" css="adclear" AnchorStyle="topright" Bounds="-1,1,24,24" />
<AdText type="label" css="AdText" AnchorStyle="bottomleft" Bounds="6,-6,25,10"/>
</AdPhoto>
</MiddlePhotoPanel>
</PanelAd>
新版有道云笔记可以不用修改skins.xml文件
上一篇: 测试用例的一些原则
下一篇: 关于前台页面js的一些 知识