文件名称:encrypted-pastebin:e Pastebin使用AES进行客户端加密
文件大小:270KB
文件格式:ZIP
更新时间:2024-06-04 23:11:11
react nextjs react-hooks JavaScript
这是一个用引导的项目。 入门 首先,运行开发服务器: npm run dev # or yarn dev 用浏览器打开以查看结果。 您可以通过修改pages/index.js来开始编辑页面。 页面在您编辑文件时自动更新。 可以在*问。 可以在pages/api/hello.js编辑此端点。 pages/api目录映射到/api/* 。 此目录中的文件被视为而不是React页面。 学到更多 要了解有关Next.js的更多信息,请查看以下资源: -了解Next.js功能和API。 交互式Next.js教程。 您可以查看-欢迎您提供反馈和意见! 在Vercel上部署 部署Next.js应用程序的最简单方法是使用Next.js创建者提供的。 请查看我们的以获取更多详细信息。
【文件预览】:
encrypted-pastebin-master
----next.config.js(220B)
----package.json(829B)
----.eslintrc.json(459B)
----.env.example(69B)
----pages()
--------[uuid].js(2KB)
--------admin()
--------index.js(3KB)
--------view.js(2KB)
--------_app.js(137B)
----.gitignore(400B)
----components()
--------Spinner()
--------Table()
--------DecryptedView()
--------Header()
--------Button()
--------Footer()
--------TextArea()
--------Layout()
--------Input()
--------Alert()
----tailwind.config.js(432B)
----public()
--------favicon.png(17KB)
--------manifest.json(662B)
--------icon-192x192.png(30KB)
--------icon-384x384.png(44KB)
--------icon-512x512.png(51KB)
--------icon-256x256.png(40KB)
----README.md(2KB)
----yarn.lock(172KB)
----postcss.config.js(80B)
----helpers()
--------APIHelper.js(1KB)
--------JsonFormatter.js(764B)
--------CryptoHelper.js(446B)