muffin v7.5.6
This commit is contained in:
parent
6266f9e6b7
commit
addf2d530f
619 changed files with 264792 additions and 446022 deletions
|
|
@ -1,36 +1,281 @@
|
|||
using System;
|
||||
using System.Numerics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
using Dalamud.Interface;
|
||||
using Dalamud.Interface.Components;
|
||||
using Dalamud.Interface.Utility.Raii;
|
||||
|
||||
namespace Questionable.Windows.ChangelogComponents;
|
||||
|
||||
internal sealed class ChangelogFooterComponent
|
||||
{
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
public static void Draw(Action onConfirm)
|
||||
{
|
||||
ImDrawListPtr windowDrawList = ImGui.GetWindowDrawList();
|
||||
Vector2 cursorScreenPos = ImGui.GetCursorScreenPos();
|
||||
float x = ImGui.GetContentRegionAvail().X;
|
||||
windowDrawList.AddRectFilledMultiColor(cursorScreenPos, cursorScreenPos + new Vector2(x, 2f), ImGui.ColorConvertFloat4ToU32(new Vector4(0.75f, 0.55f, 0.95f, 0.4f)), ImGui.ColorConvertFloat4ToU32(new Vector4(0.75f, 0.55f, 0.95f, 1f)), ImGui.ColorConvertFloat4ToU32(new Vector4(0.75f, 0.55f, 0.95f, 1f)), ImGui.ColorConvertFloat4ToU32(new Vector4(0.75f, 0.55f, 0.95f, 0.4f)));
|
||||
ImGui.SetCursorPosY(ImGui.GetCursorPosY() + 8f);
|
||||
float num = 120f;
|
||||
float num2 = (ImGui.GetContentRegionAvail().X - num) * 0.5f;
|
||||
ImGui.SetCursorPosX(ImGui.GetCursorPosX() + num2);
|
||||
using (ImRaii.PushColor(ImGuiCol.Button, new Vector4(0.55f, 0.45f, 0.75f, 0.6f)))
|
||||
ImDrawListPtr imDrawListPtr = _206A_200D_202D_206D_206F_206E_202B_206F_200F_206C_200D_200C_206D_202D_206B_206B_202A_202C_202C_206C_202E_206A_206C_202D_200D_202D_200F_202A_206C_200F_206C_202A_206F_206C_206E_200F_200E_202D_202A_202C_202E();
|
||||
Vector2 vector = _206B_206B_200B_206B_206C_206D_202D_200D_200B_202D_206A_202A_202E_206C_206C_202C_200D_206F_202E_202D_202C_200C_206C_200C_202D_206B_206C_206D_200F_206C_206C_202D_200E_200C_202C_206E_202D_202E_200B_202B_202E();
|
||||
float x = _202C_200C_202E_202D_206A_202C_200F_202C_206E_200E_200C_200F_202E_200C_206D_202E_200E_206F_200F_202D_202C_202C_200C_206F_200E_202A_200F_200B_200D_200F_202E_200C_200B_206C_202C_202B_202C_200B_202C_202E_202E().X;
|
||||
Vector2 pMax = vector + new Vector2(x, 2f);
|
||||
Vector4 accentColor = UiThemeUtils.AccentColor;
|
||||
accentColor.W = 0.4f;
|
||||
uint colUprLeft = _202B_206B_200C_206E_202B_202C_202B_200F_200D_206C_206A_206B_206C_206D_206D_202C_202B_206C_202B_206E_206A_206E_202B_206F_206C_202D_206C_200D_200B_206F_206F_202B_206C_202A_202A_206B_200B_202A_206E_206C_202E(accentColor);
|
||||
uint colUprRight = _202B_206B_200C_206E_202B_202C_202B_200F_200D_206C_206A_206B_206C_206D_206D_202C_202B_206C_202B_206E_206A_206E_202B_206F_206C_202D_206C_200D_200B_206F_206F_202B_206C_202A_202A_206B_200B_202A_206E_206C_202E(UiThemeUtils.AccentColor);
|
||||
uint colBotRight = _202B_206B_200C_206E_202B_202C_202B_200F_200D_206C_206A_206B_206C_206D_206D_202C_202B_206C_202B_206E_206A_206E_202B_206F_206C_202D_206C_200D_200B_206F_206F_202B_206C_202A_202A_206B_200B_202A_206E_206C_202E(UiThemeUtils.AccentColor);
|
||||
accentColor = UiThemeUtils.AccentColor;
|
||||
accentColor.W = 0.4f;
|
||||
imDrawListPtr.AddRectFilledMultiColor(vector, pMax, colUprLeft, colUprRight, colBotRight, _202B_206B_200C_206E_202B_202C_202B_200F_200D_206C_206A_206B_206C_206D_206D_202C_202B_206C_202B_206E_206A_206E_202B_206F_206C_202D_206C_200D_200B_206F_206F_202B_206C_202A_202A_206B_200B_202A_206E_206C_202E(accentColor));
|
||||
_200C_200C_206F_200C_206D_202A_206B_206B_202C_206D_200C_200F_206B_200B_202A_206C_206E_200D_200B_200B_202C_200B_200D_206B_200C_202A_200F_206A_202E_206B_206D_202A_200F_202B_200D_206E_200E_202A_200B_202B_202E(_206D_202D_200F_200E_200C_202A_200C_206C_200D_200E_202E_202B_200F_202C_200F_206C_202C_206C_200B_206C_206C_200E_206A_206E_206E_202E_202C_206E_200F_206E_200C_200F_200D_206F_200C_202C_206E_202E_206A_200C_202E() + 8f);
|
||||
ImRaii.FontDisposable fontDisposable = _202E_202D_206B_206A_206B_200C_202B_202D_200D_202C_206D_206E_202E_200F_200F_200F_202B_206A_202B_200C_206C_202D_200B_202C_202D_202B_206C_200F_206E_206A_200C_202A_200F_200B_202B_200D_200B_202C_206D_206A_202E(_206D_202E_202A_206E_200D_206E_202E_202A_206A_202D_206C_206E_202B_202B_206A_206E_202C_202E_206C_202A_202A_202A_202B_206E_200D_202C_206D_206C_200D_206C_200E_200E_206D_206D_200F_202D_206C_206E_202D_200C_202E(), true);
|
||||
float x2;
|
||||
try
|
||||
{
|
||||
using (ImRaii.PushColor(ImGuiCol.ButtonHovered, new Vector4(0.65f, 0.55f, 0.85f, 0.8f)))
|
||||
x2 = _206F_202D_200B_202A_202D_206A_202D_202E_200E_202B_202E_206B_200C_202E_206B_202D_202E_206D_200B_206D_206A_200C_200F_202C_202C_202E_200E_200E_200E_200D_206E_202C_206E_202A_206D_206A_202B_200D_200F_202C_202E((ImU8String)_206F_200B_200D_202A_202C_200E_206A_200F_206C_206F_202D_206F_202C_206B_206F_206A_206B_200B_206C_206F_206E_202D_206D_200D_206E_202C_200E_202D_200B_206F_202D_202E_206F_200B_206B_202B_206E_202E_200B_200E_202E(FontAwesomeIcon.CheckCircle), false, -1f).X;
|
||||
}
|
||||
finally
|
||||
{
|
||||
int num = ((fontDisposable == null) ? (-552404026) : (-552404025));
|
||||
while (true)
|
||||
{
|
||||
using (ImRaii.PushColor(ImGuiCol.ButtonActive, new Vector4(0.75f, 0.55f, 0.95f, 1f)))
|
||||
int num2 = num;
|
||||
int num3 = -552404026;
|
||||
int num4 = num2;
|
||||
int num5 = num4 + num3;
|
||||
int num6 = num4 & num3;
|
||||
switch (num5 - (num6 + num6))
|
||||
{
|
||||
if (ImGuiComponents.IconButtonWithText(FontAwesomeIcon.CheckCircle, "Got It!"))
|
||||
case 0:
|
||||
goto end_IL_00d9;
|
||||
case 1:
|
||||
_202D_206D_202A_200B_200D_202A_202D_202C_200F_202D_202D_200B_200B_202E_200B_200C_200C_200D_206A_202B_206D_202E_202B_202D_200C_202A_206F_202B_200E_200D_202E_206B_206A_200F_200E_206D_200E_206B_200D_206C_202E((IDisposable)fontDisposable);
|
||||
num = -552404026;
|
||||
break;
|
||||
case 2:
|
||||
num = -552404025;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
end_IL_00d9:
|
||||
break;
|
||||
}
|
||||
}
|
||||
float num7 = x2 + 6f + _206F_202D_200B_202A_202D_206A_202D_202E_200E_202B_202E_206B_200C_202E_206B_202D_202E_206D_200B_206D_206A_200C_200F_202C_202C_202E_200E_200E_200E_200D_206E_202C_206E_202A_206D_206A_202B_200D_200F_202C_202E((ImU8String)global::_003CModule_003E._206C_202A_206D_206A_206E_202A_202B_206F_206D_200F_202D_200F_202D_206A_202C_202B_206D_206A_200E_200E_202D_202D_200D_200C_200D_200D_206D_206E_202A_200F_206E_206C_206D_206A_206D_202B_200F_200D_206E_200C_202E<string>(-1882414385), false, -1f).X + _206C_206B_200B_206E_206C_200E_200E_206E_200D_202C_200D_202D_202D_202D_206B_200C_202B_200B_202B_200C_206F_206F_200F_202B_202B_200B_200C_206A_202E_206B_202A_200E_202A_200B_206D_200B_200F_206C_200D_206D_202E().FramePadding.X * 2f;
|
||||
float num8 = (_202C_200C_202E_202D_206A_202C_200F_202C_206E_200E_200C_200F_202E_200C_206D_202E_200E_206F_200F_202D_202C_202C_200C_206F_200E_202A_200F_200B_200D_200F_202E_200C_200B_206C_202C_202B_202C_200B_202C_202E_202E().X - num7) * 0.5f;
|
||||
_206C_200C_206D_200D_200F_202C_202E_202C_202A_200F_202B_202C_200D_206F_206A_206C_206B_200E_200C_202D_202C_202D_200B_206B_202A_200C_200D_200F_206E_200F_202A_200B_202B_202E_202C_202B_202B_200D_206F_200C_202E(_202A_206C_206F_200E_206B_206B_202A_200D_202A_200E_202B_206A_200E_206D_200F_200D_202E_206E_202C_206D_206D_202B_206D_200C_202B_200C_206A_202B_200E_202D_206A_202E_206B_202E_200D_200B_206C_206C_202A_202C_202E() + num8);
|
||||
ImRaii.ColorDisposable colorDisposable = _206D_200E_202C_206F_206D_200B_200F_200D_206D_202A_202B_206D_200E_206A_206A_206A_206D_206E_202C_202E_200E_202B_206B_200E_200B_200E_202D_206F_206B_206E_202D_206F_202E_202D_200C_200E_202B_200C_206E_202E_202E(ImGuiCol.Button, UiThemeUtils.PlayButtonColor, true);
|
||||
try
|
||||
{
|
||||
ImRaii.ColorDisposable colorDisposable2 = _206D_200E_202C_206F_206D_200B_200F_200D_206D_202A_202B_206D_200E_206A_206A_206A_206D_206E_202C_202E_200E_202B_206B_200E_200B_200E_202D_206F_206B_206E_202D_206F_202E_202D_200C_200E_202B_200C_206E_202E_202E(ImGuiCol.ButtonHovered, UiThemeUtils.PlayButtonHover, true);
|
||||
try
|
||||
{
|
||||
ImRaii.ColorDisposable colorDisposable3 = _206D_200E_202C_206F_206D_200B_200F_200D_206D_202A_202B_206D_200E_206A_206A_206A_206D_206E_202C_202E_200E_202B_206B_200E_200B_200E_202D_206F_206B_206E_202D_206F_202E_202D_200C_200E_202B_200C_206E_202E_202E(ImGuiCol.ButtonActive, UiThemeUtils.PlayButtonActive, true);
|
||||
try
|
||||
{
|
||||
ImRaii.ColorDisposable colorDisposable4 = _206D_200E_202C_206F_206D_200B_200F_200D_206D_202A_202B_206D_200E_206A_206A_206A_206D_206E_202C_202E_200E_202B_206B_200E_200B_200E_202D_206F_206B_206E_202D_206F_202E_202D_200C_200E_202B_200C_206E_202E_202E(ImGuiCol.Text, UiThemeUtils.PlayButtonText, true);
|
||||
try
|
||||
{
|
||||
onConfirm();
|
||||
int num = ((!UiThemeUtils.IconTextButton(FontAwesomeIcon.CheckCircle, global::_003CModule_003E._202E_206C_200F_206B_206A_202A_202C_206F_200C_206C_202B_206B_206D_206D_206D_202D_206E_202E_206C_206E_206D_202C_206F_200D_202D_202E_206A_206D_202A_206A_202B_200D_200C_206D_202B_200B_200D_200C_206E_206B_202E<string>(1608333301), num7)) ? (-1623045989) : (-1623045990));
|
||||
while (true)
|
||||
{
|
||||
int num9 = num;
|
||||
int num3 = -1623045989;
|
||||
int num4 = num9;
|
||||
int num10 = num4 + num3;
|
||||
int num11 = num4 & num3;
|
||||
switch (num10 - (num11 + num11))
|
||||
{
|
||||
case 2:
|
||||
num = -1623045990;
|
||||
break;
|
||||
case 1:
|
||||
onConfirm();
|
||||
num = -1623045989;
|
||||
break;
|
||||
case 0:
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
int num = ((colorDisposable4 == null) ? 1005398311 : 1005398308);
|
||||
while (true)
|
||||
{
|
||||
int num12 = num;
|
||||
int num3 = 1005398309;
|
||||
int num4 = num12;
|
||||
int num13 = num4 + num3;
|
||||
int num14 = num4 & num3;
|
||||
switch (num13 - (num14 + num14))
|
||||
{
|
||||
case 0:
|
||||
num = 1005398308;
|
||||
break;
|
||||
case 1:
|
||||
_202D_206D_202A_200B_200D_202A_202D_202C_200F_202D_202D_200B_200B_202E_200B_200C_200C_200D_206A_202B_206D_202E_202B_202D_200C_202A_206F_202B_200E_200D_202E_206B_206A_200F_200E_206D_200E_206B_200D_206C_202E((IDisposable)colorDisposable4);
|
||||
num = 1005398311;
|
||||
break;
|
||||
case 2:
|
||||
goto end_IL_026a;
|
||||
}
|
||||
continue;
|
||||
end_IL_026a:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
int num = ((colorDisposable3 == null) ? (-259716919) : (-259716918));
|
||||
while (true)
|
||||
{
|
||||
int num15 = num;
|
||||
int num3 = -259716917;
|
||||
int num4 = num15;
|
||||
switch ((num4 | num3) - (num4 & num3))
|
||||
{
|
||||
case 0:
|
||||
num = -259716918;
|
||||
break;
|
||||
case 2:
|
||||
goto end_IL_02d7;
|
||||
case 1:
|
||||
_202D_206D_202A_200B_200D_202A_202D_202C_200F_202D_202D_200B_200B_202E_200B_200C_200C_200D_206A_202B_206D_202E_202B_202D_200C_202A_206F_202B_200E_200D_202E_206B_206A_200F_200E_206D_200E_206B_200D_206C_202E((IDisposable)colorDisposable3);
|
||||
num = -259716919;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
end_IL_02d7:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
int num = ((colorDisposable2 == null) ? (-1298176791) : (-1298176792));
|
||||
while (true)
|
||||
{
|
||||
int num16 = num;
|
||||
int num3 = -1298176791;
|
||||
int num4 = num16;
|
||||
switch ((num4 | num3) - (num4 & num3))
|
||||
{
|
||||
case 0:
|
||||
goto end_IL_0342;
|
||||
case 1:
|
||||
_202D_206D_202A_200B_200D_202A_202D_202C_200F_202D_202D_200B_200B_202E_200B_200C_200C_200D_206A_202B_206D_202E_202B_202D_200C_202A_206F_202B_200E_200D_202E_206B_206A_200F_200E_206D_200E_206B_200D_206C_202E((IDisposable)colorDisposable2);
|
||||
num = -1298176791;
|
||||
break;
|
||||
case 2:
|
||||
num = -1298176792;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
end_IL_0342:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
finally
|
||||
{
|
||||
int num = ((colorDisposable == null) ? (-313871180) : (-313871177));
|
||||
while (true)
|
||||
{
|
||||
int num17 = num;
|
||||
int num3 = -313871178;
|
||||
int num4 = num17;
|
||||
int num18 = num4 + num3;
|
||||
int num19 = num4 & num3;
|
||||
switch (num18 - (num19 + num19))
|
||||
{
|
||||
case 2:
|
||||
goto end_IL_03ad;
|
||||
case 1:
|
||||
_202D_206D_202A_200B_200D_202A_202D_202C_200F_202D_202D_200B_200B_202E_200B_200C_200C_200D_206A_202B_206D_202E_202B_202D_200C_202A_206F_202B_200E_200D_202E_206B_206A_200F_200E_206D_200E_206B_200D_206C_202E((IDisposable)colorDisposable);
|
||||
num = -313871180;
|
||||
break;
|
||||
case 0:
|
||||
num = -313871177;
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
end_IL_03ad:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static ImDrawListPtr _206A_200D_202D_206D_206F_206E_202B_206F_200F_206C_200D_200C_206D_202D_206B_206B_202A_202C_202C_206C_202E_206A_206C_202D_200D_202D_200F_202A_206C_200F_206C_202A_206F_206C_206E_200F_200E_202D_202A_202C_202E()
|
||||
{
|
||||
return ImGui.GetWindowDrawList();
|
||||
}
|
||||
|
||||
static Vector2 _206B_206B_200B_206B_206C_206D_202D_200D_200B_202D_206A_202A_202E_206C_206C_202C_200D_206F_202E_202D_202C_200C_206C_200C_202D_206B_206C_206D_200F_206C_206C_202D_200E_200C_202C_206E_202D_202E_200B_202B_202E()
|
||||
{
|
||||
return ImGui.GetCursorScreenPos();
|
||||
}
|
||||
|
||||
static Vector2 _202C_200C_202E_202D_206A_202C_200F_202C_206E_200E_200C_200F_202E_200C_206D_202E_200E_206F_200F_202D_202C_202C_200C_206F_200E_202A_200F_200B_200D_200F_202E_200C_200B_206C_202C_202B_202C_200B_202C_202E_202E()
|
||||
{
|
||||
return ImGui.GetContentRegionAvail();
|
||||
}
|
||||
|
||||
static uint _202B_206B_200C_206E_202B_202C_202B_200F_200D_206C_206A_206B_206C_206D_206D_202C_202B_206C_202B_206E_206A_206E_202B_206F_206C_202D_206C_200D_200B_206F_206F_202B_206C_202A_202A_206B_200B_202A_206E_206C_202E(Vector4 P_0)
|
||||
{
|
||||
return ImGui.ColorConvertFloat4ToU32(P_0);
|
||||
}
|
||||
|
||||
static float _206D_202D_200F_200E_200C_202A_200C_206C_200D_200E_202E_202B_200F_202C_200F_206C_202C_206C_200B_206C_206C_200E_206A_206E_206E_202E_202C_206E_200F_206E_200C_200F_200D_206F_200C_202C_206E_202E_206A_200C_202E()
|
||||
{
|
||||
return ImGui.GetCursorPosY();
|
||||
}
|
||||
|
||||
static void _200C_200C_206F_200C_206D_202A_206B_206B_202C_206D_200C_200F_206B_200B_202A_206C_206E_200D_200B_200B_202C_200B_200D_206B_200C_202A_200F_206A_202E_206B_206D_202A_200F_202B_200D_206E_200E_202A_200B_202B_202E(float P_0)
|
||||
{
|
||||
ImGui.SetCursorPosY(P_0);
|
||||
}
|
||||
|
||||
static ImFontPtr _206D_202E_202A_206E_200D_206E_202E_202A_206A_202D_206C_206E_202B_202B_206A_206E_202C_202E_206C_202A_202A_202A_202B_206E_200D_202C_206D_206C_200D_206C_200E_200E_206D_206D_200F_202D_206C_206E_202D_200C_202E()
|
||||
{
|
||||
return UiBuilder.IconFont;
|
||||
}
|
||||
|
||||
static ImRaii.FontDisposable _202E_202D_206B_206A_206B_200C_202B_202D_200D_202C_206D_206E_202E_200F_200F_200F_202B_206A_202B_200C_206C_202D_200B_202C_202D_202B_206C_200F_206E_206A_200C_202A_200F_200B_202B_200D_200B_202C_206D_206A_202E(ImFontPtr P_0, bool P_1)
|
||||
{
|
||||
return ImRaii.PushFont(P_0, P_1);
|
||||
}
|
||||
|
||||
static string _206F_200B_200D_202A_202C_200E_206A_200F_206C_206F_202D_206F_202C_206B_206F_206A_206B_200B_206C_206F_206E_202D_206D_200D_206E_202C_200E_202D_200B_206F_202D_202E_206F_200B_206B_202B_206E_202E_200B_200E_202E(FontAwesomeIcon P_0)
|
||||
{
|
||||
return P_0.ToIconString();
|
||||
}
|
||||
|
||||
static Vector2 _206F_202D_200B_202A_202D_206A_202D_202E_200E_202B_202E_206B_200C_202E_206B_202D_202E_206D_200B_206D_206A_200C_200F_202C_202C_202E_200E_200E_200E_200D_206E_202C_206E_202A_206D_206A_202B_200D_200F_202C_202E(ImU8String P_0, bool P_1, float P_2)
|
||||
{
|
||||
return ImGui.CalcTextSize(P_0, P_1, P_2);
|
||||
}
|
||||
|
||||
static void _202D_206D_202A_200B_200D_202A_202D_202C_200F_202D_202D_200B_200B_202E_200B_200C_200C_200D_206A_202B_206D_202E_202B_202D_200C_202A_206F_202B_200E_200D_202E_206B_206A_200F_200E_206D_200E_206B_200D_206C_202E(IDisposable P_0)
|
||||
{
|
||||
P_0.Dispose();
|
||||
}
|
||||
|
||||
static ImGuiStylePtr _206C_206B_200B_206E_206C_200E_200E_206E_200D_202C_200D_202D_202D_202D_206B_200C_202B_200B_202B_200C_206F_206F_200F_202B_202B_200B_200C_206A_202E_206B_202A_200E_202A_200B_206D_200B_200F_206C_200D_206D_202E()
|
||||
{
|
||||
return ImGui.GetStyle();
|
||||
}
|
||||
|
||||
static float _202A_206C_206F_200E_206B_206B_202A_200D_202A_200E_202B_206A_200E_206D_200F_200D_202E_206E_202C_206D_206D_202B_206D_200C_202B_200C_206A_202B_200E_202D_206A_202E_206B_202E_200D_200B_206C_206C_202A_202C_202E()
|
||||
{
|
||||
return ImGui.GetCursorPosX();
|
||||
}
|
||||
|
||||
static void _206C_200C_206D_200D_200F_202C_202E_202C_202A_200F_202B_202C_200D_206F_206A_206C_206B_200E_200C_202D_202C_202D_200B_206B_202A_200C_200D_200F_206E_200F_202A_200B_202B_202E_202C_202B_202B_200D_206F_200C_202E(float P_0)
|
||||
{
|
||||
ImGui.SetCursorPosX(P_0);
|
||||
}
|
||||
|
||||
static ImRaii.ColorDisposable _206D_200E_202C_206F_206D_200B_200F_200D_206D_202A_202B_206D_200E_206A_206A_206A_206D_206E_202C_202E_200E_202B_206B_200E_200B_200E_202D_206F_206B_206E_202D_206F_202E_202D_200C_200E_202B_200C_206E_202E_202E(ImGuiCol P_0, Vector4 P_1, bool P_2)
|
||||
{
|
||||
return ImRaii.PushColor(P_0, P_1, P_2);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue