/* Done by Dacal mod by DemoneLatino */
/** TWITTER @DemoneLatino **/
/* *************************************** */
/* The following scripts will allow you to fine tune */
/* *************************************** */
/* *************************************** */
/* ************* CLOCK **************** */
var Clock = "24"; // <--- 12 or 24 choose you,change "12" to "24" if you use "24H"
/* *************************************** */
/* ************* LANGUAGE **************** */
//Choose Languages:
//(fr) for french;
//(de) for german;
//(es) for spanish;
//(it) for italian;
//(en) for english;
var Lang = "en" // <-- change here
/* *************************************** */
/* ************* Weather **************** */
// Use www.weather.com to find your weathercode
// For example searching for Milan Italy will get you this URL
// http://www.weather.com/weather/right-now/Milan+Italy+ITXX0042
// The last part ITXX0042 is the weathercode to use in "var locale"
var locale = "thxx0002" //ITXX0067" // leave "0" if you want to use the GPS or enter your code if you don't have GPS(myLocation)
//you not have (GPS) "myLocation" download from cydia "GPS Weather Lockscreen" by crazyvivek(iOS 4.x - 7.x)contact me via cydia for more support or talk with me on TWITTER @DemoneLatino
var Temp = "c"; // "c" for Celsius / "f" for fahrenheit.
var updateInterval = 15; // refresh weather in minutes.
var iconSet = "DemoneBrillant" // add your own set
var iconExt = ".png" // icons extension
var useRealFeel = false; // true or false
var source = 'yahooWeather' // Don't touch here!
我主要得疑問:1.要如何把鎖屏界面改成中文?
2.var locale = "thxx0002" //ITXX0067" // leave "0" if you want to
use the GPS or enter your code if you don't have GPS(myLocation)
我住家是在台南 請問要改哪一個?
3.var iconSet = "DemoneBrillant" // add your own set
var iconExt = ".png" // icons extension
var useRealFeel = false; // true or false
var source = 'yahooWeather' // Don't touch here!
這4行是啥意思阿?
拜託大大解惑!!!!!!!!!!!!感激!!!
1.
他語言設定沒有中文選項
有的話應該會有一個zh之類的
2.
要找城市的代碼我記得yahoo weather可以找到 google一下吧
3.
var iconSet = "DemoneBrillant" // add your own set
var iconExt = ".png" // icons extension
var useRealFeel = false; // true or false
var source = 'yahooWeather' // Don't touch here!
設定圖示 ? userealfeel不知 source個人猜測應該是抓天氣資料的網站來源吧
PETER680311 wrote:
/* Done by...(恕刪)
內文搜尋




























































































