有道雲筆記去除底部廣告

去除廣告

默認安裝路徑:C:\Program Files (x86)\Youdao\YoudaoNote\theme\build.xml
修改build.xml文件
ctrl+F搜索ad找到如下代碼把Bounds值全部改爲0
保存重啓

        <PanelAd type="adpanel" css="public" ass="mainform panelclient PanelAd">
			<!--panelTopLine type="panel" css="AdPanel" Dockstyle="top" Bounds="0,0,0,1"/-->
			<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,200,130"-->
				<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>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章