1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-12 15:46:40 +03:00
parent 8dce63bb54
commit 7ed0455efe
1452 changed files with 10909 additions and 7907 deletions
@@ -29,8 +29,8 @@ sidebar_position: 1
Parameters = GetTwitterAuthData();
Text = "TestTweet" + String(New UUID);
Image1 = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image2 = "https://openyellow.neocities.org/test_data/picture2.jpg"; // URL, Binary Data or Path to file
Image1 = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image2 = "https://api.athenaeum.digital/test_data/picture2.jpg"; // URL, Binary Data or Path to file
ImageArray = New Array();
ImageArray.Add(Image1);
@@ -27,8 +27,8 @@ sidebar_position: 4
Parameters = GetTwitterAuthData();
Text = "TestTweet" + String(New UUID);
GIF = "https://openyellow.neocities.org/test_data/animation.gif"; // URL, Binary or Path to file
Gif2 = "https://openyellow.neocities.org/test_data/animation.gif"; // URL, Binary or Path to file
GIF = "https://api.athenaeum.digital/test_data/animation.gif"; // URL, Binary or Path to file
Gif2 = "https://api.athenaeum.digital/test_data/animation.gif"; // URL, Binary or Path to file
GifsArray = New Array;
GifsArray.Add(GIF);
@@ -27,8 +27,8 @@ sidebar_position: 3
Parameters = GetTwitterAuthData();
Text = "TestTweet" + String(New UUID);
Image = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Binary or Path to file
Image2 = "https://openyellow.neocities.org/test_data/picture2.jpg"; // URL, Binary or Path to file
Image = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary or Path to file
Image2 = "https://api.athenaeum.digital/test_data/picture2.jpg"; // URL, Binary or Path to file
ImageArray = New Array;
ImageArray.Add(Image);
@@ -27,8 +27,8 @@ sidebar_position: 5
Parameters = GetTwitterAuthData();
Text = "TestTweet" + String(New UUID);
Video = "https://openyellow.neocities.org/test_data/video.mp4"; // URL, Binary or Path to file
Video2 = "https://openyellow.neocities.org/test_data/video.mp4"; // URL, Binary or Path to file
Video = "https://api.athenaeum.digital/test_data/video.mp4"; // URL, Binary or Path to file
Video2 = "https://api.athenaeum.digital/test_data/video.mp4"; // URL, Binary or Path to file
VideosArray = New Array;
VideosArray.Add(Video);