主題: 請教懂得語法的前輩們
顯示結果從 1 到 9 共計 9 條
-
06-05-2010 #1
在下日前下載了一個佈景程式......還滿正的......
應有盡有~天氣日期都給你顯示的好好的.....
不過....一好沒倆好~這是天經地義的(免費的最貴)!!
目前卡在溫度上面....他顯示的是華氏(不是中視也不是台視)
在下要的是民視.......不是啦......是攝氏......
以下是檔案語法奉上(黑體字是我自己改的)
// The location field should be a relatively machine-legible string
// if using the default, Apple/AccuWeather parser (originally from Leopard's Weather.wdgt)
var locale = "TWXX0021" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'
// Set to 'false' if you'd prefer Farenheit
var isCelsius = false //true|false
// Use 'Real Feel' temperatures where possible, taking into account Wind Chill, Humidity etc.
var useRealFeel = false //true|false
/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
//Enable Wallpaper and/or Lock Screen
var enableWallpaper = true; //true|false
var enableLockScreen = true; //true|false [Currently, it is suggested that the lockScreen is disabled.]
// Supplied styles are 'originalBubble', 'myopia', 'iconOnly' and 'split'.
// (Add your own to the CSS folder!)
var stylesheetWall = 'iCarbon' //'originalBubble'|'myopia'|'iconOnly'|'split'|'oneLine'
var stylesheetLock = 'IconOnly' //See above.
// The only supplied icon set is 'klear'
// Images must follow the same naming schema as the 'springboard' set (borrowed from KWeather)
var iconSetWall = 'springboard' //'springboard'|'Lockscreen'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'springboard' //See above.
var iconExtLock = '.png' //See above.
/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
// The other available source is 'yahooWeather' which for the 'locale'
// requires a US zip or location code (e.g. UKXX0085 or CHXX0008) from http://weather.yahoo.com
var source = 'yahooWeather' //'appleAccuweatherStolen'|'yahooWeather'
// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 35 //Minutes
請問懂得天氣設定的前輩....是哪一段要更改啊!!!
還是我看錯檔案了...
ps:日期改中文......有一點放棄了如果可以.....順手提示一下方法/程式/檔案名稱吧!!
-
06-05-2010 #2
-
06-05-2010 #3
-
06-05-2010 #4
-
06-05-2010 #5
var isCelsius = false //true|false
--> var isCelsius = false //true|false
celsius 應該就是 攝氏 的設定,他預設值設定成 否了,
所以他會變成華氏,我想應該可以解決你的問題。
-
06-05-2010 #6
-
06-05-2010 #7
幫您直接找到改法了... 
版上的zzz99大大就有針對您的問題所做的修改的了...
小弟不才...沒改好...sorry...造成您的困擾...真是不好意思...




https://iphone4.tw/forums/showthread.php?t=20671
p.s:原來您好像也沒有貼到全文的樣子的說...
此篇文章於 06-05-2010 10:23 被 vilence98 編輯。 原因: 補充一下...
-
06-05-2010 #8
-
06-05-2010 #9
補一下現在的照片
主題為Ovation(z)






