更新主页内容

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-15 02:32:00 +08:00
parent 93ae85e88b
commit d1783204ad
28 changed files with 1969 additions and 126 deletions

View File

@@ -1,7 +1,8 @@
import { _decorator, Component, Node } from 'cc';
import { app, JNGLayerBase } from '../../App';
import { EditBox } from 'cc';
import { API } from '../../consts/API';
import { JNGLayerBase } from '../../components/JNComponent';
import { app } from '../../App';
const { ccclass, property } = _decorator;
@ccclass('NoviceNamingView')