Commit Graph

309 Commits

Author SHA1 Message Date
keven
d2478dd23b chore: remove example environment file and update docker-compose for config file integration
(cherry picked from commit ea0065b415)
2025-10-28 08:24:58 +08:00
keven
99538c6fdb feat: add GNU Affero General Public License v3 to the project for open-source compliance 2025-10-22 08:17:20 +08:00
keven
0f0814ce40 fix(front): add max-w-full class to MarkdownRender in AboutBaseInfo for improved layout 2025-10-19 20:53:41 +08:00
keven
15922ea2df chore(Dockerfile): comment out SITE_URL and UPLOAD_PATH environment variables for configuration flexibility 2025-10-19 20:51:37 +08:00
keven
da58c53909 feat(front): add AboutVersionView component and enhance AboutBaseInfo with object-fit styling 2025-10-19 18:38:00 +08:00
keven
07fc182ccb feat(front): enhance About page components to support shares and downloads statistics, improve layout, and add loading state 2025-10-19 18:20:38 +08:00
keven
028d0c10fe refactor(backend): update statistics handling in GetStat function to include shares and downloads, and rename related data structures 2025-10-19 16:47:51 +08:00
keven
b4f577e758 feat(backend): implement statistics tracking for file uploads, shares, and downloads 2025-10-19 16:34:17 +08:00
keven
84c104be90 feat(backend, worker): add config watching and simplify error handling in InitEnv function 2025-10-19 15:23:42 +08:00
keven
a4b3dad85e feat(front): enhance localization support in AboutBaseInfo, useSeo, and default layout for improved SEO and user experience 2025-10-19 15:21:39 +08:00
keven
6238897c18 feat(front): add AboutBaseInfo and AboutChartView components for enhanced About page functionality and data visualization 2025-10-19 15:05:29 +08:00
keven
c931d10485 fix(backend): skip processing of queue items with zero processed and failed counts in GetStat function 2025-10-19 14:43:12 +08:00
keven
dd05510d27 feat(backend): implement About and Config endpoints, enhance GetStat with queue data and file size metrics 2025-10-19 14:39:46 +08:00
keven
5de6ed9eea Merge branch 'dev' of https://gitea.fudaoyuan.icu/keven/015 into dev 2025-10-19 14:07:17 +08:00
keven1024
7166ec5cb3 Merge branch 'dev' of https://gitea.fudaoyuan.icu/keven/015 into dev 2025-10-19 14:05:17 +08:00
keven1024
8676b12a66 feat(front): implement Accordion component and its subcomponents for enhanced UI interactivity and organization 2025-10-19 14:05:13 +08:00
keven
d8c9491a99 feat(front): enhance app configuration fetching and add localization support for "powered by" text 2025-10-19 13:33:55 +08:00
keven
e6cc1b0229 feat(backend): add About and Config controllers for dynamic environment variable retrieval 2025-10-19 10:19:28 +08:00
keven
50c0a14cc6 feat(front): implement dynamic API base URL retrieval and enhance SEO metadata handling 2025-10-19 00:26:12 +08:00
keven
1ed154913d refactor(backend,worker): update environment variable key for upload path to enhance consistency across modules 2025-10-19 00:10:09 +08:00
keven
12efc10e0e refactor(backend): standardize environment variable names for download and password handling, enhancing consistency and clarity 2025-10-19 00:05:56 +08:00
keven
b80cb0c2d8 refactor(backend,worker): update environment variable keys for consistency and improve configuration handling across backend and worker modules 2025-10-18 23:54:11 +08:00
keven
d294027463 feat(front): add TextInlineAIDrawer and BubbleMenuView components for enhanced AI interaction and text formatting options 2025-10-18 13:36:04 +08:00
keven1024
a66c5a26b0 Merge branch 'main' of https://gitea.fudaoyuan.icu/keven/015 2025-10-18 13:06:17 +08:00
keven1024
27fcfd73d9 feat(front): add Menubar component and its subcomponents for improved UI navigation and organization 2025-10-18 13:06:11 +08:00
keven
f525f48a8a Merge branch 'main' of https://gitea.fudaoyuan.icu/keven/015 2025-10-18 12:57:33 +08:00
keven1024
9961609e64 feat(front): implement DropdownMenu component and its subcomponents for enhanced UI interactivity and organization 2025-10-18 12:15:41 +08:00
keven
ff58262725 feat(vscode): add i18n-ally configuration for localization support in Vue projects 2025-10-18 11:00:04 +08:00
keven
80a01a2849 feat(front): add internationalization support to TextShareResult component, localizing titles and messages for enhanced user experience 2025-10-18 10:54:47 +08:00
keven
8924de58c0 feat(front): integrate GlobalDayjs component for dynamic date localization and formatting 2025-10-18 10:46:07 +08:00
keven
41b0076464 feat(front): add dayjs integration for date formatting in dev page, showcasing language pack rendering 2025-10-18 10:45:21 +08:00
keven
fa17009695 feat(front): enhance FileShareResult and FileUploadField components with internationalization support, adding localized text for file sharing success and related UI elements 2025-10-18 10:43:57 +08:00
keven
8fad0a4163 feat(front): implement internationalization for share options in FileShareHandle and TextShareHandle components, update layout in GlobalDrawer, and enhance FileUploadField with localized text 2025-10-18 09:41:45 +08:00
keven
836a3c866a feat(front): enhance PickupShareBtn and PickupShareDrawer components with internationalization support and improved user feedback for pickup code submission 2025-10-18 09:22:14 +08:00
keven
045031dd3c chore(front): update dependency versions for Tiptap and Vue Query to enhance functionality and compatibility 2025-10-18 00:13:17 +08:00
keven
3e8c782315 refactor(front): update MarkdownInputField import path and enhance TextUploadInputTextView component structure for improved readability 2025-10-17 23:57:51 +08:00
keven1024
77667024fd Merge branch 'main' of https://gitea.fudaoyuan.icu/keven/015 2025-10-17 23:01:26 +08:00
keven1024
9902f46c7a feat(front): add Tooltip component and related subcomponents for enhanced UI functionality 2025-10-17 23:01:21 +08:00
keven
164d07b8e0 style(front): enhance Markdown and Tiptap components with improved styling for blockquotes and selection background 2025-10-17 09:11:23 +08:00
keven1024
b59aec2d97 chore(front): update dependency versions for improved compatibility and stability, including upgrades to Tiptap, Tailwind CSS, Vue, and Pixi.js 2025-10-16 15:47:32 +08:00
keven1024
0df8ee0a8d Revert "refactor(front): replace MarkdownInputField with RichInputField for improved JSON handling in text uploads, update Tiptap component to support JSONContent, and increment dependency versions for better compatibility"
This reverts commit e959a0bc3e.
2025-10-16 15:43:55 +08:00
keven1024
083005dac3 fix(front): handle potential undefined values in file sharing logic to prevent runtime errors 2025-10-13 22:03:03 +08:00
keven1024
e959a0bc3e refactor(front): replace MarkdownInputField with RichInputField for improved JSON handling in text uploads, update Tiptap component to support JSONContent, and increment dependency versions for better compatibility 2025-10-13 21:27:28 +08:00
keven1024
6bd008f119 refactor(front): improve file upload progress handling by adding async wait to prevent UI freezing during upload tasks 2025-09-29 17:59:09 +08:00
keven
d306581e34 fix(front): 更新依赖项版本,将nuxt从3.18.0升级至4.1.2,以提高项目的稳定性和兼容性,同时更新pnpm-lock.yaml中的相关依赖项版本。 0.0.7.1 2025-09-23 09:28:19 +08:00
keven
f34ea51725 更新依赖项版本,包括@nuxt/image、@nuxtjs/i18n、@pinia/nuxt、@tailwindcss/postcss、@tailwindcss/vite、@tanstack/vue-query等,以提高项目的稳定性和兼容性。同时,更新了其他相关库的版本,确保与最新的Vue和TypeScript版本兼容。 2025-09-23 09:19:06 +08:00
keven
218387151f 更新后端和工作器的Dockerfile,升级Go版本至1.24.3,并更新相关依赖项的版本以提高稳定性和安全性 2025-09-23 00:50:25 +08:00
keven
427d958a41 feat(docs): 添加中文README文件,更新英文README中的图片路径,优化项目结构和环境配置说明 0.0.7 2025-09-23 00:28:54 +08:00
keven
8b0d90cdc3 refactor(front): 优化文件上传进度视图,改进文件ID和任务队列的处理逻辑,确保上传任务的有效性 2025-09-23 00:02:11 +08:00
keven1024
0a9d414751 refactor(backend): optimize file upload chunk size calculation and improve MD5 hash verification process 2025-09-22 14:15:10 +08:00