使用旧的 Rust 2015
0.1.1 |
|
---|---|
0.1.0 |
|
#71 在 #text-format
24 个月下载量
用于 3 crates
11KB
93 行
YASS 是一种数据和配置文本格式。
示例
\ Based on 2nd example at https://json.org/example.html (as of 2018-03-31)
(example-1-widget)
debug true
window {
title "Sample Konfabulator Widget"
name "main_window"
width 500
height 500
}
item (image){
src "Images/Sun.png"
name "sun1"
hoffset 250
voffset 250
alignment center
}
item (text){
data "Click Here"
size 36
style bold
name "text1"
hoffset 250
voffset 100
alignment center
on-mouse-up "sun1.opacity = (sun1.opacity / 100) * 90;"
}