Create announcements.json

This commit is contained in:
morpheus65535 2023-02-11 09:42:46 -05:00 committed by GitHub
parent 0c7e422297
commit f3507c4d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
announcements.json Normal file
View File

@ -0,0 +1,11 @@
{
"data": [
{
"text": "Test announcement",
"link": "https://www.python.org",
"hash": "",
"dismissible": true,
"enabled": true
}
]
}