Skip to content

Commit

Permalink
Merge pull request #13 from IdeaLeap/dev
Browse files Browse the repository at this point in the history
chore: 简化目录结构
  • Loading branch information
MarleneJiang authored Sep 3, 2023
2 parents e78a6be + 00bc147 commit 99598c4
Show file tree
Hide file tree
Showing 47 changed files with 13 additions and 529 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"--loader",
"ts-node/esm",
"-r",
"ts-node/register"
"ts-node/register",
"--experimental-specifier-resolution=node"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector",
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
发包时由于使用 ES module,Node.js 内置的 __filename 与__dirname 就变得不可用了,需要使用 url 模块的 fileURLToPath 方法将 import.meta.url 转换为文件路径,然后再使用 path 模块的 dirname 方法获取文件所在目录的路径。

```js
import {fileURLToPath} from 'url';
import path from 'path';

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
import {fileURLToPath} from 'url';import path from 'path';const __filename = fileURLToPath(import.meta.url);const __dirname = path.dirname(__filename);

```
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lint": "eslint --ext .ts,.js ./",
"build": "ncc build package/index.ts -o dist -m"
"build": "ncc build package/index.ts -o dist -m -e *.test.ts",
"publish": "cp README.md dist/ && cd dist && npm publish --access public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.1.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion package/agents/index.ts

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ export interface articleSchema {
首先,我想强调的是,ChatPPT不仅仅是一个创新平台,它更代表着我们对未来技术的展望和追求。我们相信,随着科技的不断进步和社会的快速发展,传统的PPT制作方式已经无法满足人们对于高效、便
捷、互动性的需求。因此,我们创造了ChatPPT这个平台,以改变人们对于PPT制作的认知和体验。
现在,请允许我分享一下我们参赛的具体信息。我们代表的是浙江省,参赛组别为本科生创意组,所属高校为杭州电子科技大学。作为一支年轻而富有创造力的团队,我们深深地理解并关注着现代人们在PPT制作过程中所遇到的种种问题。
ChatPPT的核心理念是通过人工智能和自然语言处理技术,实现智能化的PPT制作过程。我们的平台将会提供一个与用户实时对话的界面,用户只需要简单地通过语音或文字输入表达自己的想法和要求,ChatPPT就会自动根据用户的意图进行布局、设计和文本生成,从而大大减轻了用户的制作负担。
除此之外,ChatPPT还具备丰富的模板库和素材库,用户可以根据自己的需求选择合适的模板和素材,使得PPT的呈现更加丰富多样。而且,ChatPPT还支持多人协作,用户可以邀请团队成员一同参与PPT的
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
81 changes: 0 additions & 81 deletions package/collaboration/__tests__/batch.test.ts

This file was deleted.

75 changes: 0 additions & 75 deletions package/collaboration/batch/batch.ts

This file was deleted.

1 change: 0 additions & 1 deletion package/collaboration/batch/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions package/collaboration/index.ts

This file was deleted.

60 changes: 0 additions & 60 deletions package/collaboration/pipe/__tests__/pipe.test.ts

This file was deleted.

1 change: 0 additions & 1 deletion package/collaboration/pipe/index.ts

This file was deleted.

115 changes: 0 additions & 115 deletions package/collaboration/pipe/pipe.ts

This file was deleted.

4 changes: 0 additions & 4 deletions package/competition/index.ts

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions package/evaluation/index.ts

This file was deleted.

Loading

0 comments on commit 99598c4

Please sign in to comment.