求帮忙!!!
rainmeter吧
全部回复
仅看楼主
level 1
[Rainmeter]
Update=1000
Author=Connect-R
BackgroundMode=2
SolidColor=0,0,0,1
DynamicWindowSize=1
AccurateText=1
MouseScrollUpAction=[!SetVariable Scale "(
#Scale#
+
#ScrollMouseIncrement#
)"][!WriteKeyValue Variables Scale "(
#Scale#
+
#ScrollMouseIncrement#
)"][!Refresh]
MouseScrollDownAction=[!SetVariable Scale "(
#Scale#
-
#ScrollMouseIncrement#
< 0.2 ? 0.2 :
#Scale#
-
#ScrollMouseIncrement#
)"][!WriteKeyValue Variables Scale "(
#Scale#
-
#ScrollMouseIncrement#
< 0.2 ? 0.2 :
#Scale#
-
#ScrollMouseIncrement#
)"][!Refresh]
[Metadata]
Name=
Author=
Information=
License=
Version=
[Variables]
@include=#@#Variables.inc
@include2=#@#Language\Language.inc
Scale=0.35
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=ARTIST
Substitue="":""
[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=TITLE
Substitue="":""
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterText]
Meter=String
StringAlign=Center
FontFace=Raleway Light
FontColor=#Color1#
FontSize=(38*
#Scale#
)
X=(700*
#Scale#
)
Y=(0*
#Scale#
)
Text="- Now, you're listening -"
AntiAlias=1
UpdateDivider=-1
[MeterSongInfo]
Meter=String
MeasureName=MeasureArtist
MeasureName2=MeasureTitle
StringAlign=Center
FontFace=Raleway Light
FontColor=#Color1#
FontSize=(38*
#Scale#
)
X=(0*
#Scale#
)r
Y=(70*
#Scale#
)
W=(1300*
#Scale#
)
Text="%1 - %2"
ClipString=1
AntiAlias=1
别人说安装皮肤后直接就可以网易云启动了,我的还是不行
2020年05月27日 11点05分 1
level 9
可能、应该要指定自己的网易云程序路径
2020年05月28日 15点05分 2
我看别人说@include不能直接关联路径什么,都已经懵了
2020年05月29日 03点05分
@魂魄妖梦℃ @include是Rainmeter内置变量,不能随便用于别的参数设置,改为任何其它字符都可以,如palyer 之所以你的皮肤里会出现这个,应该是你的皮肤不完整,缺个配置文件
2020年05月29日 03点05分
1