OSDN Git Service

update.
authorNknightA <n.knight.pc0627@gmail.com>
Thu, 30 Mar 2023 06:34:03 +0000 (15:34 +0900)
committerNknightA <n.knight.pc0627@gmail.com>
Thu, 30 Mar 2023 06:34:03 +0000 (15:34 +0900)
README.md
images/favicon.ico [new file with mode: 0644]
images/global.png [new file with mode: 0644]
images/image_credit.txt [new file with mode: 0644]
images/v1_icon_beta.png [new file with mode: 0644]
images/v1_icon_canary.png [new file with mode: 0644]
images/v1_icon_stable.png [new file with mode: 0644]
package.json
server/src/pages/index.tsx
server/tsconfig.server.json

index 75f9582..9688531 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
-# V
+# V (New API)
 all new metaverse coding, creating, and change lifestyle.
+> File and API system heavily modified version.
+> Version Number v0.4.47_Canary_sub1/build:00001
 
 ## What's this?
  - App API
diff --git a/images/favicon.ico b/images/favicon.ico
new file mode 100644 (file)
index 0000000..76bf9b6
Binary files /dev/null and b/images/favicon.ico differ
diff --git a/images/global.png b/images/global.png
new file mode 100644 (file)
index 0000000..6846c56
Binary files /dev/null and b/images/global.png differ
diff --git a/images/image_credit.txt b/images/image_credit.txt
new file mode 100644 (file)
index 0000000..89c4f75
--- /dev/null
@@ -0,0 +1,11 @@
+VARIUS V1 official icon credit.
+
+created by SNtarq dicord friend.
+
+owner by SNtarq and Nknight AMAMIYA
+
+@SNtarq 2023
+@VARIUS 2023
+@NknightA 2023
+
+All rights reserved.
\ No newline at end of file
diff --git a/images/v1_icon_beta.png b/images/v1_icon_beta.png
new file mode 100644 (file)
index 0000000..ab82ccb
Binary files /dev/null and b/images/v1_icon_beta.png differ
diff --git a/images/v1_icon_canary.png b/images/v1_icon_canary.png
new file mode 100644 (file)
index 0000000..f96fbe8
Binary files /dev/null and b/images/v1_icon_canary.png differ
diff --git a/images/v1_icon_stable.png b/images/v1_icon_stable.png
new file mode 100644 (file)
index 0000000..ab56167
Binary files /dev/null and b/images/v1_icon_stable.png differ
index c9dafd1..cd820b3 100644 (file)
@@ -13,7 +13,7 @@
   },
   "keywords": [],
   "author": "nknight amamiya <nknight.works@variussoftware.com>",
-  "license": "ISC",
+  "license": "MIT",
   "workspaces": [
     "server"
   ],
@@ -23,3 +23,4 @@
     "webpack-cli": "^5.0.1"
   }
 }
index 8b66268..d3becde 100644 (file)
@@ -2,7 +2,6 @@ import Head from 'next/head'
 import Image from 'next/image'
 import styles from '@/styles/Home.module.css'
 import styled from '../styles/home.module.sass'
-//import Returnstatus from "@/status/store";
 import CreateAccount from "@/pages/account";
 import {useEffect} from "react";
 
index df503e2..4fff365 100644 (file)
@@ -7,4 +7,4 @@
   },
   "include": [
     "src/server","src"]
-}
\ No newline at end of file
+}