From 9beb1c31b3d9514966815ddcb2328dabc8efff33 Mon Sep 17 00:00:00 2001 From: "Dr. Hayes" <760637482@qq.com> Date: Thu, 18 Jun 2026 09:02:12 +0800 Subject: [PATCH] first commit --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9a6ead --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# BrialQRify + +一个 Roblox 创作插件,用于生成 QR 码 + +A Roblox creation plugin for generating QR codes + +--- + +## ⚠️ 声明 / Disclaimer + +使用本插件生成的二维码**可能包含指向 Roblox 平台外部的内容**(如网址、文本等)。 + +QR codes generated using this plugin **may contain content that points outside the Roblox platform** (such as URLs, text, etc.). + +在您的 Roblox 作品(游戏、体验等)中包含此类二维码,**可能违反 Roblox 服务条款/社区准则**,特别是涉及: + +- 引导用户离开 Roblox 平台 +- 未经审核的外部链接 +- 潜在的网络钓鱼或诈骗风险 + +Including such QR codes in your Roblox works (games, experiences, etc.) **may violate Roblox Terms of Service / Community Guidelines**, particularly regarding: + +- Directing users away from the Roblox platform +- Unreviewed external links +- Potential phishing or scam risks + +--- + +**您须自行承担使用本插件的全部责任。** 请在使用前仔细阅读并遵守 [Roblox 服务条款](https://en.help.roblox.com/hc/en-us/articles/115004647846-Roblox-Terms-of-Use) 和 [社区准则](https://en.help.roblox.com/hc/en-us/articles/203313410-Roblox-Community-Guidelines)。 + +**You assume full responsibility for your use of this plugin.** Please carefully read and comply with the [Roblox Terms of Service](https://en.help.roblox.com/hc/en-us/articles/115004647846-Roblox-Terms-of-Use) and [Community Guidelines](https://en.help.roblox.com/hc/en-us/articles/203313410-Roblox-Community-Guidelines) before use. + +--- + +> 本插件仅提供二维码生成工具,不鼓励也不支持任何违规用途。 +> +> This plugin provides only QR code generation functionality and does not encourage or support any improper use. \ No newline at end of file