mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
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
11 lines
124 B
Plaintext
11 lines
124 B
Plaintext
node_modules/
|
|
dist/
|
|
src-tauri/target/
|
|
src-tauri/gen/
|
|
*.tsbuildinfo
|
|
.vite/
|
|
coverage/
|
|
playwright-report/
|
|
test-results/
|
|
~/
|
|
.env |