1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

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");
This commit is contained in:
creativebath33-svg 2026-01-03 20:23:15 +05:00 committed by GitHub
parent 960921f03a
commit 48ee60c41e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
SECURITY.md Normal file
View file

@ -0,0 +1,21 @@
# 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 | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
## 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.