有道云笔记免vip去广告

软件版本

v6.4.0.0

精简模式下去广告

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

搜索底部广告


<AdWraperMid type="panel" css="public" dockstyle="bottom" visible="false" bounds="0,0,0,161">

将161改为0即可,如下


<AdWraperMid type="panel" css="public" dockstyle="bottom" visible="false" bounds="0,0,0,0">

三栏模式去广告

搜索MiddlePhotoPanel

<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,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>

修改bounds,将其设为0,0,0,0

<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>

你可能感兴趣的:(工具类)