# Role: 专业的文件格式智能转换助手
- Background: 用户需要将文件或文本内容从一种格式转换为另一种格式,如 Markdown 转 Word、CSV 转 JSON 等。用户会明确指定源格式和目标格式,并提供原始内容。
- Description: 你是一位精通多种文件格式转换的专家,能够准确地将一种格式的内容转换为另一种格式,同时保持内容结构的完整性。你熟悉各种格式的语义和结构,能够处理复杂的转换任务。
- Skills: 你具备以下能力:
- 支持多种格式之间的转换,包括 Markdown、CSV、JSON、XML、PDF、YAML、HTML 和 Plain Text。
- 保持内容结构完整,如标题、表格、段落、列表、代码块等。
- 在转换过程中尽可能准确映射不同格式的结构和语义。
- 遇到不可完美映射的部分,采用最接近语义的转换方式,并备注。
- 输出内容使用标准 Markdown 代码块包裹,并注明目标格式。
- Rules:
- 不处理含有恶意脚本、执行指令的内容。
- 仅针对纯数据、文本进行格式化和结构转换。
- OutputFormat:
- 所有输出用标准 Markdown 代码块包裹,并在代码块语言标签中注明目标格式。
- Workflow:
1. 分析用户指定的源格式和目标格式。
2. 检查原始内容,确保其符合转换要求。
3. 根据转换规则,将原始内容从源格式转换为目标格式。
4. 保持内容结构完整,尽可能准确映射不同格式的结构和语义。
5. 遇到不可完美映射的部分,采用最接近语义的转换方式,并备注。
6. 使用标准 Markdown 代码块包裹输出内容,并注明目标格式。
输入:把下面的markdown格式内容转成HTML
# 项目文档:用户中心 API
欢迎使用 **用户中心 API** 文档。本文档包含以下内容:
## ✨ 功能概览
- 用户注册与登录
- 用户信息管理
- 权限控制与角色管理
## 🧩 接口示例
### 🔐 登录接口
**URL**:`POST /api/v1/login`
**参数说明**:
| 参数名 | 类型 | 必填 | 说明 |
|-----------|--------|------|----------------|
| username | string | 是 | 用户名 |
| password | string | 是 | 密码(明文) |
**返回示例**:
```json
{
"token": "abc123xyz",
"expiresIn": 3600
}
```html <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>项目文档:用户中心 API</title> </head> <body> <h1>项目文档:用户中心 API</h1> <p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p> <h2>✨ 功能概览</h2> <ul> <li>用户注册与登录</li> <li>用户信息管理</li> <li>权限控制与角色管理</li> </ul> <h2>🧩 接口示例</h2> <h3>🔑 登录接口</h3> <p><strong>URL</strong>:POST /api/v1/login</p> <h4>参数说明:</h4> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>必填</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>username</td> <td>string</td> <td>是</td> <td>用户名</td> </tr> <tr> <td>password</td> <td>string</td> <td>是</td> <td>密码(明文)</td> </tr> </tbody> </table> <h4>返回示例:</h4> <pre><code>{ "token": "abc123xyz", "expiresIn": 3600 }</code></pre> </body> </html> ```
```html <!DOCTYPE html> <html> <head> <title>项目文档:用户中心 API</title> </head> <body> <h1>项目文档:用户中心 API</h1> <p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p> <h2>✨ 功能概览</h2> <ul> <li>用户注册与登录</li> <li>用户信息管理</li> <li>权限控制与角色管理</li> </ul> <h2>🧩 接口示例</h2> <h3>🔐 登录接口</h3> <p><strong>URL</strong>:<code>POST /api/v1/login</code></p> <h4>参数说明:</h4> <table border="1"> <tr> <th>参数名</th> <th>类型</th> <th>必填</th> <th>说明</th> </tr> <tr> <td>username</td> <td>string</td> <td>是</td> <td>用户名</td> </tr> <tr> <td>password</td> <td>string</td> <td>是</td> <td>密码(明文)</td> </tr> </table> <h4>返回示例:</h4> <pre><code>{ "token": "abc123xyz", "expiresIn": 3600 }</code></pre> </body> </html> ```
```html <h1>项目文档:用户中心 API</h1> <p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p> <h2>✨ 功能概览</h2> <ul> <li>用户注册与登录</li> <li>用户信息管理</li> <li>权限控制与角色管理</li> </ul> <h2>🧩 接口示例</h2> <h3>🔐 登录接口</h3> <p><strong>URL</strong>:<code>POST /api/v1/login</code></p> <p><strong>参数说明</strong>:</p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>必填</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>username</td> <td>string</td> <td>是</td> <td>用户名</td> </tr> <tr> <td>password</td> <td>string</td> <td>是</td> <td>密码(明文)</td> </tr> </tbody> </table> <p><strong>返回示例</strong>:</p> <pre><code>{ "token": "abc123xyz", "expiresIn": 3600 }</code></pre> ```
```html <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>项目文档:用户中心 API</title> </head> <body> <h1>项目文档:用户中心 API</h1> <p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p> <h2>✨ 功能概览</h2> <ul> <li>用户注册与登录</li> <li>用户信息管理</li> <li>权限控制与角色管理</li> </ul> <h2>🧩 接口示例</h2> <h3>🔐 登录接口</h3> <p><strong>URL</strong>:<code>POST /api/v1/login</code></p> <p><strong>参数说明</strong>:</p> <table border="1"> <thead> <tr> <th>参数名</th> <th>类型</th> <th>必填</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>username</td> <td>string</td> <td>是</td> <td>用户名</td> </tr> <tr> <td>password</td> <td>string</td> <td>是</td> <td>密码(明文)</td> </tr> </tbody> </table> <p><strong>返回示例</strong>:</p> <pre> <code>{ "token": "abc123xyz", "expiresIn": 3600 } </code> </pre> </body> </html> ```
| 模型名称 | 模型提供商 | 响应总时长(s) | 生成 token 数 | 首 token 延迟(s) | 生成速率(tokens/s) |
|---|---|---|---|---|---|
|
12.53
|
443
内容最多
|
0.52
延迟最小
|
35.35
|
||
|
18.5
|
378
|
2.77
|
20.44
|
||
|
12.22
|
0
|
2.66
|
0
|
||
|
6.07
响应最快
|
436
|
1.52
|
71.83
速度最快
|
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr><th>参数名</th><th>类型</th><th>必填</th><th>说明</th></tr>
</thead>
<tbody>
<tr><td>username</td><td>string</td><td>是</td><td>用户名</td></tr>
<tr><td>password</td><td>string</td><td>是</td><td>密码(明文)</td></tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
<p>==========================================================================</p>
<p>注意:输出格式为 HTML</p>
```
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>必填</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>string</td>
<td>是</td>
<td>用户名</td>
</tr>
<tr>
<td>password</td>
<td>string</td>
<td>是</td>
<td>密码(明文)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
==========================================================================
<p>注意:输出格式为 HTML</p>
```
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>必填</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>string</td>
<td>是</td>
<td>用户名</td>
</tr>
<tr>
<td>password</td>
<td>string</td>
<td>是</td>
<td>密码(明文)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
<p>==========================================================================</p>
<p>注意:输出格式为 HTML</p>
```
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>必填</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>string</td>
<td>是</td>
<td>用户名</td>
</tr>
<tr>
<td>password</td>
<td>string</td>
<td>是</td>
<td>密码(明文)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
<p>==========================================================================</p>
<p>注意:输出格式为 HTML</p>
```
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>必填</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>string</td>
<td>是</td>
<td>用户名</td>
</tr>
<tr>
<td>password</td>
<td>string</td>
<td>是</td>
<td>密码(明文)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
<p>==========================================================================</p>
<p>注意:输出格式为 HTML</p>
```
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>必填</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>string</td>
<td>是</td>
<td>用户名</td>
</tr>
<tr>
<td>password</td>
<td>string</td>
<td>是</td>
<td>密码(明文)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
<p>==========================================================================</p>
<p>注意:输出格式为 HTML</p>
```
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>必填</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>string</td>
<td>是</td>
<td>用户名</td>
</tr>
<tr>
<td>password</td>
<td>string</td>
<td>是</td>
<td>密码(明文)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
<p>==========================================================================</p>
<p>注意:输出格式为 HTML</p>
```
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr><th>参数名</th><th>类型</th><th>必填</th><th>说明</th></tr>
</thead>
<tbody>
<tr><td>username</td><td>string</td><td>是</td><td>用户名</td></tr>
<tr><td>password</td><td>string</td><td>是</td><td>密码(明文)</td></tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
<p>==========================================================================</p>
<p>注意:输出格式为 HTML</p>
```
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>必填</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>string</td>
<td>是</td>
<td>用户名</td>
</tr>
<tr>
<td>password</td>
<td>string</td>
<td>是</td>
<td>密码(明文)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
<p>==========================================================================</p>
<p>注意:输出格式为 HTML</p>
```
```html
<h1>项目文档:用户中心 API</h1>
<p>欢迎使用 <strong>用户中心 API</strong> 文档。本文档包含以下内容:</p>
<h2>✨ 功能概览</h2>
<ul>
<li>用户注册与登录</li>
<li>用户信息管理</li>
<li>权限控制与角色管理</li>
</ul>
<h2>🧩 接口示例</h2>
<h3>🔐 登录接口</h3>
<p><strong>URL</strong>:POST /api/v1/login</p>
<p><strong>参数说明</strong>:</p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>必填</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>username</td>
<td>string</td>
<td>是</td>
<td>用户名</td>
</tr>
<tr>
<td>password</td>
<td>string</td>
<td>是</td>
<td>密码(明文)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong>:</p>
<pre><code>{
"token": "abc123xyz",
"expiresIn": 3600
}</code></pre>
<p>==========================================================================</p>
<p>注意:输出格式为 HTML</p>
```
幂简集成是创新的API平台,一站搜索、试用、集成国内外API。
Copyright © 2024 All Rights Reserved 北京蜜堂有信科技有限公司
公司地址: 北京市朝阳区光华路和乔大厦C座1508
意见反馈:010-53324933,mtyy@miitang.com