Skip to content

Commit 32f523d

Browse files
authored
Update README.md (#163)
1 parent ceb20fc commit 32f523d

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

README.md

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
![GitHub License GitHub许可证](https://img.shields.io/github/license/leaper-one/MultiPost-Extension) ![GitHub Repo stars GitHub星星](https://img.shields.io/github/stars/leaper-one/MultiPost-Extension) ![GitHub commit activity GitHub提交活动](https://img.shields.io/github/commit-activity/m/leaper-one/MultiPost-Extension) [![Website 网站](https://img.shields.io/website?url=https%3A%2F%2Fmultipost.app)](https://multipost.app) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/leaperone/MultiPost-Extension)
77

8-
9-
108
[English](README.md) | [中文](docs/README-zh.md) | [日本語](docs/README-jp.md) | [Français](docs/README-fr.md) | [한국어](docs/README-kr.md)
119

1210
> A browser extension that helps users publish content to multiple social media platforms with one click.
@@ -15,8 +13,6 @@
1513
⭐ If you find this project helpful, please consider giving it a star! Your support helps us grow and improve! ⭐
1614
</div>
1715

18-
19-
2016
## 主要功能 / Key Features
2117
- 一键发布内容(文本、图片、视频等)到多个平台。(支持知乎、微博、小红书、抖音等10多个主流平台)无需登录、无需注册、无需API Key。完全免费!
2218
Post your content (text, images, videos, etc.) to multiple platforms with one click. (Over 10 mainstream platforms including Zhihu, Weibo, Xiaohongshu, TikTok, etc.) No login, no registration, no API Key required. Free!
@@ -46,52 +42,6 @@ This extension solves the pain points of content creators when publishing across
4642
- [Edge extension - ![](https://img.shields.io/badge/dynamic/json?label=edge%20add-on&prefix=v&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fckoiphiceimehjkolnfffgbmihoppgjg)](https://microsoftedge.microsoft.com/addons/detail/multipost/ckoiphiceimehjkolnfffgbmihoppgjg) [![](https://img.shields.io/badge/dynamic/json?label=users&query=%24.activeInstallCount&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fckoiphiceimehjkolnfffgbmihoppgjg)](https://microsoftedge.microsoft.com/addons/detail/multipost/ckoiphiceimehjkolnfffgbmihoppgjg)
4743
<!-- ![Edge add-on last updated](https://img.shields.io/badge/dynamic/json?label=last%20updated&query=%24.lastUpdateDate&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fckoiphiceimehjkolnfffgbmihoppgjg) -->
4844

49-
50-
## Getting Started
51-
52-
First, run the development server:
53-
54-
```bash
55-
pnpm i
56-
57-
pnpm dev
58-
```
59-
60-
In the browser extension page, open the developer mode, click `Load **unpacked** extension` and find `build/chrome-mv3-dev` to load it.
61-
62-
## Building the Production Version
63-
64-
Run the following command:
65-
66-
```bash
67-
pnpm build
68-
```
69-
70-
You can find the build content in the `build` folder
71-
72-
## Development Instructions
73-
74-
### Documents You Need to Know
75-
76-
[Chrome Extension API Reference](https://developer.chrome.com/docs/extensions/reference/api)
77-
78-
[Edge Extension](https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/)
79-
80-
[Plasmo Docs](https://docs.plasmo.com/)
81-
82-
## Recommended Articles
83-
84-
- [AI Full Stack Guide Vol.033: Learn One-Click Multi-Platform Content Publishing in 5 Minutes](https://mp.weixin.qq.com/s/K7yh6EsBLOGJzl8Gh8SwLw)
85-
86-
### File Structure
87-
88-
> src/sync: This folder contains the code for operating on different platforms, where dynamic is related to dynamic publishing, and video is related to video publishing; any added platform needs to be registered in common.ts.
89-
> components: This folder contains all the components for frontend interface operations.
90-
91-
### Development Environment
92-
93-
It is recommended to use the package management tool `pnpm@latest-9` with Node.js version 20.
94-
9545
## Star History
9646

9747
[![Star History Chart](https://api.star-history.com/svg?repos=leaperone/multipost-wechat-markdown-editor,leaperone/MultiPost-Extension&type=Date)](https://www.star-history.com/#leaperone/multipost-wechat-markdown-editor&leaperone/MultiPost-Extension&Date)

0 commit comments

Comments
 (0)