feat: show tg app link

This commit is contained in:
2025-08-05 22:09:07 +03:00
parent ef137729ac
commit b1ea169e2f
3 changed files with 17 additions and 0 deletions

View File

@@ -290,6 +290,16 @@
});
});
</script>
{% elseif item['type'] == 'text_readonly' %}
<input type="text"
readonly
name="{{ settingKey }}"
value="{{ attribute(_context, settingKey) }}"
id="{{ settingKey }}"
class="form-control"
onfocus="this.select()"
/>
{% else %}
Unsupported {{ item|json_encode }}
{% endif %}