1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00

Локализованные гифки для документации

This commit is contained in:
Anton Titovets 2024-06-07 14:47:21 +03:00
parent 2143925469
commit 84ea163080
7 changed files with 33 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 99 KiB

23
keyboard.json Normal file
View File

@ -0,0 +1,23 @@
{
"keyboard": [
[
{
"text": "Button1",
"callback_data": "Button1"
}
],
[
{
"text": "Button2",
"callback_data": "Button2"
}
],
[
{
"text": "Button3",
"callback_data": "Button3"
}
]
],
"resize_keyboard": true
}

View File

@ -1,16 +1,16 @@
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#FFD620", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#FFFFFF", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#FFD620", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#FFFFFF", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#004943", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#000000", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#004943", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#000000", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Output demo.gif
Output "D:\REPOS\OpenIntegrations\docs\en\md\Start\img\1.gif"
# Require echo
Set FontFamily "Consolas"
Set Shell "cmd"
Set FontSize 10
Set Width 720
Set Height 480
Set Width 868
Set Height 619
Type `oint` Sleep 200ms Enter

View File

@ -1,8 +1,8 @@
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#FFD620", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#FFFFFF", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#FFD620", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#FFFFFF", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#004943", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#000000", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#004943", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#000000", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Output demo.gif
Output "D:\REPOS\OpenIntegrations\docs\en\md\Start\img\2.gif"
# Require echo

View File

@ -1,8 +1,8 @@
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#004943", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#FFFFFF", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#004943", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#FFFFFF", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Set Theme { "name": "OPI", "black": "#090300", "red": "#db2d20", "green": "#002B28", "yellow": "#004943", "blue": "#01a0e4", "magenta": "#a16a94", "cyan": "#b5e4f4", "white": "#000000", "brightBlack": "#5c5855", "brightRed": "#e8bbd0", "brightGreen": "#002B28", "brightYellow": "#004943", "brightBlue": "#807d7c", "brightMagenta": "#d6d5d4", "brightCyan": "#cdab53", "brightWhite": "#000000", "background": "#FFFFFF", "foreground": "#4a4543", "cursor": "#4a4543", "selection": "#a5a2a2" }
Output demo.gif
Output "D:\REPOS\OpenIntegrations\docs\en\md\Start\img\3.gif"
# Require echo
@ -16,8 +16,8 @@ Type "set token=" Enter
Type "cls" Enter
Show
Type `oint telegram СформироватьКлавиатуруПоМассивуКнопок --buttons "['Кнопка1','Кнопка2','Кнопка3']" --out keyboard.json ` Sleep 200ms Enter
Type `oint telegram FormKeyboardFromButtonArray --buttons "['Button1','Button2','Button3']" --out keyboard.json ` Sleep 200ms Enter
Sleep 3s
Type `oint telegram ОтправитьТекстовоеСообщение --token %token% --chat 461699897 --text "Привет из Oint!" --keyboard ./keyboard.json` Sleep 200ms Enter
Type `oint telegram SendTextMessage --token %token% --chat 461699897 --text "Hola from Oint!" --keyboard ./keyboard.json` Sleep 200ms Enter
Sleep 12s