編輯RSS打開/Library/Themes/HTC LockStyle Gruppled/Bundles/com.ashman.LockInfo 中的config.js
第151行↓以下是我的,給你參考
第151行↓以下是我的,給你參考
代碼:
// Enter the RSS feed URLs as desired
var rssSources = [
"http://tw.nextmedia.com/rss/create/type/rnews",
"http://feeds.feedburner.com/solidot",
"http://chinese.winandmac.com/feed/",
"http://www.etaiwannews.com/rss/news_onlytn.xml",
"http://news.pchome.com.tw/rss/new/",
"http://tw.news.yahoo.com/rss/realtime",
"http://www.libertytimes.com.tw/rss/south.xml",
"http://gnn.gamer.com.tw/rss.xml",
];
// Enter the RSS feed titles (shown as headers) corresponding to the above feeds
var rssTitles = [
"壹蘋果即時新聞",
"Solidot News",
"Winandmac News",
"台灣新聞 RSS",
"PChome News",
"Yahoo News",
"自由時報-南部新聞",
"巴哈姆特 GNN 新聞網", //以上面RSS網址為順序"命名",如果要顯示中文請存成UTF-8格式
];
// Enter the number of RSS items for individual feeds (0 for all items)
var rssItems = [
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0", //←每多一個rss就多一個"0"
];
// Enter length of RSS item description for individual feeds (1 for all chars or e.g. 100 for 100 chars)
var rssDescChars = [
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1", //←每多一個rss就多一個"1"
];
var rssSourceIndex = 0; // set the initial source index
var rssDescShow = false; // Show or hide description initially
var rssFrameSize = 121; // change height of RSS subwindow
var displayRSSRefreshButton = true; // show refresh
var rssScrollerSpeed = 3; // change speed of scrolling←這個是捲動速度
var rssRefreshTimer = 1800000; // 600 sec or 600,000 ms or 10 mins.這個為更新時間我設定"半小時"
照著大大的指示做完
可是永遠都只播放第一個新聞耶~
後面的都不會出現XD
哪裡還要更改嗎?






