• TG订阅群: https://t.me/zyku_me
A

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

没有购买权限 (100.00G)

admin

论坛元老
管理成员
高级会员
注册
2021/12/28
消息
1,123
积分
1,848.78G
admin 提交新资源:

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

23

23312
233

功能​

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

浏览附件bandicam 2023-06-08 01-09-46-853.mp4

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

阅读关于此资源更多信息...
 
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.

这里怎么解决?看你的视频教程 也是出错 后来是怎么解决的
 
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.

这里怎么解决?看你的视频教程 也是出错 后来是怎么解决的
代码:
node node_modules/esbuild/install.js

这个
 
代码:
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.
 
还是是因为我的node.js版本太高了吗?
 
代码:
 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
 
求解,部署完打开提示网络异常,请重试
 
怎么添加超级管理员
部署完打开提示网络异常,请重试
 
生成的卡密一直使用失败 控制台也没报错
 
我下午录个完整的教程吧 网络异常一般是后端没部署成功
 
视频教程 完整版
 
最后编辑:
后退
顶部