mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
feat(integration): add cubox integration
Signed-off-by: Shaolong Chen <shaolong.chen@outlook.it>
This commit is contained in:
parent
3b654fefa7
commit
366928b35d
26 changed files with 173 additions and 4 deletions
|
@ -57,6 +57,22 @@
|
|||
</div>
|
||||
</details>
|
||||
|
||||
<details {{ if .form.CuboxEnabled }}open{{ end }}>
|
||||
<summary>Cubox</summary>
|
||||
<div class="form-section">
|
||||
<label>
|
||||
<input type="checkbox" name="cubox_enabled" value="1" {{ if .form.CuboxEnabled }}checked{{ end }}> {{ t "form.integration.cubox_activate" }}
|
||||
</label>
|
||||
|
||||
<label for="form-cubox-api-link">{{ t "form.integration.cubox_api_link" }}</label>
|
||||
<input type="url" name="cubox_api_link" id="form-cubox-api-link" value="{{ .form.CuboxAPILink }}" placeholder="https://cubox.pro/c/api/save/xxx" spellcheck="false">
|
||||
|
||||
<div class="buttons">
|
||||
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<details {{ if .form.EspialEnabled }}open{{ end }}>
|
||||
<summary>Espial</summary>
|
||||
<div class="form-section">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue