Commit Graph

  • 6dbda895a8 Remove vite-tsconfig-paths from dependencies and plugins; add .vscode/settings.json for TypeScript SDK path main akazwz 2026-04-18 07:54:12 -07:00
  • 173f576c11 Add SESSION_SECRETS to wrangler configuration and create .env.example file akazwz 2026-04-18 07:37:10 -07:00
  • 55a508249b Refactor email generation to use alphanumeric suffix instead of numeric-only; extract nanoid alphabet configuration to module-level constant for reusability and change suffix from digits-only to lowercase letters and numbers. akazwz 2026-03-02 11:56:48 +08:00
  • 5418d41075 Update email display layout in Home component for improved mobile responsiveness; change flex layout to stack vertically on small screens and horizontally on larger screens, replace truncate with break-all for better text wrapping on mobile, and adjust copy button width to be full-width on mobile and auto-width on desktop. akazwz 2026-03-02 01:50:58 +08:00
  • c6cfaa4a53 Fix indentation in app.css; remove inline background styles from root layout; add 404 redirect to homepage in ErrorBoundary; add zh-CN and zh-cn locale redirect routes; add smail.now link to footer akazwz 2026-03-02 01:46:22 +08:00
  • 5e2d80033b Remove .dev.vars.example and update environment configuration; refactor session handling to use dynamic imports, avoiding build-time errors with cloudflare:workers; update README with comprehensive deployment and development documentation including project structure, multilingual SEO, and data flow details akazwz 2026-03-02 01:06:30 +08:00
  • 388eb21b95 change cleanupExpiredEmails eq to lte v2 KoKoHomask 2025-06-13 10:32:42 +08:00
  • fc0c8792ee Implement catch-all route to redirect unmatched paths to the homepage; enhance meta tags in email handler and mail detail components for better SEO compliance by formatting and ensuring noindex directives are consistently applied. akazwz 2025-06-07 10:29:43 +08:00
  • 271e1173d1 Enhance meta tags across various components for improved SEO and user engagement; update titles and descriptions in Home, About, Contact, FAQ, Privacy, and Terms pages to better reflect service offerings and user benefits. Introduce layout configuration in routes for better structure. akazwz 2025-06-06 22:48:23 +08:00
  • 79446907e0 Refactor Footer and Navigation components for improved formatting; adjust button styles for consistency and add newlines for better code readability. Update About, Contact, FAQ, and Home components to enhance text formatting and layout consistency. akazwz 2025-06-06 00:28:50 +08:00
  • f1871db6d2 Update Home component styling; adjust icon size and text class for better visual consistency in tips section. akazwz 2025-06-06 00:28:22 +08:00
  • 2047cab0fd Refactor Home component for improved styling and layout consistency; update card styles, remove gradient backgrounds, and enhance email display area for better user experience. akazwz 2025-06-06 00:25:30 +08:00
  • 81abc750c4 Add Twitter link to footer and update GitHub URL; include Twitter icon for enhanced social media presence. akazwz 2025-06-05 23:53:57 +08:00
  • a1ecb70593 Update favicon and icon configurations; add new SVG favicon, adjust existing icon paths, and remove unused icon files for improved asset management. akazwz 2025-06-05 23:44:17 +08:00
  • 01926dce8a Refactor multiple components for improved readability and consistency; adjust layout and formatting in About, Contact, FAQ, Home, MailDetail, Privacy, and Terms pages, and add asset configuration in wrangler.example.jsonc. akazwz 2025-06-05 23:11:35 +08:00
  • 1f4436716c Update .gitignore to exclude .dev.vars file and enhance README with environment variable configuration instructions akazwz 2025-06-05 14:38:14 +08:00
  • 8eb6e50acc Enhance layout and responsiveness across Contact, FAQ, and Home components; update max-width settings and improve text alignment for better user experience. akazwz 2025-06-04 23:18:17 +08:00
  • dfde9a478a Add robots.txt route and update sitemap last modified dates to current date; remove public robots.txt and site.webmanifest files akazwz 2025-06-04 22:53:49 +08:00
  • 77f428cee4 Refactor multiple route components for improved responsiveness and styling consistency; adjust layout, typography, and spacing across About, Contact, FAQ, Privacy, and Terms pages. akazwz 2025-06-04 22:44:50 +08:00
  • 77ee762c33 Refactor MailItem and Home components for improved responsiveness and styling consistency; update sitemap to reflect existing routes and remove unnecessary entries. akazwz 2025-06-04 22:35:31 +08:00
  • 5fe6295af8 Update copyright and last modified dates to 2025 across multiple routes akazwz 2025-06-04 22:01:04 +08:00
  • b2b3c67abe 重构改版 akazwz 2025-06-04 21:43:57 +08:00
  • 665bf37745 Update dependencies in package.json akazwz 2024-10-17 19:29:32 +08:00
  • 43f63afb9a Refactor root.tsx to dynamically set the lang attribute in the HTML tag akazwz 2024-10-17 19:26:43 +08:00
  • cdf5f81496 Refactor root.tsx to dynamically set the lang attribute in the HTML tag akazwz 2024-10-17 19:22:29 +08:00
  • 6172a11b04 fix TURNSTILE_SITE_KEY akazwz 2024-10-03 00:34:27 +08:00
  • 546c9bff45 update akazwz 2024-10-03 00:17:58 +08:00
  • ee28fb42c2 add iframe sanbox akazwz 2024-10-03 00:15:34 +08:00
  • a0f6960458 docs: add instructions for adding vars to wrangler.toml gandli 2024-10-01 22:32:45 +08:00
  • 3cd4d8b3b6 update indexes akazwz 2024-10-01 12:15:46 +08:00
  • 9b0e408a5f 1. add indexes to optimise query performance 2. add password protected akazwz 2024-10-01 10:33:53 +08:00
  • bc08ad1f6b 1. add indexes to optimise query performance 2. add password protected akazwz 2024-10-01 10:33:53 +08:00
  • ceafbfdb76 update akazwz 2024-09-30 09:44:14 +08:00
  • e115632cea new akazwz 2024-09-29 19:32:23 +08:00
  • 5931a0396b Merge pull request #9 from akazwz/next next akazwz 2024-09-29 19:26:31 +08:00
  • 90d713bd6e Merge pull request #8 from TinsFox/main akazwz 2024-04-11 00:29:07 +08:00
  • 42d5e9dddb fix: worker db not work TinsFox 2024-04-10 22:37:34 +08:00
  • 4f2dc5c728 Merge pull request #6 from TinsFox/main akazwz 2024-04-10 09:34:24 +08:00
  • 041944bc50 docs: fix var name TinsFox 2024-04-10 09:30:07 +08:00
  • c5ff7ea591 fix: cannot create account TinsFox 2024-04-10 09:25:00 +08:00
  • e0eb7a13ec Merge pull request #5 from TinsFox/main akazwz 2024-04-10 00:41:57 +08:00
  • c0f41c9891 docs: completion of new version documentation TinsFox 2024-04-09 21:00:59 +08:00
  • 14ac09460f feat: add account TinsFox 2024-04-08 11:09:52 +08:00
  • 527e1d7a8a feat: switch account TinsFox 2024-04-08 00:50:15 +08:00
  • df6dbdae27 fix: cf turnstile check TinsFox 2024-04-07 23:29:22 +08:00
  • 4f265a2b72 fix: layout TinsFox 2024-04-06 22:14:34 +08:00
  • a8676071ef feat: mobile TinsFox 2024-04-06 20:12:56 +08:00
  • b2a9f7ba9b feat: layout TinsFox 2024-04-06 00:44:47 +08:00
  • 746b2493be fix: turnstile check TinsFox 2024-04-06 00:02:58 +08:00
  • 28121b20e1 feat: layout TinsFox 2024-04-05 23:12:02 +08:00
  • 452d530ad4 refactor TinsFox 2024-04-03 19:40:12 +08:00
  • 3e457e4dc1 feat: System theme TinsFox 2024-04-02 17:21:02 +08:00
  • 51d210b767 feat: dark mode TinsFox 2024-04-02 16:56:44 +08:00
  • b7e8a49e4d chore: env TinsFox 2024-04-02 15:53:17 +08:00
  • b6fcc1a258 chore: remove app name TinsFox 2024-04-02 15:53:02 +08:00
  • 0e436be9d4 fix: suppressHydrationWarning TinsFox 2024-04-02 15:52:33 +08:00
  • 1e4dccc3a1 Merge remote-tracking branch 'upstream/main' TinsFox 2024-04-02 15:18:47 +08:00
  • 57f0b53ea9 update akazwz 2024-04-02 10:16:33 +08:00
  • 9676928b92 update remix to remix vite akazwz 2024-03-31 14:14:54 +08:00
  • 78e9981bea update dev akazwz 2024-04-02 10:16:33 +08:00
  • 4e7bf57967 update remix to remix vite akazwz 2024-03-31 14:14:54 +08:00
  • ff10d350ac Merge remote-tracking branch 'upstream/main' TinsFox 2024-03-26 09:25:55 +08:00
  • c2ed931d21 add email image support akazwz 2024-03-26 00:03:02 +08:00
  • b7df2a0002 refactor: new ui TinsFox 2024-03-25 19:55:23 +08:00
  • 67034818f7 Merge pull request #4 from innocces/main akazwz 2024-03-22 13:23:31 +08:00
  • fc4700d0e2 docs(badge): fix badge word and logo uri innocces 2024-03-22 13:19:02 +08:00
  • 2d4ac24e7e docs(readme): struct readme. addon simple chinese ver innocces 2024-03-22 13:11:55 +08:00
  • 3715cacde2 docs(chore): replace docs with vitepress innocces 2024-03-22 13:11:29 +08:00
  • 6282651dee chore(config): addon project env info innocces 2024-03-22 13:10:08 +08:00
  • ed2f7327e7 Update README.md akazwz 2024-02-22 19:30:13 +08:00
  • 31c34e9060 Update smail.md akazwz 2024-02-22 19:27:11 +08:00
  • 17f83b6511 Create smail.md akazwz 2024-02-18 18:36:29 +08:00
  • fd4345eac7 add Inspired by akazwz 2024-01-17 13:07:45 +08:00
  • b1438d6216 add remix app akazwz 2024-01-16 22:59:25 +08:00
  • 5823f6ac17 update akazwz 2024-01-15 14:51:30 +08:00
  • 02ff9e872d init akazwz 2024-01-13 21:19:42 +08:00