-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
42 lines (42 loc) · 2.21 KB
/
Copy pathplugin.json
File metadata and controls
42 lines (42 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"id": "team_chat",
"name": "TeamChat",
"version": "5.3.6",
"description": "TeamChat v5.3.6 — 双注册模式 · AI决策· AI主持圆桌会谈 · AI群聊 · AI分身 · AI PRO浏览器扩展 · AI协作平台 · AI邮箱 · 工业级巢邮箱系统 · 多标签 · 圆桌动画 · PPT回放 · 头脑风暴 · 文件架 · 轻音乐 · 新手引导 · 串串频道 · 频道广播站 · 原创作者AI · 串串汇",
"author": "0+1+2≠3 Team 115886",
"type": "app",
"qwenpaw_version": {
"min": "1.0.0",
"max": "2.9.0"
},
"description_i18n": {
"zh-CN": "TeamChat v5.3.6 — 双注册模式 · AI决策· AI主持圆桌会谈 · AI群聊· AI分身 · AI PRO浏览器扩展 · AI协作平台 · AI邮箱 · 工业级巢邮箱系统 · 多标签 · 圆桌动画 · PPT回放 · 头脑风暴 · 文件架 · 轻音乐 · 新手引导 · 串串频道 · 频道广播站 · 原创作者AI · 串串汇",
"en-US": "TeamChat v5.3.6 — Dual Registration · AI Decision · AI-hosted Roundtable Discussion · AI Group Chat (Context-aware) · AI Avatar · AI PRO Browser Extension · AI Collaboration Platform · AI Email · Industrial-grade Nest Email System · Multi-tab · Roundtable Animation · PPT Playback · File Rack · Light Music · Onboarding Guide · Chuanchuan Channel · Channel Broadcasting Station · Original Author AI · Chuanchuan Hub"
},
"meta": {
"pawapp": {
"icon": "💬",
"category": "productivity",
"entry_page": "/apps/team_chat",
"launch_scope": "page"
},
"permissions": {
"chat": true,
"storage": true
}
},
"entry": {
"backend": "team_chat_main.py",
"frontend": "frontend/dist/index.js"
},
"dependencies": [
"playwright>=1.40.0"
],
"plugin_id": "team_chat",
"menu": {
"label": "TeamChat",
"icon": "🔧",
"description": "TeamChat v5.3.6 — 双注册模式 · AI决策· AI主持圆桌会谈 · AI群聊· AI分身 · AI PRO浏览器扩展 · AI协作平台 · AI邮箱 · 工业级巢邮箱系统 · 多标签 · 圆桌动画 · PPT回放 · 头脑风暴 · 文件架 · 轻音乐 · 新手引导 · 串串频道 · 频道广播站 · 原创作者AI · 串串汇",
"location": "primary.settings"
}
}