Compare commits

...

1 commit

Author SHA1 Message Date
cf5426dfda
chore: change settings for supnas 2024-06-08 12:17:36 +08:00
5 changed files with 19 additions and 27 deletions

View file

@ -1,33 +1,16 @@
{
"defaultHomeserver": 2,
"defaultHomeserver": 0,
"homeserverList": [
"converser.eu",
"envs.net",
"matrix.org",
"monero.social",
"mozilla.org",
"xmr.se"
"chat.naskya.net",
"chat.sup39.dev"
],
"allowCustomHomeservers": true,
"allowCustomHomeservers": false,
"featuredCommunities": {
"openAsDefault": false,
"spaces": [
"#cinny-space:matrix.org",
"#community:matrix.org",
"#space:envs.net",
"#science-space:matrix.org",
"#libregaming-games:tchncs.de",
"#mathematics-on:matrix.org"
],
"rooms": [
"#cinny:matrix.org",
"#foundation-office:matrix.org",
"#thisweekinmatrix:matrix.org",
"#matrix-dev:matrix.org",
"#matrix:matrix.org"
],
"servers": ["envs.net", "matrix.org", "monero.social", "mozilla.org"]
"spaces": [],
"rooms": [],
"servers": []
},
"hashRouter": {

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<title>Cinny</title>
<title>Cinny@さぽなす</title>
<meta name="name" content="Cinny" />
<meta name="author" content="Ajay Bura" />
<meta
@ -26,6 +26,7 @@
<meta name="theme-color" content="#000000" />
<link id="favicon" rel="shortcut icon" href="./public/favicon.ico" />
<link rel="stylesheet" href="/mx-uc.css" />
<link rel="manifest" href="/manifest.json" />
<meta name="mobile-web-app-capable" content="yes" />

View file

@ -1,7 +1,7 @@
{
"name": "Cinny",
"name": "Cinny@さぽなす",
"short_name": "Cinny",
"description": "Yet another matrix client",
"description": "Yet another matrix client for supnas",
"dir": "auto",
"lang": "en-US",
"display": "standalone",

4
public/mx-uc.css Normal file
View file

@ -0,0 +1,4 @@
:root {
--mx-uc--sup39-chat_sup39_dev: #2EE5B8;
--mx-uc--naskya-chat_naskya_net: #F25A85;
}

View file

@ -35,6 +35,10 @@ const copyFiles = {
src: 'public/res/android',
dest: 'public/',
},
{
src: 'public/mx-uc.css',
dest: '',
},
{
src: 'twemoji/assets/svg/*',
dest: 'twemoji/',