File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import Link from 'next/link';
44export default function HomePage ( ) {
55 return (
66 < main className = "flex flex-1 flex-col justify-center items-center text-center p-8" >
7- < h1 className = "mb-4 text-4xl font-bold" > Welcome to MultiPost Documentation</ h1 >
7+ < h1 className = "mb-4 text-4xl font-bold" > MultiPost Documentation</ h1 >
88 < p className = "text-fd-muted-foreground mb-8 max-w-2xl" >
9- This is the MultiPost documentation center, where you can find all the information and usage guides about MultiPost .
9+ MultiPost is a tool that allows you to post to multiple social media platforms from a single interface .
1010 </ p >
1111 < div className = "flex flex-col sm:flex-row gap-4" >
1212 < Button href = "/docs/user-guide" icon = { < BookCheckIcon /> } >
Original file line number Diff line number Diff line change @@ -3,26 +3,25 @@ title: Overview
33description : MultiPost 是一键发布内容到多个社交平台的扩展
44---
55
6- ## 愿景
7- 在自媒体时代,内容创作者需要接触越来越多的平台,而各个平台也有各种各样的规则和限制。同时,内容生态的繁荣也为内容创作者带了了巨大的劳动量和心智负担。
8- MultiPost 的愿景是通过自动化、AI、接口化,让内容创作者可以更加专注于内容本身,解放更多的生产力通过一次编辑,就能将内容同步发布到所有平台,大大提高了工作效率。
9- MultiPost 不仅仅意味着将内容发布到多个平台,也意味着多人一起发布内容。MultiPost 相关的功能将帮助你更好地冷启动、推广、影响和市场。
6+ ![ Screenshot of MultiPost] ( https://screenshot.domains/multipost.app )
107
11- ## 功能
12- ### MultiPost 发布相关功能
8+ ## MultiPost 功能
9+ ### 发布
1310- 将你的文案、图片、视频、音频、链接、文件等发布到多个社交媒体平台;
1411- 支持同步发布到知乎、微博、小红书、抖音、B站、YouTube、TikTok、Instagram、Facebook、Twitter、LinkedIn、X(原Twitter)等十多个主流平台
1512- 扩展免登录,免注册,免API Key。
1613- 支持 Markdown 编辑器,支持图片、视频、音频、链接、文件等发布。
1714- Extension API:网页的联动,可以开发你自己的网页并自己设置自动化,调用扩展的发布功能
1815- Web API:在服务端调用 Restful API 接口,发布内容到多个平台
1916
20- ### 基础设施
17+ ### 数据分析
2118- Analytics: 数据分析和洞察
2219 - Web trace: 网页追踪,分析用户行为
2320 - Social media trace: 社交媒体追踪,分析用户行为
24- - Scraper API: 云端 API 接口,来实现网页内容爬取、搜索等功能。
25- - Social Media API: 云端 API 接口,来实现社交媒体内容、数据、分析等功能。
21+ ### Browse API
22+ - 网页内容爬取、搜索、下载、社交媒体内容、数据、分析等功能
23+
24+ ### 画图和海报设计
2625
2726## 如何阅读该文档?
2827
You can’t perform that action at this time.
0 commit comments