# raycast-codegee-extension **Repository Path**: daived-team/raycast-codegee-extension ## Basic Information - **Project Name**: raycast-codegee-extension - **Description**: CodeGEE Raycast扩展 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-04 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # d-codegee-ext > RayCast CodeGEE 扩展项目 ## 如何开发 ```shell # 安装依赖 yarn # 启动开发 yarn dev ``` ![img.png](doc/1.png) ![img.png](doc/2.png) ![img.png](doc/3.png) ![img.png](doc/4.png) ### 项目目录说明 - assets (静态资源目录) - doc (项目文档) - src (源代码目录) ### 基础配置(package.json) - title () - description () - commands (命令配置)([命令配置清单](https://developers.raycast.com/information/manifest#argument-properties)) - name (唯一ID) - description () - title (标题,用于RayCast检索) - mode (主视图模式: view: 打开主视图Command Function,no-view: 常用于打开链接) - arguments (参数) - name - type (输入类型) - placeholder (提示) - required (是否必须) ### 常用用户界面组件 操作面板 ```tsx ``` 内置操作 ```tsx ``` 操作面板 ```tsx ```