diff options
| author | Danil S. <135337715+sh1shd@users.noreply.github.com> | 2026-01-27 01:06:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 01:06:01 +0300 |
| commit | fd5f5917378129d7a555a246d42a2a572476b948 (patch) | |
| tree | f155bce5721c3d52840548192e3c683bbd193451 /web/assets | |
| parent | 8a4c9a98cbf8efce7c2efd1e3daa4c996830b30c (diff) | |
feat: more subscription information fields (#3701)
* feat: more subscription information fields
* fix: incorrect translation
* feat: implement field for Happ custom routing rules
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/model/setting.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 53ffae1a..af80a63e 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -29,6 +29,11 @@ class AllSetting { this.subEnable = true; this.subJsonEnable = false; this.subTitle = ""; + this.subSupportUrl = ""; + this.subProfileUrl = ""; + this.subAnnounce = ""; + this.subEnableRouting = true; + this.subRoutingRules = ""; this.subListen = ""; this.subPort = 2096; this.subPath = "/sub/"; |
