有道云笔记去除广告

进入安装目录

D:\YoudaoNote\YoudaoNote\theme

编辑 build.xml

文本编辑器打开

找到广告代码配置

type="adpanel" css="public" ass="mainform panelclient PanelAd">
    type="panel" css="AdPanel" Dockstyle="top" Bounds="0,0,0,1"/>
    type="panel" css="public" DockStyle="top" Bounds="0,0,250,160" Margin="0,13,0,13">
        type="photo" css="Ad AdPhoto" AnchorStyle="center" AutoZoom="ZoomEqual" Bounds="0,0,200,130">
            type="button" css="adclear" AnchorStyle="topright" Bounds="-1,1,24,24" />
            type="label" css="AdText" AnchorStyle="bottomleft" Bounds="6,-6,25,10"/>
        

    

修改广告代码配置


<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,0,0" Margin="0,0,0,0">
        <AdPhoto type="photo" css="Ad AdPhoto" AnchorStyle="center" AutoZoom="ZoomEqual" Bounds="0,0,0,0">
            <AdClose type="button" css="adclear" AnchorStyle="topright" Bounds="0,0,0,0" />
            <AdText type="label" css="AdText" AnchorStyle="bottomleft" Bounds="0,0,0,0"/>
        AdPhoto>
    MiddlePhotoPanel>
PanelAd>

写在最后

身为IT从业人员,我尊重同行的劳动成果
所以我充了2个月会员(太穷,并不能充太久)
去除广告仅供参考

你可能感兴趣的:(其他)