feat: 新增插件系统、多种插件类型、开发指南及多语言文档。
This commit is contained in:
15
plugins/actions/export_to_excel/README.md
Normal file
15
plugins/actions/export_to_excel/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Export to Excel
|
||||
|
||||
This plugin allows you to export your chat history to an Excel (.xlsx) file directly from the chat interface.
|
||||
|
||||
## Features
|
||||
|
||||
- **One-Click Export**: Adds an "Export to Excel" button to the chat.
|
||||
- **Automatic Header Extraction**: Intelligently identifies table headers from the chat content.
|
||||
- **Multi-Table Support**: Handles multiple tables within a single chat session.
|
||||
|
||||
## Usage
|
||||
|
||||
1. Install the plugin.
|
||||
2. In any chat, click the "Export to Excel" button.
|
||||
3. The file will be automatically downloaded to your device.
|
||||
Reference in New Issue
Block a user