kk
kk
add Tween.setProgress to set current progress, then call update callback
uploading ifc files is not supported url: https://pattern-x.github.io/gemini-viewer-examples/#/Upload_your_local_model console out: [LoadingHelper] IFC is not supported directly since three.js r150! (anonymous) @ gemini-viewer.esm.min.js:1 gemini-viewer.esm.min.js:1 Uncaught (in promise) Not supported! Is it...
不好意思,是另一个项目的,跑错片场了,捂脸哭~
``` @asynccontextmanager async def lifespan(_app: FastAPI): start_time = time.time() try: await modify_db() await init_menus() await refresh_api_list() await init_users() await Log.create(log_type=LogType.SystemLog, log_detail_type=LogDetailType.SystemStart) yield finally: end_time = time.time() runtime = end_time -...