检查库的连接路径

This commit is contained in:
JackLee 2026-02-20 22:56:32 +08:00
parent e95f08f648
commit eb4864beb6
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,5 @@
// Index.d.ts // Index.d.ts
//export const initRenderer:(id: string, nativeWindow: any, size: { width: number; height: number }) => void; export const initRenderer:(id: string, nativeWindow: any, size: { width: number; height: number }) => void;
//export const loadModel:(id: string, modelPath: string)=> void; export const loadModel:(id: string, modelPath: string)=> void;
//export const onMouseEvent:(id: string, dx: number, dy: number)=> void; export const onMouseEvent:(id: string, dx: number, dy: number)=> void;
//export const destroyRenderer:(id: string)=> void; export const destroyRenderer:(id: string)=> void;
export const add: (a: number, b: number) => number;

View File

@ -1,5 +1,5 @@
{ {
"name": "libOCCTRender.so", "name": "libocctrender.so",
"types": "./Index.d.ts", "types": "./Index.d.ts",
"version": "1.0.0", "version": "1.0.0",
"description": "Please describe the basic information." "description": "Please describe the basic information."