From 4cdd0dfd1a87e19d35c359a4fc72f28012ddf808 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 28 Apr 2026 17:28:03 -0300 Subject: [PATCH] feat: add remote news.json configuration --- news.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 news.json diff --git a/news.json b/news.json new file mode 100644 index 0000000000..ea665551e1 --- /dev/null +++ b/news.json @@ -0,0 +1,8 @@ +{ + "active": true, + "title": "Novidade no Omniverse", + "message": "Está lançado hoje o tOmni, o terminal interativo múltiplo para Agentes de AI! Experimente a nova interface focada em produtividade para desenvolvedores.", + "link": "https://github.com/diegosouzapw/tOmni", + "linkLabel": "Conhecer o tOmni", + "icon": "campaign" +}