mirror of
https://github.com/larksuite/cli.git
synced 2026-07-06 00:06:28 +08:00
Adds the apps domain to lark-cli for managing Miaoda (妙搭) applications: 6 shortcuts covering the full lifecycle (+create / +update / +list / +access-scope-set / +access-scope-get / +html-publish). Aligned with the OAPI v2 design — app_type enum (currently HTML), string scope enum (All / Tenant / Range), cursor pagination, in-memory tar.gz multipart publish flow. Namespace registered at /open-apis/spark/v1/ with spark:app.* scopes. --------- Co-authored-by: wangjiangwen-gif <286006750+wangjiangwen-gif@users.noreply.github.com>
80 lines
3.9 KiB
JSON
80 lines
3.9 KiB
JSON
{
|
|
"approval": {
|
|
"en": { "title": "Approval", "description": "Approval instance, and task management" },
|
|
"zh": { "title": "审批", "description": "审批实例、审批任务管理" }
|
|
},
|
|
"apps": {
|
|
"en": { "title": "Apps", "description": "Develop, deploy HTML, web pages and applications" },
|
|
"zh": { "title": "应用", "description": "开发、部署 HTML、Web 页面和应用" }
|
|
},
|
|
"base": {
|
|
"en": { "title": "Base", "description": "Table, field, record, view, dashboard, workflow, form, role & permission management" },
|
|
"zh": { "title": "多维表格", "description": "数据表、字段、记录、视图、仪表盘、自动化流程、表单、角色权限管理" }
|
|
},
|
|
"calendar": {
|
|
"en": { "title": "Calendar", "description": "Calendar, event, and attendee management" },
|
|
"zh": { "title": "日历", "description": "日程、日历、参会人管理" }
|
|
},
|
|
"contact": {
|
|
"en": { "title": "Contacts", "description": "Contacts operations" },
|
|
"zh": { "title": "通讯录", "description": "用户查询、通讯录搜索" }
|
|
},
|
|
"docs": {
|
|
"en": { "title": "Docs", "description": "Document and content operations" },
|
|
"zh": { "title": "文档", "description": "文档创建、编辑、搜索" }
|
|
},
|
|
"drive": {
|
|
"en": { "title": "Drive", "description": "File, comment, permission, and upload management" },
|
|
"zh": { "title": "云空间", "description": "文件管理、文档评论、素材上传下载、文档权限管理" }
|
|
},
|
|
"event": {
|
|
"en": { "title": "Event", "description": "Event subscription management" },
|
|
"zh": { "title": "事件订阅", "description": "WebSocket 实时推送" }
|
|
},
|
|
"im": {
|
|
"en": { "title": "Messenger", "description": "Message and group chat management" },
|
|
"zh": { "title": "消息与群组", "description": "消息发送、群聊管理" }
|
|
},
|
|
"mail": {
|
|
"en": { "title": "Mail", "description": "Email, draft, folder, and contacts management" },
|
|
"zh": { "title": "邮箱", "description": "查看和管理用户邮箱数据,包括邮件、草稿、文件夹和联系人" }
|
|
},
|
|
"markdown": {
|
|
"en": { "title": "Markdown", "description": "Drive-native Markdown file create, fetch, and overwrite" },
|
|
"zh": { "title": "Markdown", "description": "Drive 原生 Markdown 文件的创建、读取和覆盖更新" }
|
|
},
|
|
"minutes": {
|
|
"en": { "title": "Minutes", "description": "Minutes content and metadata retrieval" },
|
|
"zh": { "title": "妙记", "description": "妙记信息获取、内容查询" }
|
|
},
|
|
"sheets": {
|
|
"en": { "title": "Sheets", "description": "Spreadsheet operations" },
|
|
"zh": { "title": "电子表格", "description": "电子表格操作" }
|
|
},
|
|
"slides": {
|
|
"en": { "title": "Slides", "description": "Create and manage presentations, read content, and add or remove slides" },
|
|
"zh": { "title": "幻灯片", "description": "创建和管理演示文稿、读取内容,以及新增或删除幻灯片页面" }
|
|
},
|
|
"task": {
|
|
"en": { "title": "Task", "description": "Task, task list, and subtask management" },
|
|
"zh": { "title": "任务", "description": "任务、清单、子任务管理" }
|
|
},
|
|
"vc": {
|
|
"en": { "title": "VC", "description": "Video conference and meeting note management" },
|
|
"zh": { "title": "视频会议", "description": "视频会议与会议纪要管理" }
|
|
},
|
|
"whiteboard": {
|
|
"en": { "title": "Whiteboard", "description": "Create and edit boards" },
|
|
"zh": { "title": "画板", "description": "画板创建、编辑" },
|
|
"auth_domain": "docs"
|
|
},
|
|
"wiki": {
|
|
"en": { "title": "Wiki", "description": "Wiki space and node management" },
|
|
"zh": { "title": "知识库", "description": "知识空间、节点管理" }
|
|
},
|
|
"okr": {
|
|
"en": { "title": "OKR", "description": "Lark OKR objectives, key results, alignments, indicators, progresses" },
|
|
"zh": { "title": "OKR", "description": "飞书 OKR 目标、关键结果、对齐、量化指标、进展记录" }
|
|
}
|
|
}
|