天天看點

有道雲去除廣告

有道雲skin.xml位置------僅供參考

D:\Youdao\YoudaoNote\theme\default\skin.xml

删除

<PanelAd Bounds="0,0,0,161" DockStyle="bottom"> </PanelAd>

進入theme位置

D:\YoudaoNote\YoudaoNote\theme

修改(粘貼複制)

<!-- 廣告視窗配置 --> <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>

繼續閱讀