简体中文 | English
One-click publishing tool for multiple social media platforms, such as douyin, red book, wechat channels, kuaishou.
Douyin (TikTok)
Xiaohongshu (Little Red Book)
WeChat Channels
Kuaishou
# Clone the project
git clone https://github.com/yikart/AttAiToEarn.git
# Enter the project directory
cd AttAiToEarn
# Install dependencies
npm i
# Start development
npm run dev
- vite template-react-ts
- Electron + react electron-vite-react
_🚨 By default, files in the 'electron' folder will be built to 'dis-electron'
├── build Build-related files
│
├── common Shared types/constants between renderer and main processes
│
├── electron Electron source code
│ ├── db SQLite3 database
│ │ ├── migrations Database migration scripts
│ │ ├── models Database entities
│ │ ├── scripts Database scripts
│ │ └── index.ts Database entry
│ ├── global Renderer process globals
│ ├── main Main process source
│ │ ├── api Business APIs
│ │ ├── core Core modules (DI, decorators)
│ │ └── ... Others
│ ├── plat Third-party platforms
│ ├── preload Preload-scripts
│ ├── tray System tray
│ └── util Utilities
│
├── public Public assets
│
├── scripts Build scripts
│
├── release Build output
│ └── {version}
│ ├── {os}-{os_arch} Unpacked binaries
│ └── {app_name}_{version}.{ext} Installers
│
├── public Same as Vite template's public
└── src Renderer process source (React)
Regarding the MAC package, as Apple has strict requirements for applications, this project is still in the trial stage. Please package it yourself or set the ignore security policy