Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf1e3760c2 | ||
|
|
f8efc290c4 | ||
|
|
dd988524a8 | ||
|
|
5f9657d2ce | ||
|
|
5db68af05a | ||
|
|
3ffb59153c | ||
|
|
72764015da | ||
|
|
5983313979 | ||
|
|
cb78fe2422 |
19
.env
Normal file
19
.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# When adding additional environment variables, the schema in "/src/env.js"
|
||||
# should be updated accordingly.
|
||||
|
||||
# Next Auth
|
||||
# You can generate a new secret on the command line with:
|
||||
# npx auth secret
|
||||
# https://next-auth.js.org/configuration/options#secret
|
||||
AUTH_SECRET="3s/7AKiCKcO5sfJLpP304y43i6mfE6T+LUkeglCxzns=" # Generated by create-t3-app.
|
||||
|
||||
# Next Auth Discord Provider
|
||||
AUTH_DISCORD_ID="hackrobot"
|
||||
AUTH_DISCORD_SECRET="Xiao4669805"
|
||||
|
||||
# Prisma
|
||||
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
|
||||
DATABASE_URL="file:./db.sqlite"
|
||||
|
||||
|
||||
PORT=3001
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -33,7 +33,7 @@ yarn-error.log*
|
||||
|
||||
# local env files
|
||||
# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables
|
||||
.env
|
||||
# .env
|
||||
.env*.local
|
||||
|
||||
# vercel
|
||||
|
||||
@@ -164,7 +164,7 @@ const config = {
|
||||
"value": "prisma-client-js"
|
||||
},
|
||||
"output": {
|
||||
"value": "C:\\Users\\admin\\Desktop\\nomadro\\generated\\prisma",
|
||||
"value": "C:\\project\\nomadro\\generated\\prisma",
|
||||
"fromEnvVar": null
|
||||
},
|
||||
"config": {
|
||||
@@ -178,11 +178,11 @@ const config = {
|
||||
}
|
||||
],
|
||||
"previewFeatures": [],
|
||||
"sourceFilePath": "C:\\Users\\admin\\Desktop\\nomadro\\prisma\\schema.prisma",
|
||||
"sourceFilePath": "C:\\project\\nomadro\\prisma\\schema.prisma",
|
||||
"isCustomOutput": true
|
||||
},
|
||||
"relativeEnvPaths": {
|
||||
"rootEnvPath": "../../.env",
|
||||
"rootEnvPath": null,
|
||||
"schemaEnvPath": "../../.env"
|
||||
},
|
||||
"relativePath": "../../prisma",
|
||||
|
||||
@@ -165,7 +165,7 @@ const config = {
|
||||
"value": "prisma-client-js"
|
||||
},
|
||||
"output": {
|
||||
"value": "C:\\Users\\admin\\Desktop\\nomadro\\generated\\prisma",
|
||||
"value": "C:\\project\\nomadro\\generated\\prisma",
|
||||
"fromEnvVar": null
|
||||
},
|
||||
"config": {
|
||||
@@ -179,11 +179,11 @@ const config = {
|
||||
}
|
||||
],
|
||||
"previewFeatures": [],
|
||||
"sourceFilePath": "C:\\Users\\admin\\Desktop\\nomadro\\prisma\\schema.prisma",
|
||||
"sourceFilePath": "C:\\project\\nomadro\\prisma\\schema.prisma",
|
||||
"isCustomOutput": true
|
||||
},
|
||||
"relativeEnvPaths": {
|
||||
"rootEnvPath": "../../.env",
|
||||
"rootEnvPath": null,
|
||||
"schemaEnvPath": "../../.env"
|
||||
},
|
||||
"relativePath": "../../prisma",
|
||||
|
||||
BIN
generated/prisma/libquery_engine-debian-openssl-3.0.x.so.node
Executable file
BIN
generated/prisma/libquery_engine-debian-openssl-3.0.x.so.node
Executable file
Binary file not shown.
@@ -164,7 +164,7 @@ const config = {
|
||||
"value": "prisma-client-js"
|
||||
},
|
||||
"output": {
|
||||
"value": "C:\\Users\\admin\\Desktop\\nomadro\\generated\\prisma",
|
||||
"value": "C:\\project\\nomadro\\generated\\prisma",
|
||||
"fromEnvVar": null
|
||||
},
|
||||
"config": {
|
||||
@@ -178,11 +178,11 @@ const config = {
|
||||
}
|
||||
],
|
||||
"previewFeatures": [],
|
||||
"sourceFilePath": "C:\\Users\\admin\\Desktop\\nomadro\\prisma\\schema.prisma",
|
||||
"sourceFilePath": "C:\\project\\nomadro\\prisma\\schema.prisma",
|
||||
"isCustomOutput": true
|
||||
},
|
||||
"relativeEnvPaths": {
|
||||
"rootEnvPath": "../../.env",
|
||||
"rootEnvPath": null,
|
||||
"schemaEnvPath": "../../.env"
|
||||
},
|
||||
"relativePath": "../../prisma",
|
||||
|
||||
1
nomadro.sh
Normal file
1
nomadro.sh
Normal file
@@ -0,0 +1 @@
|
||||
npm run start
|
||||
@@ -17,7 +17,7 @@
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint --fix",
|
||||
"preview": "next build && next start",
|
||||
"start": "next start",
|
||||
"start": "next start --port 3001",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
1
public/1d76c8174fe5c6f86e39b38db63106fd.txt
Normal file
1
public/1d76c8174fe5c6f86e39b38db63106fd.txt
Normal file
@@ -0,0 +1 @@
|
||||
7591d9ac675b2859a21c1b1f9398a4a4e72d87bc
|
||||
BIN
public/nomadro.ico
Normal file
BIN
public/nomadro.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
@@ -6,9 +6,11 @@ import { Geist } from "next/font/google";
|
||||
import { TRPCReactProvider } from "~/trpc/react";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create T3 App",
|
||||
description: "Generated by create-t3-app",
|
||||
icons: [{ rel: "icon", url: "/favicon.ico" }],
|
||||
title: "nomadro",
|
||||
description: "nomadro",
|
||||
// icons: [{ rel: "icon", url: "/favicon.ico" }],
|
||||
icons: [{ rel: "icon", url: "/nomadro.ico" }],
|
||||
|
||||
};
|
||||
|
||||
const geist = Geist({
|
||||
|
||||
@@ -22,7 +22,7 @@ export default async function Home() {
|
||||
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2 md:gap-8">
|
||||
<Link
|
||||
className="flex max-w-xs flex-col gap-4 rounded-xl bg-white/10 p-4 hover:bg-white/20"
|
||||
href="https://nav.nomadro.com"
|
||||
href="https://nav.hackrobot.cn"
|
||||
target="_blank"
|
||||
>
|
||||
<h3 className="text-2xl font-bold">游民导航 →</h3>
|
||||
@@ -42,9 +42,9 @@ export default async function Home() {
|
||||
<div className="text-lg">
|
||||
<ul className="list-none text-lg">
|
||||
<li>自建云手机</li>
|
||||
<li>搭建sass网站</li>
|
||||
{/* <li>搭建sass网站</li>
|
||||
<li>PVE虚拟化自建云桌面</li>
|
||||
<li>AIGC+RPA自动化</li>
|
||||
<li>AIGC+RPA自动化</li> */}
|
||||
</ul>
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user