feat: 巨量/b站平台添加子账户

This commit is contained in:
rd
2025-07-15 16:51:41 +08:00
parent 2cf39f0552
commit 143a92df66
8 changed files with 159 additions and 97 deletions

View File

@ -2,6 +2,12 @@ import icon1 from '@/assets/img/media-account/icon-jl.png';
import icon2 from '@/assets/img/media-account/icon-jg.png';
import icon3 from '@/assets/img/media-account/icon-bili.png';
export const ENUM_PLATFORM = {
jl: 0,
jg: 1,
bili: 2,
};
export const PLATFORM_LIST = [
{
label: '巨量',