mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-12 01:48:38 +00:00
Parse AS in any encoding. Groups description
This commit is contained in:
parent
ad70c034da
commit
46c86a71de
@ -17,7 +17,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.16</string>
|
<string>0.16.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|||||||
10
README.md
10
README.md
@ -115,6 +115,16 @@ File for customize your preset for MTMR: `open ~/Library/Application\ Support/MT
|
|||||||
"formatTemplate": "HH:mm" //optional
|
"formatTemplate": "HH:mm" //optional
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Groups
|
||||||
|
```js
|
||||||
|
"type": "group",
|
||||||
|
"align": "center",
|
||||||
|
"bordered": true,
|
||||||
|
"title": "stats",
|
||||||
|
"items": [{ button }, {button}, ...]
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Native plugins
|
## Native plugins
|
||||||
- `weather`
|
- `weather`
|
||||||
> Provider: https://openweathermap.org Need allowance location service
|
> Provider: https://openweathermap.org Need allowance location service
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user