OSDN Git Service

updates master
authorNknightA <n.knight.pc0627@gmail.com>
Thu, 27 Apr 2023 08:26:26 +0000 (17:26 +0900)
committerNknightA <n.knight.pc0627@gmail.com>
Thu, 27 Apr 2023 08:26:26 +0000 (17:26 +0900)
12 files changed:
.gitignore
API_samples/get.http [moved from http/get.http with 100% similarity]
package.json
public/206_20220912204559.png.jpg [new file with mode: 0644]
public/206_20220912224853.jfif [new file with mode: 0644]
public/MetaverseJS.black.png [new file with mode: 0644]
public/MetaverseJS.png [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/myicon.jpeg [new file with mode: 0644]
public/unnamed.png [new file with mode: 0644]
public/v1_icon_canary.jpg [new file with mode: 0644]
src/element/elementHome.tsx

index 73bac18..fdbe2bb 100644 (file)
@@ -4,7 +4,10 @@
 node_modules
 bat/
 dist/
+prisma/
 
 next-env.d.ts
 *.log
 *.lock
+.env
+
similarity index 100%
rename from http/get.http
rename to API_samples/get.http
index 928194e..75fe345 100644 (file)
@@ -5,7 +5,7 @@
   "type": "commonjs",
   "main": "./dist/server/server.js",
   "scripts": {
-    "start": "tsc -p tsconfig.server.json && cross-env NODE_ENV=development node ./dist/server/server.js",
+    "start": "tsc -p tsconfig.server.json && cross-env NODE_ENV=development node ./dist/src/server/server.js",
     "pre-build": "tsc -p tsconfig.server.json",
     "dev": "cross-env NODE_ENV=development nodemon",
     "prisma": "npx prisma studio "
     "@mui/material": "^5.12.1",
     "@mui/styled-engine-sc": "^5.12.0",
     "@nextui-org/react": "^1.0.0-beta.12",
+    "@prisma/client": "^4.13.0",
     "@types/express": "^4.17.16",
     "@types/next": "^9.0.0",
-    "@types/node": "^18.15.13",
+    "@types/node": "^18.16.1",
     "@types/react": "^18.0.27",
     "@types/react-dom": "^18.0.10",
     "@types/styled-components": "^5.1.26",
+    "@types/three": "^0.150.2",
     "cross-env": "^7.0.3",
     "express": "^4.18.2",
     "framer-motion": "^10.12.4",
     "redux": "^4.2.1",
     "sass": "^1.57.1",
     "styled-components": "^5.3.9",
+    "three": "^0.151.3",
     "ts-node": "^10.9.1"
   },
   "devDependencies": {
     "@redux-devtools/core": "^3.13.1",
     "nodemon": "^2.0.20",
+    "prisma": "^4.13.0",
     "typescript": "^5.0.4"
   }
 }
diff --git a/public/206_20220912204559.png.jpg b/public/206_20220912204559.png.jpg
new file mode 100644 (file)
index 0000000..ab82ccb
Binary files /dev/null and b/public/206_20220912204559.png.jpg differ
diff --git a/public/206_20220912224853.jfif b/public/206_20220912224853.jfif
new file mode 100644 (file)
index 0000000..ab56167
Binary files /dev/null and b/public/206_20220912224853.jfif differ
diff --git a/public/MetaverseJS.black.png b/public/MetaverseJS.black.png
new file mode 100644 (file)
index 0000000..f7621b5
Binary files /dev/null and b/public/MetaverseJS.black.png differ
diff --git a/public/MetaverseJS.png b/public/MetaverseJS.png
new file mode 100644 (file)
index 0000000..725a301
Binary files /dev/null and b/public/MetaverseJS.png differ
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644 (file)
index 0000000..76bf9b6
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/public/myicon.jpeg b/public/myicon.jpeg
new file mode 100644 (file)
index 0000000..361a198
Binary files /dev/null and b/public/myicon.jpeg differ
diff --git a/public/unnamed.png b/public/unnamed.png
new file mode 100644 (file)
index 0000000..9a52b75
Binary files /dev/null and b/public/unnamed.png differ
diff --git a/public/v1_icon_canary.jpg b/public/v1_icon_canary.jpg
new file mode 100644 (file)
index 0000000..f96fbe8
Binary files /dev/null and b/public/v1_icon_canary.jpg differ
index b316ab6..2b266be 100644 (file)
@@ -1,6 +1,6 @@
 import NextImage from "next/image";
 import HMeta from "../components/headerMeta";
-import image from "../../public/image.png";
+import Image from "next/image";
 import style from "./elementHome.module.sass";
 import { getWindowSize } from "../components/disSize";
 import {useState} from "react";
@@ -36,10 +36,7 @@ export default function ElementHome({children}: any) {
             }}>
                 <div className={style.Main}>
                     <div>
-                        <NextImage src={image}
-                                   alt={"test image naaa"}
-                                   width={900}
-                                   height={500}/>
+                        <Image src={"/image.png"} width={64} height={64} alt="My avatar" />
                     </div>
                     <div className={style.Inner} style={{
                         color: "#000",