mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 01:01:09 +08:00
18 lines
487 B
JavaScript
18 lines
487 B
JavaScript
/*
|
|
* @Author: dgflash
|
|
* @Date: 2022-06-14 19:32:16
|
|
* @LastEditors: dgflash
|
|
* @LastEditTime: 2022-06-14 19:41:18
|
|
*/
|
|
"use strict";
|
|
module.exports = {
|
|
description: "Oops Framework 基于 Cocos Creator 3.x 开发的一款游戏框架",
|
|
name: "Oops Framework",
|
|
document: "文档",
|
|
document_api: "API 文档",
|
|
document_oops: "框架文档",
|
|
solution: "解决方案",
|
|
gitee: "点亮 Gitee 星星",
|
|
github: "点亮 Github 星星",
|
|
log: "更新日志",
|
|
}; |