首選找到QQ音樂安裝的目錄,一般默認安裝在:
C:\Program Files\Tencent\QQMusic
后面這個路徑icech就默認為它了,如果你的安裝目錄不在這個位置,那么一些步驟上的路徑要根據實際情況自己進行調整了。
打開QQ音樂的xml文件,路徑是:
c:\Program Files\Tencent\QQMusic\QQMusicSkin\Default\List\config.xml
將安裝的config.xml文件內容替換成下面的內容保存即可:
HTML/XML Code復制內容到剪貼板
- <?xml version="1.0" encoding="gb2312" ?>
- <theme version="1.0">
- <Window width="290" height="258" clippingColor="#FF00FF"
- backgroundColor="#FFFFFF" style="hard" alpha="false" >
- <Picture id="Picture_BG" left="0" top="0" width="290"
- height="258" relative="ltrb" zIndex="0">
- <Img image="List_BG.bmp" x="0" y="0" w="20" h="20" />
- </Picture>
- <!-- 列表 -->
- <DlgItem id="DlgItem_PlayList" left="0" top="5" width="290"
- height="253" relative="ltrb" itemID="4097" visible="false" />
- <DlgItem id="DlgItem_UserList" left="0" top="5" width="290"
- height="253" relative="ltrb" itemID="4098" visible="false" />
- <DlgItem id="DlgItem_RandomList" left="0" top="5" width="290"
- height="253" relative="ltrb" itemID="4099" visible="false" />
- <!-- 廣告 -->
- <DlgItem id="DlgItem_Advertisement" left="1" top="179"
- width="288" height="0" relative="hb" itemID="1005" visible="false" />
- <!-- 廣告邊框 -->
- <Picture id="Picture_AdvFrame_Left" left="0" top="178" width="1"
- height="0" relative="hb" zIndex="2">
- <Img image="PlayList.bmp" x="0" y="41" w="1" h="1" />
- </Picture>
- <Picture id="Picture_AdvFrame_Top" left="0" top="178"
- width="290" height="1" relative="hb" zIndex="2">
- <Img image="PlayList.bmp" x="0" y="41" w="1" h="1" />
- </Picture>
- <Picture id="Picture_AdvFrame_Right" left="289" top="178"
- width="1" height="62" relative="hb" zIndex="2">
- <Img image="PlayList.bmp" x="0" y="41" w="1" h="1" />
- </Picture>
- <Picture id="Picture_AdvFrame_Bottom" left="0" top="239"
- width="290" height="1" relative="hb" zIndex="2">
- <Img image="PlayList.bmp" x="0" y="41" w="1" h="1" />
- </Picture>
- <!-- 在線 -->
- <DlgItem id="DlgItem_Online" left="0" top="0" width="0"
- height="0" relative="lrb" itemID="1006" visible="true" />
- </Window>
- </theme>