0

我正在尝试为雨量计制作一个基本的时钟皮肤,我正在关注教程。

当我尝试使用 % 显示 Measure 时,它​​会在皮肤上显示 %:

截屏

这是代码:

[MeterMonthDayYear]    
Meter=String    
MeterStyle=TextStyle    
MeasureName=MeasureMonthName    
MeasureName2=MeasureDayOfMonth    
MeasureName3=MeasureYear    
X=204    
Y=0R    
FontSize=13    
Text=%1 %2, %3    

我仔细检查了我的所有措施,所以这不是问题。似乎rainmeter只是解析代码错误。有没有什么办法解决这一问题?谢谢!

4

1 回答 1

1

There doesn't appear to be any obvious errors in the code you've pasted.

I think you'll either need to show more code (for example the measures used), or you can open the log (Right-click the skin, select Rainmeter -> Manage -> Open Log), then refresh your skin. If you've made any mistakes, these will usually show up in the log as Error.

于 2015-01-26T22:48:07.557 回答