AI代码生成工具、个人中心
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
This commit is contained in:
@@ -95,7 +95,9 @@ const handleGenerate = async (data: CodeGenData | CodeGenData[]) => {
|
||||
`已成功生成 ${res.length} 个模块!\r\n` +
|
||||
'后端代码已经自动生成:\r\n' +
|
||||
'(Controller、Service、Model、Route、Mysql数据表),无需您操作。\r\n' +
|
||||
'您只需要把代码黏贴至 "您的根目录/apps/web-antd/src/views/my-gen"文件夹下即可使用',
|
||||
'每个 zip 含 PC(view/) + uniapp/ 两套前端:\r\n' +
|
||||
'PC 粘贴到 apps/web-antd/src/views/my-gen;\r\n' +
|
||||
'uniapp 粘贴到 nl-admin-uniapp/src/pages-sub/my-gen(三端 C 端风格,见包内说明)',
|
||||
icon: 'success',
|
||||
title: '批量代码生成成功!',
|
||||
}).then(() => {
|
||||
@@ -118,7 +120,10 @@ const handleGenerate = async (data: CodeGenData | CodeGenData[]) => {
|
||||
'您的模块已经生成成功,是否立即下载?\r\n' +
|
||||
'后端代码已经自动生成:\r\n' +
|
||||
'(Controller、Service、Model、Route、Mysql数据表),无需您操作。\r\n' +
|
||||
'您只需要把代码黏贴至 "您的根目录/apps/web-antd/src/views/my-gen"文件夹下即可使用',
|
||||
'zip 内同时包含两套前端:\r\n' +
|
||||
'1) view/ → 粘贴到 apps/web-antd/src/views/my-gen(PC Vben)\r\n' +
|
||||
'2) uniapp/ → 粘贴到 nl-admin-uniapp/src/pages-sub/my-gen/<模块>(微信小程序+App+H5,C 端风格)\r\n' +
|
||||
'uniapp 粘贴后请按包内 PAGES_JSON_SNIPPET.md 登记 pages.json 与 features.ts',
|
||||
icon: 'success',
|
||||
title: '代码生成成功!',
|
||||
}).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user