feat: show tg app link
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user