返回列表 发帖

[问题求助] RM网络流量皮肤 检测不准确 该怎么改...

下载的速度和显示的根本不一样 后台没有运行任何更新的东西

这是ini:
  [Rainmeter]
AppVersion=1.1
Update=1000

[Background]
Meter=String
x=0
Y=0
W=190
H=95
SolidColor=0, 0, 0, 60

[Variables]
update.Spd=500
Image=Net.png
FontColor1=255,255,255,180
FontColor2=255,255,255,255
FontName=微软雅黑
AntiAlias=1
; -------------------------
[Image]
Meter=Image
X=-3
Y=-3
ImageName=#Image#
; ------------------------

[OutSpeed|Measure]
Measure=NetOut
NetOutSpeed=1
[OutSpeed|Meter]
Meter=STRING
MeasureName=OutSpeed|Measure
X=88
Y=11
StringStyle=BOLD
FontColor=#FontColor1#
FontFace=#FontName#
FontSize=7.5
StringAlign=CENTER
StringStyle=NORMAL
AntiAlias=1
Text="上传:%1K/s"
AntiAlias=1
Scale=4500
NumOfDecimals=1
; --

[OutGraph1]
Meter=Line
MeasureName=OutSpeed|Measure
X=115
Y=-2
H=28
W=70
LineCount=1
LineColor=255,205,88,88
AntiAlias=1
AutoScale=1
[OutGraph2]
Meter=HISTOGRAM
MeasureName=OutSpeed|Measure
X=r
Y=r
H=31
W=55
PrimaryColor=255,205,88,88
AntiAlias=1
AutoScale=1

; ----------------------------------

[InSpeed|Measure]
Measure=NetIn
NetInSpeed=1
[InSpeed|Meter]
Meter=STRING
MeasureName=InSpeed|Measure
X=88
Y=34
StringStyle=BOLD
FontColor=#FontColor1#
FontFace=#FontName#
FontSize=7.5
StringAlign=CENTER
StringStyle=NORMAL
AntiAlias=1
Text="下载:%1K/s"
AntiAlias=1
Scale=4500
NumOfDecimals=1
; --

[InGraph1]
Meter=Line
MeasureName=InSpeed|Measure
X=115
Y=18
H=28
W=70
LineCount=1
LineColor=255,205,88,88
AntiAlias=1
AutoScale=1

[InGraph2]
Meter=HISTOGRAM
MeasureName=InSpeed|Measure
X=r
Y=r
H=31
W=55
PrimaryColor=255,205,88,88
AntiAlias=1
AutoScale=1

; ----------------------------------

[MeasureIP]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=IP_ADDRESS
;这里可以选择显示第几块网卡的地址,"1/2/3/4..."
SysInfoData=0
[LocalIP.txt]
Meter=STRING
X=10
Y=58
FontColor=#FontColor2#
FontSize=8
FontFace=#FontName#
StringStyle=bold
AntiAlias=1
Prefix="本地IP地址:"
[LocalIP]
Meter=STRING
MeasureName=MeasureIP
X=185
Y=0r
StringAlign=Right
FontColor=#FontColor2#
FontSize=8
FontFace=#FontName#
AntiAlias=1
[MeasureIPWeb]
Measure=Plugin
Plugin=Plugins\WebParser.dll
URL=http://ipdetect.dnspark.com/
RegExp="(?siU)<body>(.+)Address: (.+)</body>"
StringIndex=2
UpdateRate=300
[WANIP.txt]
Meter=STRING
X=10
Y=18r
FontColor=#FontColor2#
FontSize=8
FontFace=#FontName#
StringStyle=bold
AntiAlias=1
Prefix="广域网IP地址:            "
[WANIP]
Meter=STRING
MeasureName=MeasureIPWeb
X=185
Y=0r
StringAlign=Right
FontColor=#FontColor2#
FontSize=8
FontFace=#FontName#
AntiAlias=1

Scale=4500
   修改这个  我是修改到 Scale=2200 差不多  具体多少 你自己摸索

TOP

返回列表