zoukankan      html  css  js  c++  java
  • 有道云笔记去除广告方法

    找到安装目录下theme,打开build.xml修改这个文件

    <PanelAd type="adpanel" css="public" ass="mainform panelclient PanelAd" style="display:none !important;" >
                <panelTopLine type="panel" css="AdPanel" Dockstyle="top" Bounds="0,0,0,1"/>
                <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>
    </PanelAd>

    替换为

    <PanelAd type="adpanel" css="public" ass="mainform panelclient PanelAd" style="display:none !important;" >
                <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,0">
                        <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>
  • 相关阅读:
    3.4.4 反射和泛型
    4.4.2 空合并操作符让比较不再痛苦
    NPOI导出EXCEL 打印设置分页及打印标题
    20、异常和状态管理
    14 字符字符串和文本处理
    15、枚举类型和标志位
    Oracle 数据库连接的一些坑
    17、委托
    《山鬼·九歌》——屈原
    每周一卦测感情,还是这么凶
  • 原文地址:https://www.cnblogs.com/miaosj/p/10692158.html
Copyright © 2011-2022 走看看