Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
O
official
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吕祺
official
Commits
7f758dc7
Commit
7f758dc7
authored
Nov 07, 2025
by
吕祺
⛹🏽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 2025 threed
parent
f2045fd5
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12474 additions
and
1211 deletions
+12474
-1211
package-lock.json
package-lock.json
+11111
-0
package.json
package.json
+3
-3
addThreeD2.js
static/addThreeD2.js
+2
-2
yarn.lock
yarn.lock
+1358
-1206
No files found.
package-lock.json
0 → 100644
View file @
7f758dc7
This diff is collapsed.
Click to expand it.
package.json
View file @
7f758dc7
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
"description"
:
""
,
"description"
:
""
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"scripts"
:
{
"scripts"
:
{
"dev"
:
"next"
,
"dev"
:
"
set NODE_OPTIONS=--openssl-legacy-provider &&
next"
,
"build"
:
"next build"
,
"build"
:
"
set NODE_OPTIONS=--openssl-legacy-provider &&
next build"
,
"start"
:
"next start"
,
"start"
:
"
set NODE_OPTIONS=--openssl-legacy-provider &&
next start"
,
"exportwatch"
:
"nodemon -e js,css,json,md,png,jpg,svg --exec
\"
npm run export
\"
--ignore .next/ --ignore out/"
,
"exportwatch"
:
"nodemon -e js,css,json,md,png,jpg,svg --exec
\"
npm run export
\"
--ignore .next/ --ignore out/"
,
"export"
:
"npm run build && next export"
,
"export"
:
"npm run build && next export"
,
"lintfix"
:
"eslint --fix --ext .js,.vue --ignore-path .gitignore ."
"lintfix"
:
"eslint --fix --ext .js,.vue --ignore-path .gitignore ."
...
...
static/addThreeD2.js
View file @
7f758dc7
var
camera
,
scene
,
renderer
,
controls
,
mat
,
geo
,
tex
var
camera
,
scene
,
renderer
,
controls
,
mat
,
geo
,
tex
var
pcPicWidth
=
1
7943
var
pcPicWidth
=
1
9501
var
mobilePicWidth
=
8980
var
mobilePicWidth
=
9767
var
slice
=
Math
.
round
(
pcPicWidth
/
256
)
var
slice
=
Math
.
round
(
pcPicWidth
/
256
)
var
isMobile
=
checkMobile
()
var
isMobile
=
checkMobile
()
var
cylinderGroup
,
cylinderMobileGroup
var
cylinderGroup
,
cylinderMobileGroup
...
...
yarn.lock
View file @
7f758dc7
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment