level 3
可惜不是pisces
楼主
;=================================================
; Rainmeter configuration file
; 制作 by 叶镔
;================================================= ;============================== [Rainmeter]
Author=Kevin.YE ;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D [Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview= ;End of added Metadata [MeterBack]
Meter=IMAGE
X=0
Y=0
ImageName=bg2.png [c]
Meter=IMAGE
x=10
y=70
ImageName=cc.png
LeftMouseDownAction=!Execute ["C:\"]
AntiAlias=1
[d]
Meter=IMAGE
x=10
y=120
ImageName=dd.png
LeftMouseDownAction=!Execute ["D:\"]
AntiAlias=1 [e]
Meter=IMAGE
x=10
y=165
ImageName=ee.png
LeftMouseDownAction=!Execute ["E:\"]
AntiAlias=1 [f]
Meter=IMAGE
x=10
y=218
ImageName=ff.png
LeftMouseDownAction=!Execute ["F:\"]
AntiAlias=1
[Variables]
;=================================================
;天气的代码;进入网站 http://www.weather.com.cn/ 输入中文城市名搜索;然后复制网页上最一段数字即可;例如http://www.weather.com.cn/html/weather//101210401.shtml ;即是复制 101120201 TQDM=101210401
FontColor=255,255,255
FontFace=微软雅黑
FontSize=10
StringAlign=RIGHT
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,180
Antialias=1 ;================================================= ;[GATHER WEATHER INFO FROM RSS]=================== [MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=18000
Url=http://m.weather.com.cn/data//#TQDM#.html
RegExp="{"weatherinfo":{"city":"(.*)","city_en":"(.*)","date_y":"(.*)","date":"(.*)","week":"(.*)","fchh":"(.*)","cityid":"(.*)","temp1":"(.*)","temp2":"(.*)","temp3":"(.*)","temp4":"(.*)","temp5":"(.*)","tempF1":"(.*)","tempF2":"(.*)","tempF3":"(.*)","tempF4":"(.*)","weather1":"(.*)","weather2":"(.*)","weather3":"(.*)","weather4":"(.*)","weather5":"(.*)","img1":"(.*)","img2":"(.*)","img3":"(.*)","img4":"(.*)","img5":"(.*)","img6":"(.*)","img7":"(.*)","img8":"(.*)","img_single":"(.*)","img_title1":"(.*)","img_title2":"(.*)","img_title3":"(.*)","img_title4":"(.*)","img_title5":"(.*)","img_title6":"(.*)","img_title7":"(.*)","img_title8":"(.*)","img_title_single":"(.*)","wind1":"(.*)","wind2":"(.*)","wind3":"(.*)","wind4":(.*)","fl1":"(.*)","fl2":"(.*)","fl3":"(.*)","fl4":"(.*)","index":"(.*)","index_d":"(.*)","index48":"(.*)","index48_d":"(.*)","index_uv":"(.*)","index48_uv":"(.*)","index_xc":"(.*)","index_tr":"(.*)","index_co":"(.*)"}}"
StringIndex=1
IfAboveValue=1
IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]