- UID
- 571400
- 主题
- 注册时间
- 2021-8-3
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 4 天 [LV.2]偶尔看看I
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?点击注册
x
根据用户emian的程序修改了一些样式想通过输入股票代码直接关注股票,目前输入代码可以刷新股票代码的文字,但是如何能触发InfoStock让他再次获取API呢?请高手指点
- [Variables]
- fontName=Tahoma
- textSize=9
- SecondVar="399006"
- ; fontName=Trebuchet MS
- ; textSize=8
- colorBar=235,170,0,255
- colorText=255,255,255,205
- colordown=0,255,0,205
- colorup=255,0,0,205
- update.Spd=15
- Quote=http://hq.sinajs.cn/list=s_sz#SecondVar#
- ;输入框
- [measureInput]
- ; The InputText.dll plugin has special powers: it allows user input.
- ; However, it's not the easiest way to start learning Rainmeter. Get a
- ; hold of the basics, and then check out the manual entry for InputText.
- Measure=Plugin
- Plugin=InputText.dll
- SolidColor=0,64,128,180
- StringAlign=Left
- StringCase=None
- StringStyle=Bold
- StringEffect=Shadow
- FontEffectColor=0,0,0,20
- FontColor=#colorText#
- FontFace=#fontName#
- FontSize=#textSize#
- X=10
- Y=38
- W=170
- H=17
- FocusDismiss=1
- DefaultValue=""
- ; Command1=["http://hq.sinajs.cn/list=s_sz$UserInput$"]
- Command1=[!SetVariable SecondVar "$UserInput$"]
- ; Command2=!InfoStock1
- UpdateDivider=86400
- [InfoStock1]
- Measure=Plugin
- Plugin=Plugins\WebParser.dll
- URL=#Quote#
- RegExp="(?siU)var hq_str_(.*)="(.*),(.*),(.*),(.*),(.*),(.*)";"
- CodePage=936
- StringIndex=7
- UpdateRate=#update.Spd#
复制代码
|
|