Files
lume/packages/utils/src/constants.ts
T
雨宮蓮andGitHub 1f38eba2cc feat: immersive onboarding (#189)
* feat: change the default onboarding column

* feat: add newsfeed onboarding

* feat: add topic onboarding

* feat: add group onboarding

* chore: polish and format

* feat: rename foryou to topic

* fix: array
2024-05-22 10:44:19 +07:00

340 lines
4.8 KiB
TypeScript

export const NOSTR_MENTIONS = [
"@npub1",
"nostr:npub1",
"nostr:nprofile1",
"nostr:naddr1",
"npub1",
"nprofile1",
"naddr1",
"Nostr:npub1",
"Nostr:nprofile1",
"Nostr:naddre1",
];
export const NOSTR_EVENTS = [
"@nevent1",
"@note1",
"@nostr:note1",
"@nostr:nevent1",
"nostr:note1",
"note1",
"nostr:nevent1",
"nevent1",
"Nostr:note1",
"Nostr:nevent1",
];
export const IMAGES = ["jpg", "jpeg", "gif", "png", "webp", "avif", "tiff"];
export const VIDEOS = [
"mp4",
"mov",
"webm",
"wmv",
"flv",
"mts",
"avi",
"ogv",
"mkv",
"m3u8",
];
export const AUDIOS = ["mp3", "ogg", "wav"];
export const TOPICS = [
{
icon: "📱",
title: "Technology",
content: [
"#Apple",
"#Tesla",
"#AMD",
"#Intel",
"#Xiaomi",
"#Huawei",
"#OpenAI",
"#BigTech",
"#ai",
"#IOS",
"#Android",
"#oppo",
"#nostr",
"#technology",
"#tech",
"#innovation",
"#engineering",
"#business",
"#iphone",
"#technews",
"#science",
"#gadgets",
"#software",
"#programming",
"#smartphone",
"#samsung",
"#coding",
"#computer",
"#security",
"#gadget",
"#mobile",
"#opensource",
"#tor",
],
},
{
icon: "🕹",
title: "Gaming",
content: [
"#gamestr",
"#GenshinImpact",
"#HonkaiStarRail",
"#HonkaiImpact",
"#steam",
"#pubg",
"#cs2",
"#Cyberpunk",
"#Skyrim",
"#GTA",
"#GTA6",
"#CallofDuty",
"#Pokemon",
"#apexlegends",
"#baldurgate",
"#starfield",
"#thefinals",
"#palworld",
"#famitsu",
"#jrpg",
"#ffxiv",
"#gacha",
"#warthunder",
"#hoyoverse",
"#arknights",
"#soulslike",
"#eldenring",
"#persona",
"#playstation",
"#steamdeck",
"#xbox",
"#xbot",
"#consolewars",
"#game",
"#games",
"#twitch",
"#fortnite",
"#pcgaming",
"#nintendo",
"#switch",
"#esports",
"#gameoftheyear",
"#darksoul",
"#batterfield",
"#dota",
"#rpg",
"#thewitcher",
"#rogally",
"#rog",
"#indiegames",
"#indiedev",
"#gamedev",
],
},
{
icon: "🍥",
title: "Anime",
content: [
"#animestr",
"#anime",
"#manga",
"#otaku",
"#frieren",
"#fate",
"#aot",
"#AttackOnTitan",
"#JujutsuKaisen",
"#OnePiece",
"#KimetsuNoYaiba",
"#Overlord",
"#Evangelion",
"#DemonSlayer",
"#JoJo",
"#SPYxFAMILY",
"#MatoSeiheinoSlave",
"#ghibli",
"#ChainsawMan",
"#Gintama",
"#animeart",
"#animegirl",
"#cosplay",
"#weeb",
"#animeworld",
"#fanart",
"#vocaloid",
"#vtuber",
"#hololive",
"#hololivemeet",
"#pixiv",
"#waifu",
],
},
{
icon: "📺",
title: "Entertainment",
content: [
"#audiostr",
"#musicstr",
"#music",
"#movie",
"#BLACKPINK",
"#Lisa",
"#Jennie",
"#Taylor",
"#BTC",
"#Twice",
"#TikTok",
"#KPOP",
"#Marvel",
"#DC",
"#Woke",
"#fan",
"#StarWars",
"#Podcast",
"#JoeRogan",
"#Ariana",
"#SONTUNGMTP",
"#rap",
"#metal",
"#vinyl",
"#art",
"#artist",
"#singer",
"#dj",
"#rock",
"#dance",
"#guitar",
"#song",
"#newmusic",
"#producer",
"#rapper",
"#party",
"#fashion",
"#viral",
"#beats",
"#dvd",
"#amass",
"#bluray",
"#filmstr",
"#moviestr",
"#movies",
"#movie",
"#HBO",
"#BreakingBad",
"#Wednesday",
"#Disney+",
"#film",
"#cinema",
"#films",
"#hollywood",
"#actor",
"#cinematography",
"#actress",
"#netflix",
"#moviescenes",
"#music",
"#filmmaking",
"#horror",
"#bollywood",
"#movienight",
"#comedy",
"#cine",
"#horrormovies",
"#drama",
"#kdrama",
],
},
{
icon: "📷",
title: "Photography",
content: [
"#photostr",
"#NewProfilePic",
"#photography",
"#photooftheday",
"#foot",
"#love",
"#photo",
"#nature",
"#picoftheday",
"#photographer",
"#beautiful",
"#fashion",
"#travel",
"#photoshoot",
"#naturephotography",
"#smile",
"#style",
"#happy",
"#likes",
"#myself",
],
},
{
icon: "🧑‍🎨",
title: "Design",
content: [
"#nostrdesign",
"#artstr",
"#art",
"#design",
"#ui",
"#ux",
"#MidJourney",
"#Dall-E",
"#aiart",
"#retro",
"#webdesign",
"#artist",
"#pixelart",
"#pixel",
"#3D",
"#drawing",
"#artwork",
"#painting",
"#fashion",
"#beautiful",
"#illustration",
"#digitalart",
"#nature",
"#photo",
"#sketch",
"#style",
"#draw",
"#artoftheday",
],
},
{
icon: "🔞",
title: "NSFW",
content: [
"#pornstr",
"#porn",
"#Lesbian",
"#ntr",
"#yuri",
"#BigCock",
"#Anal",
"#BDSM",
"#pornhub",
"#nsfw",
"#nude",
"#sexy",
"#loli",
"#hentai",
"#69",
],
},
];
// @ts-ignore, it works
export const VITE_FLATPAK_RESOURCE = import.meta.env.VITE_FLATPAK_RESOURCE;