- commit
- 706b214
- parent
- 3438081
- author
- Eric Bower
- date
- 2024-12-18 04:00:58 +0000 UTC
chore(tui): copy
2 files changed,
+6,
-5
+1,
-1
1@@ -39,7 +39,7 @@ func createRouter(cfg *shared.ConfigSite, handler *UploadHandler, cliHandler *Cl
2 scp.Middleware(handler),
3 wishrsync.Middleware(handler),
4 auth.Middleware(handler),
5- wsh.PtyMdw(bm.MiddlewareWithColorProfile(tui.CmsMiddleware(cfg), termenv.ANSI256)),
6+ wsh.PtyMdw(bm.MiddlewareWithColorProfile(tui.CmsMiddleware(cfg), termenv.TrueColor)),
7 WishMiddleware(cliHandler),
8 wsh.LogMiddleware(handler.GetLogger()),
9 }
+5,
-4
1@@ -14,17 +14,16 @@ import (
2 func PlusView(username string, w int) string {
3 paymentLink := "https://auth.pico.sh/checkout"
4 url := fmt.Sprintf("%s/%s", paymentLink, url.QueryEscape(username))
5- md := fmt.Sprintf(`Signup to get premium access
6+ md := fmt.Sprintf(`Signup for pico+
7
8 ## $2/month (billed annually)
9
10 - tuns
11- - full access
12+ - per-site analytics
13 - pages
14- - full access
15 - per-site analytics
16 - prose
17- - increased storage limits
18+ - no inherent storage limits
19 - blog analytics
20 - 10GB total storage
21
22@@ -45,6 +44,8 @@ Send cash (USD) or check to:
23
24 ## Notes
25
26+You can keep purchasing pico+ to add additional years to your subscription.
27+
28 Have any questions not covered here? [Email](mailto:hello@pico.sh)
29 us or join [IRC](https://pico.sh/irc), we will promptly respond.
30