Compare commits
3 Commits
8042c529ed
...
fc3d43dd0d
| Author | SHA1 | Date |
|---|---|---|
|
|
fc3d43dd0d | |
|
|
cb6a65f780 | |
|
|
f62b64a6bd |
|
|
@ -19,6 +19,7 @@ You can sync with this repository in all XPipe application instances the same wa
|
||||||
- [**Default**](categories/97458c07-75c0-4f9d-a06e-92d8cdf67c40)
|
- [**Default**](categories/97458c07-75c0-4f9d-a06e-92d8cdf67c40)
|
||||||
- [**Boot**](categories/a2617d04-fd39-4a6b-9e53-c9abfa46ab0d)
|
- [**Boot**](categories/a2617d04-fd39-4a6b-9e53-c9abfa46ab0d)
|
||||||
- **Scripts**
|
- **Scripts**
|
||||||
|
- [**Custom**](categories/d3496db5-b709-41f9-abc0-ee0a660fbab9)
|
||||||
|
|
||||||
## Connection list
|
## Connection list
|
||||||
|
|
||||||
|
|
@ -68,6 +69,10 @@ empty
|
||||||
|
|
||||||
empty
|
empty
|
||||||
|
|
||||||
|
**All scripts / Custom**
|
||||||
|
|
||||||
|
- [**My scripts**](stores/a9945ad2-db61-4304-97d7-5dc4330691a7)
|
||||||
|
|
||||||
|
|
||||||
## Secret encryption
|
## Secret encryption
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"uuid" : "d3496db5-b709-41f9-abc0-ee0a660fbab9",
|
||||||
|
"name" : "Custom",
|
||||||
|
"share" : true,
|
||||||
|
"color" : null,
|
||||||
|
"parentUuid" : "19024cf9-d192-41a9-88a6-a22694cf716a"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "a9945ad2-db61-4304-97d7-5dc4330691a7",
|
||||||
|
"name" : "My scripts",
|
||||||
|
"categoryUuid" : "d3496db5-b709-41f9-abc0-ee0a660fbab9",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type" : "scriptGroup",
|
||||||
|
"group" : null,
|
||||||
|
"scripts" : [ ],
|
||||||
|
"description" : null
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue