首页 > 其他 > 详细

有道云笔记PC端免VIP去广告v6.8.0.1

时间:2019-07-15 09:43:26      阅读:159      评论:0      收藏:0      [点我收藏+]

隐藏广告

修改有道云笔记安装目录下的文件 
Youdao\YoudaoNote\theme\build.xml

搜索底部广告

<!-- 底部广告-->
<AdWraperMid type="panel" css="public" dockstyle="bottom" visible="false" bounds="0,0,0,161">

将161改为0即可。

去除广告占位

  <PanelAd type="adpanel" css="public" ass="mainform panelclient PanelAd">
            <panelTopLine type="panel" css="AdPanel" Dockstyle="top" Bounds="0,0,0,1"/>
            <MiddlePhotoPanel type="panel" css="public" DockStyle="top" Bounds="0,0,0,0" Margin="0,13,0,13">
                <AdPhoto type="photo" css="Ad AdPhoto" AnchorStyle="center" AutoZoom="ZoomEqual" Bounds="0,0,200,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>

将“PanelAd”标签内所有含有Bounds和Margin属性的值全都修改为“0,0,0,0”

---------------------

 修改方法是6.5版本的,6.8有用还是没用我会继续观察。

有道云笔记PC端免VIP去广告v6.8.0.1

原文:https://www.cnblogs.com/moil/p/11186918.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!