• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

varius official platform source code.


Commit MetaInfo

Revision3f40b6c6ca9abf4112748c9d078b72adea6d92a0 (tree)
Time2023-03-30 15:34:03
AuthorNknightA <n.knight.pc0627@gmai...>
CommiterNknightA

Log Message

update.

Change Summary

Incremental Difference

--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
1-# V
1+# V (New API)
22 all new metaverse coding, creating, and change lifestyle.
3+> File and API system heavily modified version.
4+> Version Number v0.4.47_Canary_sub1/build:00001
35
46 ## What's this?
57 - App API
Binary files /dev/null and b/images/favicon.ico differ
Binary files /dev/null and b/images/global.png differ
--- /dev/null
+++ b/images/image_credit.txt
@@ -0,0 +1,11 @@
1+VARIUS V1 official icon credit.
2+
3+created by SNtarq dicord friend.
4+
5+owner by SNtarq and Nknight AMAMIYA
6+
7+@SNtarq 2023
8+@VARIUS 2023
9+@NknightA 2023
10+
11+All rights reserved.
\ No newline at end of file
Binary files /dev/null and b/images/v1_icon_beta.png differ
Binary files /dev/null and b/images/v1_icon_canary.png differ
Binary files /dev/null and b/images/v1_icon_stable.png differ
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
1313 },
1414 "keywords": [],
1515 "author": "nknight amamiya <nknight.works@variussoftware.com>",
16- "license": "ISC",
16+ "license": "MIT",
1717 "workspaces": [
1818 "server"
1919 ],
@@ -23,3 +23,4 @@
2323 "webpack-cli": "^5.0.1"
2424 }
2525 }
26+
--- a/server/src/pages/index.tsx
+++ b/server/src/pages/index.tsx
@@ -2,7 +2,6 @@ import Head from 'next/head'
22 import Image from 'next/image'
33 import styles from '@/styles/Home.module.css'
44 import styled from '../styles/home.module.sass'
5-//import Returnstatus from "@/status/store";
65 import CreateAccount from "@/pages/account";
76 import {useEffect} from "react";
87
--- a/server/tsconfig.server.json
+++ b/server/tsconfig.server.json
@@ -7,4 +7,4 @@
77 },
88 "include": [
99 "src/server","src"]
10-}
\ No newline at end of file
10+}