brainsmatics 1.0.85 → 1.0.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -17
- package/dist/component/util/global.d.ts +1 -1
- package/dist/{deflate-e58b5c61.js → deflate-ec25e825.js} +1 -1
- package/dist/{deflate-4178908c.mjs → deflate-f97ec49f.mjs} +1 -1
- package/dist/{index-5176e4cb.js → index-a60be4c1.js} +56 -56
- package/dist/{index-e2ef48ce.mjs → index-cb09cd80.mjs} +1115 -1122
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lerc-b5fe725c.js → lerc-1c89ce77.js} +1 -1
- package/dist/{lerc-041700a9.mjs → lerc-f10ce78e.mjs} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,23 +7,6 @@
|
|
|
7
7
|
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
|
8
8
|
|
|
9
9
|
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
10
|
-
|
|
11
|
-
## Add your files
|
|
12
|
-
|
|
13
|
-
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
|
14
|
-
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
|
15
|
-
|
|
16
|
-
```
|
|
17
|
-
cd existing_repo
|
|
18
|
-
git remote add origin http://192.168.70.106/wangyuegang/brain-ui.git
|
|
19
|
-
git branch -M main
|
|
20
|
-
git push -uf origin main
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Integrate with your tools
|
|
24
|
-
|
|
25
|
-
- [ ] [Set up project integrations](http://192.168.70.106/wangyuegang/brain-ui/-/settings/integrations)
|
|
26
|
-
|
|
27
10
|
## Collaborate with your team
|
|
28
11
|
|
|
29
12
|
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
|
@@ -2,7 +2,7 @@ import * as THREE from 'three';
|
|
|
2
2
|
import { MutableRefObject } from 'react';
|
|
3
3
|
export declare const scene: MutableRefObject<THREE.Scene>;
|
|
4
4
|
export declare const cameralight: MutableRefObject<THREE.PointLight>;
|
|
5
|
-
export declare const camera: MutableRefObject<
|
|
5
|
+
export declare const camera: MutableRefObject<THREE.PerspectiveCamera>;
|
|
6
6
|
export declare const scale: MutableRefObject<number>;
|
|
7
7
|
export declare const tranX: MutableRefObject<number>;
|
|
8
8
|
export declare const tranY: MutableRefObject<number>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-a60be4c1.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
|