mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
feat: migrate GIF picker from Tenor to Klipy
Tenor shuts down June 30, 2026. Klipy is a drop-in replacement built by the ex-Tenor team, free for production use. - Replace tenor.ts with gifProvider.ts (api.klipy.com/v2) - CDN allowlist updated to *.klipy.com (static.klipy.com is the real CDN) - Add Klipy watermark logo to sent GIFs in chat (bottom-left) - Update attribution text to "Powered by Klipy" - Wire VITE_KLIPY_API_KEY secret into release workflow - Add .env to .gitignore to protect local API key
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
||||
env:
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
||||
VITE_KLIPY_API_KEY: ${{ secrets.VITE_KLIPY_API_KEY }}
|
||||
run: npm run tauri build
|
||||
|
||||
- name: Stage Windows release assets
|
||||
|
||||
Reference in New Issue
Block a user