A

PHP ChatGPT Web 商业变现源码 v1.3.1

No permission to download
  • 主题发起人 主题发起人 admin
  • 开始时间 开始时间
Administrator
管理成员
注册
2021/12/28
消息
1,218
admin 提交新资源:

ChatGPT Web 商业变现源码 - 使用React搭建的一款可商业化的ChatGpt Web应用

浏览附件1016

浏览附件1017
浏览附件1018

功能​

  • 后台管理系统,可对用户,Token,商品,卡密等进行管理
  • 精心设计的 UI,响应式设计
  • 极快的首屏加载速度(~100kb)
  • 支持Midjourney绘画和DALL·E模型绘画,GPT4等应用
  • 海量的内置 prompt 列表,来自中文和英文
  • 一键导出聊天记录,完整的 Markdown 支持
  • 支持自定义API地址(如:openAI / API2D)
视频教程

浏览附件1019

伪静态
Nginx:
location / {
    try_files $uri $uri/ /index.html;
}

阅读关于此资源更多信息...
 
New member
注册
2023/06/08
消息
6
代码:
node node_modules/esbuild/install.js

这个
这条命令在哪运行?网站根目录 运行node node_modules/esbuild/install.js 然后再运行 yarn dev yarn build?

我输入过node node_modules/esbuild/install.js 这条命令 。运行yarn build 依然出错
import { performance } from 'node:perf_hooks'
^^^^^^

SyntaxError: Cannot use import statement outside a module
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1176:20)
at Module._compile (node:internal/modules/cjs/loader:1218:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Module._load (node:internal/modules/cjs/loader:958:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47

Node.js v18.16.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 
New member
注册
2023/06/08
消息
6
代码:
 node node_modules/esbuild/install.js
[esbuild] Failed to find package "@esbuild/linux-arm64" on the file system

This can happen if you use the "--no-optional" flag. The "optionalDependencies"
package.json feature is used by esbuild to install the correct binary executable
for your current platform. This install script will now attempt to work around
this. If that fails, you need to remove the "--no-optional" flag to use esbuild.

好像是我系统的原因 甲骨文 arm
 
New member
注册
2023/06/08
消息
6
怎么添加超级管理员
部署完打开提示网络异常,请重试
 
Administrator
管理成员
注册
2021/12/28
消息
1,218
我下午录个完整的教程吧 网络异常一般是后端没部署成功
 
Administrator
管理成员
注册
2021/12/28
消息
1,218
视频教程 完整版
 
最后编辑:
顶部