# GameFrameX.Unity **Repository Path**: gameframex/GameFrameX.Unity ## Basic Information - **Project Name**: GameFrameX.Unity - **Description**: GameFrameX for Unity是GameFrameX综合解决方案的重要组成部分,专为Unity客户端设计。它融合了众多实用的功能组件,形成了一个强大的模块库,旨在为游戏的前端开发、后端服务及管理界面提供一个一体化平台。这个解决方案促进了不同系统间的无缝协作,实现了高效的游戏开发和运维流程。 - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://gameframex.doc.alianblank.com/ - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 10 - **Created**: 2024-07-24 - **Last Updated**: 2026-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: 游戏, Unity, 游戏开发, 微信小游戏, 抖音小游戏 ## README
![GameFrameX Logo](https://download.alianblank.com/gameframex/gameframex_logo_320.png) # GameFrameX Unity [![Version](https://img.shields.io/github/v/release/GameFrameX/GameFrameX.Unity?label=version&color=green)](https://github.com/GameFrameX/GameFrameX.Unity/releases) [![License](https://img.shields.io/badge/license-Apache%202.0-orange.svg)](LICENSE.md) [![Documentation](https://img.shields.io/badge/docs-gameframex-brightgreen.svg)](https://gameframex.doc.alianblank.com) **独立游戏前后端一体化解决方案 · 独立游戏开发者的圆梦大使** [📖 文档](https://gameframex.doc.alianblank.com) · [🚀 快速开始](#快速开始) · [💬 QQ群:467608841](https://qm.qq.com/q/467608841) --- 🌐 **语言**: **简体中文** | [繁體中文](README.zh-TW.md) | [English](README.md) | [日本語](README.ja.md) | [한국어](README.ko.md) ---
## 项目简介 GameFrameX Unity 是 GameFrameX 综合解决方案的 Unity 客户端实现,提供 90+ 个模块化组件,涵盖游戏开发全链路:从核心框架、资源管理、UI 系统、网络通信到广告、支付、登录、数据分析等运营功能。兼容 Unity 2019.4 及以上版本。 ## 特性 - **模块化设计** — 每个组件独立包,按需引入,互不干扰 - **热更新支持** — 集成 HybridCLR,支持 C# 热更新 - **多 UI 方案** — 同时支持 FairyGUI 和 UGUI - **异步优先** — 基于 UniTask 的 async/await 异步编程模型 - **全平台覆盖** — iOS、Android、WebGL、微信/抖音/支付宝小游戏等 - **丰富的运营组件** — 广告(穿山甲、TopOn)、支付(支付宝、Apple、Google)、登录(QQ、微信、Apple、Facebook、Google)、数据分析、对象存储等 ## 快速开始 ### 1. 配置 Scoped Registry 在项目的 `Packages/manifest.json` 中添加 GameFrameX 的 scoped registry: ```json { "scopedRegistries": [ { "name": "GameFrameX", "url": "https://gameframex.upm.alianblank.uk", "scopes": [ "com.gameframex" ] } ], "dependencies": { "com.gameframex.unity": "1.11.0" } } ``` ### 2. 添加所需组件 在 `dependencies` 中添加需要的包即可,版本号可在 [Releases](https://github.com/GameFrameX/GameFrameX.Unity/releases) 页面查看。
示例:添加常用组件 ```json { "dependencies": { "com.gameframex.unity": "1.11.0", "com.gameframex.unity.asset": "2.0.0", "com.gameframex.unity.ui": "2.1.1", "com.gameframex.unity.ui.fairygui": "3.0.0", "com.gameframex.unity.procedure": "1.0.4", "com.gameframex.unity.event": "1.0.2", "com.gameframex.unity.fsm": "1.0.3", "com.gameframex.unity.network": "2.5.1", "com.gameframex.unity.sound": "1.0.6", "com.gameframex.unity.localization": "2.0.0" } } ```
## 组件列表 版本号通过 [GameFrameX UPM Registry](https://gameframex.upm.alianblank.uk) 自动获取。标记 `-` 的包为通过 Git URL 安装的第三方组件。 ### 核心框架 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity | 核心运行时与编辑器基础(事件池、引用池、任务池、对象池、变量系统等) | ![version](https://img.shields.io/npm/v/com.gameframex.unity?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.entry | 框架入口组件 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.entry?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.event | 事件系统 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.event?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.fsm | 有限状态机 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.fsm?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.procedure | 流程管理 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.procedure?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.mono | MonoBehaviour 封装 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.mono?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.coroutine | 协程组件 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.coroutine?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.timer | 计时器 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.timer?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.entity | 实体组件系统 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.entity?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.globalconfig | 全局配置管理 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.globalconfig?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.debugger | 调试器 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.debugger?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 资源管理 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.asset | 资源加载与管理 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.asset?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.download | 文件下载组件 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.download?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.tuyoogame.yooasset | YooAsset 资源管理(定制版) | ![version](https://img.shields.io/npm/v/com.gameframex.unity.tuyoogame.yooasset?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.gwiazdorrr.betterstreamingassets | StreamingAssets 直接访问 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.gwiazdorrr.betterstreamingassets?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.builder | 构建管线工具 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.builder?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### UI 框架 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.ui | UI 基础框架 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.ui?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.ui.fairygui | FairyGUI 适配层 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.ui.fairygui?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.ui.ugui | UGUI 适配层 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.ui.ugui?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 网络通信 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.web | HTTP 网络请求(支持 async/await) | ![version](https://img.shields.io/npm/v/com.gameframex.unity.web?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.web.protobuff | ProtoBuf 网络通信 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.web.protobuff?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.psygames.unitywebsocket | WebSocket 网络库 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.psygames.unitywebsocket?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.webview | WebView 内嵌浏览器 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.webview?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 数据与配置 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.config | 配置管理 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.config?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.localization | 本地化/多语言 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.localization?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.focus-creative-games.luban | Luban 配置数据生成 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.focus-creative-games.luban?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.google.protobuf | Protocol Buffers 序列化 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.google.protobuf?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.google.flatbuffers | FlatBuffers 序列化 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.google.flatbuffers?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.json.simplejson | SimpleJSON 库 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.json.simplejson?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.xincger.litjson | LitJSON 库 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.xincger.litjson?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 音频与动画 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.sound | 音频播放与管理 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.sound?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.demigiant.dotween | DoTween 动画插件 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.demigiant.dotween?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.esotericsoftware.spine.spine-unity | Spine 动画运行时 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.esotericsoftware.spine.spine-unity?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 场景与设置 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.scene | 场景管理 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.scene?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.setting | 设置管理 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.setting?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 热更新 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.tencent.xlua | XLua(腾讯版) | ![version](https://img.shields.io/npm/v/com.gameframex.unity.tencent.xlua?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.xlua | XLua 适配 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.xlua?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 广告 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.advertisement | 广告基础组件 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.advertisement?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.advertisement.csj | 穿山甲广告 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.advertisement.csj?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.advertisement.topon | TopOn 聚合广告 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.advertisement.topon?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.advertisement.wechatminigame | 微信小游戏广告 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.advertisement.wechatminigame?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.advertisement.douyinminigame | 抖音小游戏广告 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.advertisement.douyinminigame?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.advertisement.alipayminigame | 支付宝小游戏广告 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.advertisement.alipayminigame?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.advertisement.kuaishouminigame | 快手小游戏广告 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.advertisement.kuaishouminigame?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 支付 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.payment | 支付基础组件 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.payment?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.payment.alipay | 支付宝支付 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.payment.alipay?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.payment.apple | Apple 内购 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.payment.apple?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.payment.google | Google Play 内购 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.payment.google?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 登录 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.login.apple | Apple 登录 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.login.apple?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.login.facebook | Facebook 登录 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.login.facebook?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.login.google | Google 登录 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.login.google?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.login.qq | QQ 登录 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.login.qq?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.login.wechat | 微信登录 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.login.wechat?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 数据分析 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.gameanalytics | 数据分析基础 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.gameanalytics?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.gameanalytics.gameanalytics | GameAnalytics SDK | ![version](https://img.shields.io/npm/v/com.gameframex.unity.gameanalytics.gameanalytics?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.gameanalytics.gravity-engine | Gravity Engine | ![version](https://img.shields.io/npm/v/com.gameframex.unity.gameanalytics.gravity-engine?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.gameanalytics.talkingdata | TalkingData | ![version](https://img.shields.io/npm/v/com.gameframex.unity.gameanalytics.talkingdata?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.gameanalytics.talkingdata.sdk | TalkingData SDK | ![version](https://img.shields.io/npm/v/com.gameframex.unity.gameanalytics.talkingdata.sdk?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.gameanalytics.grafanaloki | Grafana Loki 日志 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.gameanalytics.grafanaloki?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.gravityinfinite.gravity-engine | Gravity Engine 适配 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.gravityinfinite.gravity-engine?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.sentry | Sentry 错误追踪 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.sentry?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.adjust | Adjust 归因分析 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.adjust?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 对象存储 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.objectstorage | 对象存储基础 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.objectstorage?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.objectstorage.aliyun | 阿里云 OSS | ![version](https://img.shields.io/npm/v/com.gameframex.unity.objectstorage.aliyun?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.objectstorage.qiniu | 七牛云 Kodo | ![version](https://img.shields.io/npm/v/com.gameframex.unity.objectstorage.qiniu?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.objectstorage.tencent | 腾讯云 COS | ![version](https://img.shields.io/npm/v/com.gameframex.unity.objectstorage.tencent?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 小游戏 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.minigame.wechat | 微信小游戏适配 | - | | com.gameframex.unity.tuyoogame.yooasset.minigame.alipay | YooAsset 支付宝小游戏 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.tuyoogame.yooasset.minigame.alipay?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.tuyoogame.yooasset.minigame.taptap | YooAsset TapTap 小游戏 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.tuyoogame.yooasset.minigame.taptap?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.tuyoogame.yooasset.minigame.tiktok | YooAsset 抖音小游戏 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.tuyoogame.yooasset.minigame.tiktok?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 平台工具 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.getchannel | 渠道信息获取 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.getchannel?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.operationclipboard | 剪贴板操作 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.operationclipboard?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.readassets | StreamingAssets 文件读取 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.readassets?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.xcode | Xcode 构建后自动配置 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.xcode?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.systeminfo | 设备唯一标识符(OAID/IDFA) | ![version](https://img.shields.io/npm/v/com.gameframex.unity.systeminfo?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.sharesdk | ShareSDK 社交分享 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.sharesdk?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | | com.gameframex.unity.android | Android 原生工具 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.android?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 开发工具 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.yasirkula.debugconsole | 运行时调试控制台 | ![version](https://img.shields.io/npm/v/com.gameframex.unity.yasirkula.debugconsole?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ### 第三方库 | 包名 | 说明 | 版本 | |:-----|:-----|:----:| | com.gameframex.unity.cysharp.unitask | UniTask async/await | ![version](https://img.shields.io/npm/v/com.gameframex.unity.cysharp.unitask?registry_uri=https://gameframex.upm.alianblank.uk&style=flat-square&color=green) | ## 文档与资源 - **文档地址**:https://gameframex.doc.alianblank.com - **备用文档**:https://gameframex-docs.pages.dev - **备用文档**:https://gameframex.doc.cloudflare.alianblank.com - **备用文档**:https://gameframex.doc.vercel.alianblank.com > 所有站点内容一致。 ## 社区与支持 - **QQ 群**:467608841 ## 开源协议 [Apache License 2.0](LICENSE.md) --- **免责声明**:部分组件来源于互联网开源项目,仅供学习交流使用。如涉及侵权,请提交 Issue 或 Email 联系,我们将及时移除。