mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 01:01:09 +08:00
修改版本号信息
This commit is contained in:
@@ -22,7 +22,7 @@ import type { GameManager } from './game/GameManager';
|
||||
import type { LayerManager } from './gui/layer/LayerManager';
|
||||
|
||||
/** 框架版本号 */
|
||||
export var version = '2.1.0.20251026';
|
||||
export var version = '3.0.0.20260220';
|
||||
|
||||
/** 框架核心模块访问入口 */
|
||||
export class oops {
|
||||
@@ -65,4 +65,4 @@ export class oops {
|
||||
if (DEBUG) {
|
||||
//@ts-ignore
|
||||
window.oops = oops;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"package_version": 2,
|
||||
"version": "2.1.0.20251026",
|
||||
"version": "3.0.0.20260220",
|
||||
"name": "oops-framework",
|
||||
"description": "i18n:oops-framework.description",
|
||||
"main": "./dist/main.js",
|
||||
|
||||
Reference in New Issue
Block a user