1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00
imgui/SECURITY.md
creativebath33-svg 48ee60c41e
Create SECURITY.md
static float KOX = 305.183f;
static float KOY = 123.723f;

static float ZZX = 329.927f;
static float ZZY = 123.923f;

static float FKX = 369.106f;
static float FKY = 131.971f;

static float TGX = 369.106f;
static float TGY = 111.350f;

//↑定义
draw->AddRectFilled(ImVec2(300.0f, 100), ImVec2(300.0f + 60, 100 + 60), IM_COL32(255,255,255,255),15);// 白色背景
draw->AddText(NULL,16.5f,ImVec2(KOX, KOY), IM_COL32(0,0,0,255), "Bao");
draw->AddText(NULL,16.5f,ImVec2(ZZX,ZZY), IM_COL32(195, 0, 215, 255), " ESP");
draw->AddText(nullptr, 18.5f, ImVec2(TGX,TGY), IM_COL32(255,255,255,255), "JoinTG[@GuanYun]");
draw->AddText(nullptr, 18.5f, ImVec2(FKX,FKY), IM_COL32(255,255,255,255), 
"feedback[]");

static float KOX = 305.183f;
static float KOY = 123.723f;
static float ZZX = 329.927f;
static float ZZY = 123.923f;
static float FKX = 369.106f;
static float FKY = 131.971f;
static float TGX = 369.106f;
static float TGY = 111.350f;
draw->AddRectFilled(
    ImVec2(300.0f, 100),
    ImVec2(300.0f + 60, 100 + 60),
    IM_COL32(255,255,255,255),
    15
);
draw->AddText(NULL, 16.5f, ImVec2(KOX, KOY),
IM_COL32(0,0,0,255), "Bao");
draw->AddText(NULL, 16.5f, ImVec2(ZZX,ZZY),
IM_COL32(195, 0, 215, 255), " ESP");
draw->AddText(nullptr, 18.5f,
ImVec2(TGX,TGY),
IM_COL32(255,255,255,255),
"JoinTG[@GuanYun]");
draw->AddText(nullptr, 18.5f,
ImVec2(FKX,FKY),
IM_COL32(255,255,255,255),
draw->AddText(nullptr, 18.5f,
ImVec2(FKX,FKY),
IM_COL32(255,255,255,255),
"Example Text");
2026-01-03 20:23:15 +05:00

619 B

Security Policy

Supported Versions

Use this section to tell people about which versions of your project are currently being supported with security updates.

Version Supported
5.1.x
5.0.x
4.0.x
< 4.0

Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a reported vulnerability, what to expect if the vulnerability is accepted or declined, etc.