Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on May 15, 2024. It is now read-only.
/tiktok-vuePublic archive

TikTok Media Matrix Operation Platform: Streamlining operations with automated registration, seamless uploads, and effortless account maintenance. Enhance your workflow with intelligent automation.

NotificationsYou must be signed in to change notification settings

tikmatrix/tiktok-vue

Repository files navigation

tiktok-server is the back end of this project

Deployment

one master node with multiple worker nodes

support no limit android devices if you have enough pc and android devices

get started

# vuegit clone https://github.com/niostack/tiktok-vue.gitcd tiktok-vuenpm install# for demonpm run dev# for productionnpm run build

for development

# install tailwindcssnpm install -D tailwindcss@latest postcss@latest autoprefixer@latestnpx tailwindcss init -p

Pagination component

<Pagination :items="devices" :pageSize="5" searchKeys="name">    <template v-slot:buttons>        <Button label="Button 1" />        <Button label="Button 2" />        <!-- 添加更多按钮 -->    </template>    <template v-slot:default="slotProps">        <div v-for="item in slotProps.items" :key="item.id">            <!-- 在这里添加你自己的内容 -->        </div>    </template></Pagination>

About

TikTok Media Matrix Operation Platform: Streamlining operations with automated registration, seamless uploads, and effortless account maintenance. Enhance your workflow with intelligent automation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp