搜索
您的当前位置:首页正文

有道云笔记去广告教程

来源:二三娱乐

国内有云笔记软件主要是有道云笔记和为知笔记,国外有印象笔记和onenote,我以前是为知笔记的用户,但是为知笔记已经开始收费,我买过一年,当时的有道云笔记并没有现在的好用,现在的有道云笔记能满足我的需求。

云笔记软件比较

找到有道云笔记的安装文件夹,默认为C:\Program Files (x86)\Youdao\YoudaoNote\theme,编辑build.xml(先备份一下这个文件,修改如果启动不了直接替换回去),将下面的代码修改

原内容

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

<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

保存文件重新启动有道云笔记即可。

去广告效果:

不会修改的也可以用我的已经修改好的build.xml替换C:\Program Files (x86)\Youdao\YoudaoNote\theme目录的build.xml

去广告配置文件下载地址:

有道云笔记去广告Android下载地址:

扩展阅读:

从需求到选择:有道云笔记 VS 印象笔记 VS 为知笔记

Top