Compare commits
109 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52af187fe9 | ||
|
|
9fff65d0d7 | ||
|
|
da58c53909 | ||
|
|
07fc182ccb | ||
|
|
028d0c10fe | ||
|
|
b4f577e758 | ||
|
|
84c104be90 | ||
|
|
a4b3dad85e | ||
|
|
6238897c18 | ||
|
|
c931d10485 | ||
|
|
dd05510d27 | ||
|
|
5de6ed9eea | ||
|
|
7166ec5cb3 | ||
|
|
8676b12a66 | ||
|
|
d8c9491a99 | ||
|
|
e6cc1b0229 | ||
|
|
50c0a14cc6 | ||
|
|
1ed154913d | ||
|
|
12efc10e0e | ||
|
|
b80cb0c2d8 | ||
|
|
d294027463 | ||
|
|
a66c5a26b0 | ||
|
|
27fcfd73d9 | ||
|
|
f525f48a8a | ||
|
|
9961609e64 | ||
|
|
ff58262725 | ||
|
|
80a01a2849 | ||
|
|
8924de58c0 | ||
|
|
41b0076464 | ||
|
|
fa17009695 | ||
|
|
8fad0a4163 | ||
|
|
836a3c866a | ||
|
|
045031dd3c | ||
|
|
3e8c782315 | ||
|
|
77667024fd | ||
|
|
9902f46c7a | ||
|
|
164d07b8e0 | ||
|
|
b59aec2d97 | ||
|
|
0df8ee0a8d | ||
|
|
083005dac3 | ||
|
|
e959a0bc3e | ||
|
|
6bd008f119 | ||
|
|
d306581e34 | ||
|
|
f34ea51725 | ||
|
|
218387151f | ||
|
|
427d958a41 | ||
|
|
8b0d90cdc3 | ||
|
|
0a9d414751 | ||
|
|
f1c2e1a3d7 | ||
|
|
cfe166e8c9 | ||
|
|
29300a9448 | ||
|
|
2a24f713cb | ||
|
|
427f1f6456 | ||
|
|
c8f36e6f8e | ||
|
|
03ccd13f8f | ||
|
|
b2c0e85844 | ||
|
|
c1ec2aee5b | ||
|
|
3d173d0321 | ||
|
|
4d0a6f0a49 | ||
|
|
e41d7a6305 | ||
|
|
60af6d2023 | ||
|
|
dc16661fff | ||
|
|
f36221de05 | ||
|
|
e556b0f39d | ||
|
|
13cbf5e5ed | ||
|
|
8392b26455 | ||
|
|
c64c152124 | ||
|
|
ecc4aefd33 | ||
|
|
590a071dfb | ||
|
|
cf2d81bf9a | ||
|
|
e62f329d53 | ||
|
|
421955a844 | ||
|
|
3001ea3250 | ||
|
|
1b12703b90 | ||
|
|
e4bb9781f7 | ||
|
|
943a5a76d2 | ||
|
|
71147451bb | ||
|
|
3d88c68ed5 | ||
|
|
338e22dfca | ||
|
|
464dba2546 | ||
|
|
a3dd28dd92 | ||
|
|
9fd4943bb6 | ||
|
|
668a2dd4d8 | ||
|
|
695395ba6a | ||
|
|
a0cff53901 | ||
|
|
7d8075277d | ||
|
|
862b381e65 | ||
|
|
745ae94c49 | ||
|
|
8c60d32ac0 | ||
|
|
2f5388d0a8 | ||
|
|
88b8daa5df | ||
|
|
7a3d03c41f | ||
|
|
0bdea93726 | ||
|
|
f4740f4373 | ||
|
|
1ac21b3dd0 | ||
|
|
76457a6e88 | ||
|
|
41e9df5ee8 | ||
|
|
7f5149566c | ||
|
|
24b4b2dc93 | ||
|
|
9b1b89056d | ||
|
|
46e3cf529c | ||
|
|
3c18fcf8ff | ||
|
|
58403a291a | ||
|
|
28154d09ad | ||
|
|
d77fc85fd3 | ||
|
|
c971e92905 | ||
|
|
a484f8926b | ||
|
|
bee32be989 | ||
|
|
ba7a648cbe |
@@ -17,7 +17,8 @@ steps:
|
|||||||
- ${DRONE_TAG}
|
- ${DRONE_TAG}
|
||||||
- latest
|
- latest
|
||||||
build_args:
|
build_args:
|
||||||
- BUILD_TAG=${DRONE_TAG}
|
- VERSION=${DRONE_TAG}
|
||||||
|
- BUILD_TIME=${DRONE_BUILD_FINISHED}
|
||||||
- name: build-worker
|
- name: build-worker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# 你的下载secret,每一次下载次数减1的时候都会根据这里的secret生成一个下载jwt token, 有效期一小时,使用该下载token有效期内可以多线程下载该文件而不会被多次扣除次数
|
||||||
|
DOWNLOAD_SECRET="your-secret-token"
|
||||||
|
PASSWORD_SALT="your-passwall-salt" # 设置密码时会把密码加盐
|
||||||
|
|
||||||
|
UPLOAD_PATH="/upload" # 上传路径
|
||||||
|
REDIS_URL="redis://redis:6379/0" # redis 地址
|
||||||
|
NODE_ENV="production" # 指定系统环境 production 或者 dev
|
||||||
|
MAX_LOCALSTORAGE_SIZE="100GB" # 指定实例最大上传容量,支持填写人类可读的值,比如1TB,500GB等
|
||||||
|
|
||||||
|
# (可选): 系统状态页面显示站长信息的 头像会使用email的gravatar头像,点击是触发mailto:your-email,不填写不显示站长信息
|
||||||
|
ADMIN_EMAIL="keven@fudaoyuan.icu"
|
||||||
|
ADMIN_NAME="keven"
|
||||||
|
|
||||||
|
# 下面的env是前端渲染用到的,SITE_URL必填,对应你的公网域名
|
||||||
|
SITE_TITLE="015"
|
||||||
|
SITE_DESC="015 是一个开源的临时内容分享平台项目, 支持文件和文本上传, 下载, 分享"
|
||||||
|
SITE_URL="http://localhost:5000"
|
||||||
BIN
.github/image/0.png
vendored
Normal file
|
After Width: | Height: | Size: 716 KiB |
BIN
.github/image/1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
.github/image/2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
.github/image/3.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
.github/image/4.png
vendored
Normal file
|
After Width: | Height: | Size: 750 KiB |
BIN
.github/image/5.png
vendored
Normal file
|
After Width: | Height: | Size: 807 KiB |
BIN
.github/image/6.png
vendored
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
9
.prettierrc
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"trailingComma": "es5",
|
||||||
|
"tabWidth": 4,
|
||||||
|
"semi": false,
|
||||||
|
"singleQuote": true,
|
||||||
|
"printWidth": 150,
|
||||||
|
"jsxBracketSameLine": false,
|
||||||
|
"bracketSameLine": false
|
||||||
|
}
|
||||||
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"i18n-ally.localesPaths": ["front/i18n/locales"],
|
||||||
|
"i18n-ally.enabledFrameworks": ["vue"],
|
||||||
|
"i18n-ally.keystyle": "nested"
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@ FROM node:22-alpine AS front-base
|
|||||||
|
|
||||||
# Install dependencies only when needed
|
# Install dependencies only when needed
|
||||||
FROM front-base AS front-deps
|
FROM front-base AS front-deps
|
||||||
RUN apk add --no-cache libc6-compat
|
RUN apk add --no-cache gcompat
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN corepack enable pnpm && pnpm i && pnpm --filter=015-front deploy dist
|
RUN corepack enable pnpm && pnpm i && pnpm --filter=015-front deploy dist
|
||||||
@@ -13,7 +13,7 @@ WORKDIR /app
|
|||||||
COPY --from=front-deps /app/dist/ .
|
COPY --from=front-deps /app/dist/ .
|
||||||
RUN corepack enable pnpm && pnpm build
|
RUN corepack enable pnpm && pnpm build
|
||||||
|
|
||||||
FROM golang:1.23.1 AS backend-builder
|
FROM golang:1.24.3 AS backend-builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
# Download Go modules
|
# Download Go modules
|
||||||
COPY backend/go.mod backend/go.sum ./
|
COPY backend/go.mod backend/go.sum ./
|
||||||
@@ -26,7 +26,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o backend
|
|||||||
|
|
||||||
|
|
||||||
FROM front-base AS runner
|
FROM front-base AS runner
|
||||||
ARG BUILD_TAG
|
ARG VERSION
|
||||||
|
ARG BUILD_TIME
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apk add --no-cache curl openssl
|
RUN apk add --no-cache curl openssl
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
@@ -43,6 +44,8 @@ COPY 015.sh /app/015.sh
|
|||||||
ENV PORT=80 HOST=0.0.0.0
|
ENV PORT=80 HOST=0.0.0.0
|
||||||
ENV SITE_URL="http://localhost"
|
ENV SITE_URL="http://localhost"
|
||||||
ENV UPLOAD_PATH="/uploads"
|
ENV UPLOAD_PATH="/uploads"
|
||||||
|
ENV VERSION=${VERSION}
|
||||||
|
ENV BUILD_TIME=${BUILD_TIME}
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
|||||||
237
README-zh.md
Normal file
@@ -0,0 +1,237 @@
|
|||||||
|
<div align="center"><a name="readme-top"></a>
|
||||||
|
|
||||||
|
# 015
|
||||||
|
|
||||||
|
015 (/ˈzɪərəʊ wʌn faɪv/, "zero-one-five") 是一个支持selfhosted的临时文件分享平台。专注于提供一次性,临时的文件和文本上传,处理,分享服务。项目名称来源于DARLING in the FRANXX的 [莓](https://darling-in-the-franxx.fandom.com/wiki/Ichigo)
|
||||||
|
|
||||||
|
一个基于 Vue 3 + Nuxt 3 + Go 构建的现代文件分享网站,支持文件上传、文本分享、图片压缩、并发处理、秒传功能等,具备完整的分享管理和访问控制体系。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[English](README.md) | 中文
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## 🌟 功能特性
|
||||||
|
|
||||||
|
### 核心功能
|
||||||
|
|
||||||
|
🖼️ **高性能文件上传** - 支持大文件切片上传,前端计算文件哈希实现秒传
|
||||||
|
📱 **响应式设计** - 基于 Tailwind V4 + Reka UI 的现代化 UI,适配各种设备
|
||||||
|
⚡ **并发处理** - 使用 Web Worker 进行前端Hash计算,后端队列系统处理任务
|
||||||
|
🌐 **多语言支持** - 完整的中英文国际化支持
|
||||||
|
🔗 **分享管理** - 灵活的分享链接生成和管理系统
|
||||||
|
|
||||||
|
### 文件处理
|
||||||
|
|
||||||
|
🔄 **智能秒传** - 基于文件哈希+文件大小的前端秒传检测,避免重复上传
|
||||||
|
📷 **图片压缩** - 自动图片压缩功能,支持多种格式
|
||||||
|
🖼️ **文件预览** - 支持图片、视频、音频、文档等多种文件类型预览
|
||||||
|
📊 **上传统计** - 实时显示上传进度和文件信息
|
||||||
|
🌈 **断点续传** - 支持上传中断后的续传功能
|
||||||
|
|
||||||
|
### 高级功能
|
||||||
|
|
||||||
|
🎛️ **分享控制** - 支持密码保护、下载次数限制、过期时间设置
|
||||||
|
🔍 **取件码系统** - 支持取件码分享,简化分享难度
|
||||||
|
⚡ **队列处理** - 基于 Redis + Asynq 的异步任务处理系统
|
||||||
|
🗂️ **文件管理** - 完整的文件生命周期管理
|
||||||
|
📷 **图片处理** - 图片压缩、格式转换等处理功能
|
||||||
|
🏷️ **下载控制** - 基于 JWT 的下载令牌管理系统
|
||||||
|
|
||||||
|
## 截图
|
||||||
|
|
||||||
|
选择文件上传页面
|
||||||
|

|
||||||
|
|
||||||
|
输入文本上传页面
|
||||||
|

|
||||||
|
|
||||||
|
选择文件上传页面 - 支持多选文件上传
|
||||||
|

|
||||||
|
|
||||||
|
文件正在上传页面 - 类似Github的展示上传进度的文件热力图
|
||||||
|

|
||||||
|
|
||||||
|
文件正在上传页面 - 类似 QbitTorrent 的展示文件上传进度的进度条
|
||||||
|

|
||||||
|
|
||||||
|
文件上传成功页面
|
||||||
|

|
||||||
|
|
||||||
|
## 🏗️ 技术架构
|
||||||
|
|
||||||
|
### 前端技术栈
|
||||||
|
|
||||||
|
- **Vue 3** - 渐进式 JavaScript 框架
|
||||||
|
- **Nuxt 3** - Vue.js 全栈框架
|
||||||
|
- **TypeScript** - 完整的类型安全
|
||||||
|
- **Tailwind CSS** - 原子化 CSS 框架
|
||||||
|
- **Reka UI** - 现代化组件库
|
||||||
|
- **Pinia** - 状态管理
|
||||||
|
- **TanStack Query** - 数据获取和缓存
|
||||||
|
- **Vue Router** - 路由管理
|
||||||
|
- **i18next** - 国际化支持
|
||||||
|
|
||||||
|
### 后端技术栈
|
||||||
|
|
||||||
|
- **Go 1.23** - 高性能服务器端语言
|
||||||
|
- **Echo** - 高性能 HTTP 框架
|
||||||
|
- **Redis** - 缓存和会话存储
|
||||||
|
- **Asynq** - 异步任务队列
|
||||||
|
- **JWT** - 身份验证
|
||||||
|
- **Zap** - 结构化日志
|
||||||
|
|
||||||
|
### 构建系统
|
||||||
|
|
||||||
|
- **Node.js** - 服务器端运行时
|
||||||
|
- **pnpm** - 快速包管理器
|
||||||
|
- **Husky** - Git hooks 管理
|
||||||
|
- **Prettier** - 代码格式化
|
||||||
|
- **Lint-staged** - 暂存文件检查
|
||||||
|
|
||||||
|
### 存储架构
|
||||||
|
|
||||||
|
- **文件存储** - 本地文件系统存储
|
||||||
|
- **Redis 缓存** - 分享信息、文件元数据缓存
|
||||||
|
- **队列系统** - 异步任务处理队列
|
||||||
|
|
||||||
|
## 🚀 快速开始
|
||||||
|
|
||||||
|
### 环境要求
|
||||||
|
|
||||||
|
- Node.js 18+
|
||||||
|
- Go 1.23+
|
||||||
|
- Redis 6+
|
||||||
|
- pnpm 9+
|
||||||
|
|
||||||
|
### 安装依赖
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 安装根目录依赖
|
||||||
|
pnpm install
|
||||||
|
|
||||||
|
# 安装前端依赖
|
||||||
|
cd front && pnpm install
|
||||||
|
|
||||||
|
# 安装后端依赖
|
||||||
|
cd backend && go mod download
|
||||||
|
|
||||||
|
# 安装 Worker 依赖
|
||||||
|
cd worker && go mod download
|
||||||
|
```
|
||||||
|
|
||||||
|
### 环境配置
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 复制环境变量文件
|
||||||
|
cp .env.example .env
|
||||||
|
|
||||||
|
# 配置必要的环境变量
|
||||||
|
REDIS_URL=redis://localhost:6379
|
||||||
|
UPLOAD_PATH=/.github/uploads
|
||||||
|
download_secret=your_download_secret
|
||||||
|
```
|
||||||
|
|
||||||
|
### 启动服务
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 开发模式启动所有服务
|
||||||
|
pnpm run dev
|
||||||
|
|
||||||
|
# 或分别启动
|
||||||
|
pnpm run dev:front # 前端服务 (端口 5000)
|
||||||
|
pnpm run dev:backend # 后端服务 (端口 1323)
|
||||||
|
pnpm run dev:worker # Worker 服务
|
||||||
|
```
|
||||||
|
|
||||||
|
## 📁 项目结构
|
||||||
|
|
||||||
|
```
|
||||||
|
015/
|
||||||
|
├── front/ # 前端应用 (Vue 3 + Nuxt 3)
|
||||||
|
│ ├── components/ # Vue 组件
|
||||||
|
│ │ ├── pages/ # 页面路由
|
||||||
|
│ │ ├── composables/ # 组合式函数
|
||||||
|
│ │ ├── i18n/ # 国际化文件
|
||||||
|
│ │ └── assets/ # 静态资源
|
||||||
|
│ └── middleware/ # 中间件
|
||||||
|
├── backend/ # 后端服务 (Go + Echo)
|
||||||
|
│ ├── internal/ # 内部包
|
||||||
|
│ │ ├── controllers/ # 控制器
|
||||||
|
│ │ ├── models/ # 数据模型
|
||||||
|
│ │ ├── services/ # 业务逻辑
|
||||||
|
│ │ └── utils/ # 工具函数
|
||||||
|
│ └── middleware/ # 中间件
|
||||||
|
├── worker/ # 异步任务处理 (Go + Asynq)
|
||||||
|
│ ├── internal/ # 内部包
|
||||||
|
│ │ ├── tasks/ # 任务处理器
|
||||||
|
│ │ └── utils/ # 工具函数
|
||||||
|
│ └── middleware/ # 中间件
|
||||||
|
└── tmp/ # 临时文件
|
||||||
|
```
|
||||||
|
|
||||||
|
## 🔧 开发指南
|
||||||
|
|
||||||
|
### 代码规范
|
||||||
|
|
||||||
|
- 使用 Prettier 进行代码格式化
|
||||||
|
- 使用 Husky + lint-staged 进行提交前检查
|
||||||
|
- 遵循 TypeScript 类型安全规范
|
||||||
|
|
||||||
|
### 提交规范
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 提交前会自动运行代码格式化
|
||||||
|
git add .
|
||||||
|
git commit -m "feat: add new feature"
|
||||||
|
```
|
||||||
|
|
||||||
|
### 构建部署
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 构建前端
|
||||||
|
cd front && pnpm run build
|
||||||
|
|
||||||
|
# 构建后端 (需要 Go 环境)
|
||||||
|
cd backend && go build -o main .
|
||||||
|
|
||||||
|
# 构建 Worker
|
||||||
|
cd worker && go build -o worker .
|
||||||
|
```
|
||||||
|
|
||||||
|
## 📝 开发计划
|
||||||
|
|
||||||
|
### 已完成功能 ✅
|
||||||
|
|
||||||
|
- 前端计算哈希和秒传
|
||||||
|
- 并发切片上传 (使用 Web Worker)
|
||||||
|
- 文件上传/文本上传和分享
|
||||||
|
- 上传统计页面
|
||||||
|
- 多语言支持
|
||||||
|
- 最大上传限制
|
||||||
|
- 后端队列系统和 Worker 处理文件
|
||||||
|
|
||||||
|
### 计划功能 🚧
|
||||||
|
|
||||||
|
- 断点续传 (后端计算已上传部分并返回)
|
||||||
|
- 图片格式转换和压缩
|
||||||
|
- 图片 OCR 复制
|
||||||
|
- 文档转 Markdown
|
||||||
|
- 文本翻译/总结
|
||||||
|
- 支持上传多文件
|
||||||
|
|
||||||
|
## 🤝 贡献指南
|
||||||
|
|
||||||
|
欢迎提交 Issue 和 Pull Request 来改进这个项目。
|
||||||
|
|
||||||
|
## 📄 许可证
|
||||||
|
|
||||||
|
本项目采用 AGPLV3 许可证。
|
||||||
|
|
||||||
|
## 🔗 相关链接
|
||||||
|
|
||||||
|
- [Vue 3 文档](https://vuejs.org/)
|
||||||
|
- [Nuxt 3 文档](https://nuxt.com/)
|
||||||
|
- [Echo 框架文档](https://echo.labstack.com/)
|
||||||
|
- [Asynq 文档](https://github.com/hibiken/asynq)
|
||||||
236
README.md
@@ -1,3 +1,237 @@
|
|||||||
|
<div align="center"><a name="readme-top"></a>
|
||||||
|
|
||||||
# 015
|
# 015
|
||||||
|
|
||||||
这里是send企划
|
015 (/ˈzɪərəʊ wʌn faɪv/, "zero-one-five") is a self-hosted temporary file sharing platform. Focused on providing one-time, temporary file and text upload, processing, and sharing services. The project name originates from [Ichigo](https://darling-in-the-franxx.fandom.com/wiki/Ichigo) from DARLING in the FRANXX.
|
||||||
|
|
||||||
|
A modern file sharing website built with Vue 3 + Nuxt 3 + Go, supporting file upload, text sharing, image compression, concurrent processing, instant transfer functionality, and more, featuring a complete sharing management and access control system.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
English | [中文](README-zh.md)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
## 🌟 Features
|
||||||
|
|
||||||
|
### Core Functionality
|
||||||
|
|
||||||
|
🖼️ **High-Performance File Upload** - Supports large file chunked uploads with frontend file hash calculation for instant transfer
|
||||||
|
📱 **Responsive Design** - Modern UI based on Tailwind V4 + Reka UI, adapts to various devices
|
||||||
|
⚡ **Concurrent Processing** - Uses Web Worker for frontend hash calculation, backend queue system for task processing
|
||||||
|
🌐 **Multi-language Support** - Complete Chinese and English internationalization support
|
||||||
|
🔗 **Share Management** - Flexible sharing link generation and management system
|
||||||
|
|
||||||
|
### File Processing
|
||||||
|
|
||||||
|
🔄 **Smart Instant Transfer** - Frontend instant transfer detection based on file hash + file size, avoiding duplicate uploads
|
||||||
|
📷 **Image Compression** - Automatic image compression functionality supporting multiple formats
|
||||||
|
🖼️ **File Preview** - Supports preview of images, videos, audio, documents, and various file types
|
||||||
|
📊 **Upload Statistics** - Real-time display of upload progress and file information
|
||||||
|
🌈 **Resume Upload** - Supports resuming uploads after interruption
|
||||||
|
|
||||||
|
### Advanced Features
|
||||||
|
|
||||||
|
🎛️ **Share Control** - Supports password protection, download count limits, and expiration time settings
|
||||||
|
🔍 **Pickup Code System** - Supports pickup code sharing, simplifying sharing difficulty
|
||||||
|
⚡ **Queue Processing** - Asynchronous task processing system based on Redis + Asynq
|
||||||
|
🗂️ **File Management** - Complete file lifecycle management
|
||||||
|
📷 **Image Processing** - Image compression, format conversion, and other processing features
|
||||||
|
🏷️ **Download Control** - Download token management system based on JWT
|
||||||
|
|
||||||
|
## 📸 Screenshots
|
||||||
|
|
||||||
|
File selection upload page
|
||||||
|

|
||||||
|
|
||||||
|
Text input upload page
|
||||||
|

|
||||||
|
|
||||||
|
File selection upload page - supports multiple file uploads
|
||||||
|

|
||||||
|
|
||||||
|
File uploading page - similar to GitHub's file heatmap showing upload progress
|
||||||
|

|
||||||
|
|
||||||
|
File uploading page - similar to qBittorrent's progress bar showing file upload progress
|
||||||
|

|
||||||
|
|
||||||
|
File upload success page
|
||||||
|

|
||||||
|
|
||||||
|
## 🏗️ Technical Architecture
|
||||||
|
|
||||||
|
### Frontend Tech Stack
|
||||||
|
|
||||||
|
- **Vue 3** - Progressive JavaScript framework
|
||||||
|
- **Nuxt 3** - Vue.js full-stack framework
|
||||||
|
- **TypeScript** - Complete type safety
|
||||||
|
- **Tailwind CSS** - Atomic CSS framework
|
||||||
|
- **Reka UI** - Modern component library
|
||||||
|
- **Pinia** - State management
|
||||||
|
- **TanStack Query** - Data fetching and caching
|
||||||
|
- **Vue Router** - Routing management
|
||||||
|
- **i18next** - Internationalization support
|
||||||
|
|
||||||
|
### Backend Tech Stack
|
||||||
|
|
||||||
|
- **Go 1.23** - High-performance server-side language
|
||||||
|
- **Echo** - High-performance HTTP framework
|
||||||
|
- **Redis** - Caching and session storage
|
||||||
|
- **Asynq** - Asynchronous task queue
|
||||||
|
- **JWT** - Authentication
|
||||||
|
- **Zap** - Structured logging
|
||||||
|
|
||||||
|
### Build System
|
||||||
|
|
||||||
|
- **Node.js** - Server-side runtime
|
||||||
|
- **pnpm** - Fast package manager
|
||||||
|
- **Husky** - Git hooks management
|
||||||
|
- **Prettier** - Code formatting
|
||||||
|
- **Lint-staged** - Staged file checking
|
||||||
|
|
||||||
|
### Storage Architecture
|
||||||
|
|
||||||
|
- **File Storage** - Local file system storage
|
||||||
|
- **Redis Cache** - Share information and file metadata caching
|
||||||
|
- **Queue System** - Asynchronous task processing queue
|
||||||
|
|
||||||
|
## 🚀 Quick Start
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
- Node.js 18+
|
||||||
|
- Go 1.23+
|
||||||
|
- Redis 6+
|
||||||
|
- pnpm 9+
|
||||||
|
|
||||||
|
### Install Dependencies
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install root dependencies
|
||||||
|
pnpm install
|
||||||
|
|
||||||
|
# Install frontend dependencies
|
||||||
|
cd front && pnpm install
|
||||||
|
|
||||||
|
# Install backend dependencies
|
||||||
|
cd backend && go mod download
|
||||||
|
|
||||||
|
# Install Worker dependencies
|
||||||
|
cd worker && go mod download
|
||||||
|
```
|
||||||
|
|
||||||
|
### Environment Configuration
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Copy environment variables file
|
||||||
|
cp .env.example .env
|
||||||
|
|
||||||
|
# Configure necessary environment variables
|
||||||
|
REDIS_URL=redis://localhost:6379
|
||||||
|
UPLOAD_PATH=/.github/uploads
|
||||||
|
download_secret=your_download_secret
|
||||||
|
```
|
||||||
|
|
||||||
|
### Start Services
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Start all services in development mode
|
||||||
|
pnpm run dev
|
||||||
|
|
||||||
|
# Or start separately
|
||||||
|
pnpm run dev:front # Frontend service (port 5000)
|
||||||
|
pnpm run dev:backend # Backend service (port 1323)
|
||||||
|
pnpm run dev:worker # Worker service
|
||||||
|
```
|
||||||
|
|
||||||
|
## 📁 Project Structure
|
||||||
|
|
||||||
|
```
|
||||||
|
015/
|
||||||
|
├── front/ # Frontend application (Vue 3 + Nuxt 3)
|
||||||
|
│ ├── components/ # Vue components
|
||||||
|
│ │ ├── pages/ # Page routes
|
||||||
|
│ │ ├── composables/ # Composable functions
|
||||||
|
│ │ ├── i18n/ # Internationalization files
|
||||||
|
│ │ └── assets/ # Static assets
|
||||||
|
│ └── middleware/ # Middleware
|
||||||
|
├── backend/ # Backend service (Go + Echo)
|
||||||
|
│ ├── internal/ # Internal packages
|
||||||
|
│ │ ├── controllers/ # Controllers
|
||||||
|
│ │ ├── models/ # Data models
|
||||||
|
│ │ ├── services/ # Business logic
|
||||||
|
│ │ └── utils/ # Utility functions
|
||||||
|
│ └── middleware/ # Middleware
|
||||||
|
├── worker/ # Asynchronous task processing (Go + Asynq)
|
||||||
|
│ ├── internal/ # Internal packages
|
||||||
|
│ │ ├── tasks/ # Task processors
|
||||||
|
│ │ └── utils/ # Utility functions
|
||||||
|
│ └── middleware/ # Middleware
|
||||||
|
└── tmp/ # Temporary files
|
||||||
|
```
|
||||||
|
|
||||||
|
## 🔧 Development Guide
|
||||||
|
|
||||||
|
### Code Standards
|
||||||
|
|
||||||
|
- Use Prettier for code formatting
|
||||||
|
- Use Husky + lint-staged for pre-commit checking
|
||||||
|
- Follow TypeScript type safety standards
|
||||||
|
|
||||||
|
### Commit Standards
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Code formatting will run automatically before commit
|
||||||
|
git add .
|
||||||
|
git commit -m "feat: add new feature"
|
||||||
|
```
|
||||||
|
|
||||||
|
### Build and Deploy
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Build frontend
|
||||||
|
cd front && pnpm run build
|
||||||
|
|
||||||
|
# Build backend (requires Go environment)
|
||||||
|
cd backend && go build -o main .
|
||||||
|
|
||||||
|
# Build Worker
|
||||||
|
cd worker && go build -o worker .
|
||||||
|
```
|
||||||
|
|
||||||
|
## 📝 Development Roadmap
|
||||||
|
|
||||||
|
### Completed Features ✅
|
||||||
|
|
||||||
|
- Frontend hash calculation and instant transfer
|
||||||
|
- Concurrent chunked upload (using Web Worker)
|
||||||
|
- File upload/text upload and sharing
|
||||||
|
- Upload statistics page
|
||||||
|
- Multi-language support
|
||||||
|
- Maximum upload limits
|
||||||
|
- Backend queue system and Worker file processing
|
||||||
|
|
||||||
|
### Planned Features 🚧
|
||||||
|
|
||||||
|
- Resume upload (backend calculates uploaded parts and returns)
|
||||||
|
- Image format conversion and compression
|
||||||
|
- Image OCR copy
|
||||||
|
- Document to Markdown conversion
|
||||||
|
- Text translation/summarization
|
||||||
|
- Support for multiple file uploads
|
||||||
|
|
||||||
|
## 🤝 Contributing
|
||||||
|
|
||||||
|
Welcome to submit Issues and Pull Requests to improve this project.
|
||||||
|
|
||||||
|
## 📄 License
|
||||||
|
|
||||||
|
This project is licensed under AGPLV3.
|
||||||
|
|
||||||
|
## 🔗 Related Links
|
||||||
|
|
||||||
|
- [Vue 3 Documentation](https://vuejs.org/)
|
||||||
|
- [Nuxt 3 Documentation](https://nuxt.com/)
|
||||||
|
- [Echo Framework Documentation](https://echo.labstack.com/)
|
||||||
|
- [Asynq Documentation](https://github.com/hibiken/asynq)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM golang:1.23.1 AS builder
|
FROM golang:1.24.3 AS builder
|
||||||
|
|
||||||
# Set destination for COPY
|
# Set destination for COPY
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
@@ -1,54 +1,56 @@
|
|||||||
module backend
|
module backend
|
||||||
|
|
||||||
go 1.23.1
|
go 1.24.0
|
||||||
|
|
||||||
|
toolchain go1.24.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
dario.cat/mergo v1.0.1
|
dario.cat/mergo v1.0.2
|
||||||
github.com/dustin/go-humanize v1.0.1
|
github.com/dustin/go-humanize v1.0.1
|
||||||
github.com/golang-jwt/jwt/v5 v5.2.2
|
github.com/golang-jwt/jwt/v5 v5.3.0
|
||||||
github.com/googollee/go-socket.io v1.7.0
|
|
||||||
github.com/gorilla/sessions v1.4.0
|
github.com/gorilla/sessions v1.4.0
|
||||||
github.com/hibiken/asynq v0.25.1
|
github.com/hibiken/asynq v0.25.1
|
||||||
github.com/labstack/echo-contrib v0.17.3
|
github.com/labstack/echo-contrib v0.17.4
|
||||||
github.com/labstack/echo/v4 v4.13.3
|
github.com/labstack/echo/v4 v4.13.4
|
||||||
github.com/matoous/go-nanoid/v2 v2.1.0
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
||||||
github.com/redis/go-redis/v9 v9.7.3
|
github.com/redis/go-redis/v9 v9.14.0
|
||||||
github.com/samber/lo v1.50.0
|
github.com/samber/lo v1.51.0
|
||||||
github.com/spf13/viper v1.20.1
|
github.com/spf13/cast v1.10.0
|
||||||
|
github.com/spf13/viper v1.21.0
|
||||||
|
github.com/stretchr/testify v1.11.1
|
||||||
go.uber.org/zap v1.27.0
|
go.uber.org/zap v1.27.0
|
||||||
golang.org/x/time v0.11.0
|
golang.org/x/crypto v0.42.0
|
||||||
|
golang.org/x/time v0.13.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||||
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
||||||
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
||||||
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
||||||
github.com/gomodule/redigo v1.8.4 // indirect
|
|
||||||
github.com/google/go-cmp v0.7.0 // indirect
|
github.com/google/go-cmp v0.7.0 // indirect
|
||||||
github.com/google/uuid v1.6.0 // indirect
|
github.com/google/uuid v1.6.0 // indirect
|
||||||
github.com/gorilla/context v1.1.2 // indirect
|
github.com/gorilla/context v1.1.2 // indirect
|
||||||
github.com/gorilla/securecookie v1.1.2 // indirect
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
||||||
github.com/gorilla/websocket v1.4.2 // indirect
|
|
||||||
github.com/labstack/gommon v0.4.2 // indirect
|
github.com/labstack/gommon v0.4.2 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
||||||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||||
github.com/robfig/cron/v3 v3.0.1 // indirect
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
||||||
github.com/sagikazarmark/locafero v0.7.0 // indirect
|
github.com/sagikazarmark/locafero v0.12.0 // indirect
|
||||||
github.com/sourcegraph/conc v0.3.0 // indirect
|
github.com/spf13/afero v1.15.0 // indirect
|
||||||
github.com/spf13/afero v1.12.0 // indirect
|
github.com/spf13/pflag v1.0.10 // indirect
|
||||||
github.com/spf13/cast v1.7.1 // indirect
|
|
||||||
github.com/spf13/pflag v1.0.6 // indirect
|
|
||||||
github.com/subosito/gotenv v1.6.0 // indirect
|
github.com/subosito/gotenv v1.6.0 // indirect
|
||||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||||
github.com/valyala/fasttemplate v1.2.2 // indirect
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
||||||
go.uber.org/multierr v1.11.0 // indirect
|
go.uber.org/multierr v1.11.0 // indirect
|
||||||
golang.org/x/crypto v0.36.0 // indirect
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
||||||
golang.org/x/net v0.37.0 // indirect
|
golang.org/x/net v0.44.0 // indirect
|
||||||
golang.org/x/sys v0.31.0 // indirect
|
golang.org/x/sys v0.36.0 // indirect
|
||||||
golang.org/x/text v0.23.0 // indirect
|
golang.org/x/text v0.29.0 // indirect
|
||||||
google.golang.org/protobuf v1.36.5 // indirect
|
google.golang.org/protobuf v1.36.9 // indirect
|
||||||
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
107
backend/go.sum
@@ -1,12 +1,11 @@
|
|||||||
dario.cat/mergo v1.0.1 h1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=
|
dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
|
||||||
dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
|
dario.cat/mergo v1.0.2/go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA=
|
||||||
github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
|
github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
|
||||||
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
|
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
|
||||||
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
|
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
|
||||||
github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0=
|
github.com/bsm/gomega v1.27.10/go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0=
|
||||||
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
|
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
|
||||||
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
||||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
|
||||||
@@ -15,42 +14,34 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
|
|||||||
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
|
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
|
||||||
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
|
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
|
||||||
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
|
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
|
||||||
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
|
github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=
|
||||||
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
|
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
|
||||||
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
|
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
|
||||||
github.com/go-viper/mapstructure/v2 v2.2.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||||
github.com/gofrs/uuid v4.0.0+incompatible h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw=
|
github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo=
|
||||||
github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
|
github.com/golang-jwt/jwt/v5 v5.3.0/go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE=
|
||||||
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=
|
|
||||||
github.com/golang-jwt/jwt/v5 v5.2.2/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
|
|
||||||
github.com/gomodule/redigo v1.8.4 h1:Z5JUg94HMTR1XpwBaSH4vq3+PNSIykBLxMdglbw10gg=
|
|
||||||
github.com/gomodule/redigo v1.8.4/go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUzlpkBYO0=
|
|
||||||
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
||||||
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
||||||
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
|
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
|
||||||
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
|
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
|
||||||
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
||||||
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
||||||
github.com/googollee/go-socket.io v1.7.0 h1:ODcQSAvVIPvKozXtUGuJDV3pLwdpBLDs1Uoq/QHIlY8=
|
|
||||||
github.com/googollee/go-socket.io v1.7.0/go.mod h1:0vGP8/dXR9SZUMMD4+xxaGo/lohOw3YWMh2WRiWeKxg=
|
|
||||||
github.com/gorilla/context v1.1.2 h1:WRkNAv2uoa03QNIc1A6u4O7DAGMUVoopZhkiXWA2V1o=
|
github.com/gorilla/context v1.1.2 h1:WRkNAv2uoa03QNIc1A6u4O7DAGMUVoopZhkiXWA2V1o=
|
||||||
github.com/gorilla/context v1.1.2/go.mod h1:KDPwT9i/MeWHiLl90fuTgrt4/wPcv75vFAZLaOOcbxM=
|
github.com/gorilla/context v1.1.2/go.mod h1:KDPwT9i/MeWHiLl90fuTgrt4/wPcv75vFAZLaOOcbxM=
|
||||||
github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA=
|
github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA=
|
||||||
github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo=
|
github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo=
|
||||||
github.com/gorilla/sessions v1.4.0 h1:kpIYOp/oi6MG/p5PgxApU8srsSw9tuFbt46Lt7auzqQ=
|
github.com/gorilla/sessions v1.4.0 h1:kpIYOp/oi6MG/p5PgxApU8srsSw9tuFbt46Lt7auzqQ=
|
||||||
github.com/gorilla/sessions v1.4.0/go.mod h1:FLWm50oby91+hl7p/wRxDth9bWSuk0qVL2emc7lT5ik=
|
github.com/gorilla/sessions v1.4.0/go.mod h1:FLWm50oby91+hl7p/wRxDth9bWSuk0qVL2emc7lT5ik=
|
||||||
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
|
|
||||||
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
|
||||||
github.com/hibiken/asynq v0.25.1 h1:phj028N0nm15n8O2ims+IvJ2gz4k2auvermngh9JhTw=
|
github.com/hibiken/asynq v0.25.1 h1:phj028N0nm15n8O2ims+IvJ2gz4k2auvermngh9JhTw=
|
||||||
github.com/hibiken/asynq v0.25.1/go.mod h1:pazWNOLBu0FEynQRBvHA26qdIKRSmfdIfUm4HdsLmXg=
|
github.com/hibiken/asynq v0.25.1/go.mod h1:pazWNOLBu0FEynQRBvHA26qdIKRSmfdIfUm4HdsLmXg=
|
||||||
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
|
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
|
||||||
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
|
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
|
||||||
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
|
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
|
||||||
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
|
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
|
||||||
github.com/labstack/echo-contrib v0.17.3 h1:hj+qXksKZG1scSe9ksUXMtv7fZYN+PtQT+bPcYA3/TY=
|
github.com/labstack/echo-contrib v0.17.4 h1:g5mfsrJfJTKv+F5uNKCyrjLK7js+ZW6HTjg4FnDxxgk=
|
||||||
github.com/labstack/echo-contrib v0.17.3/go.mod h1:TcRBrzW8jcC4JD+5Dc/pvOyAps0rtgzj7oBqoR3nYsc=
|
github.com/labstack/echo-contrib v0.17.4/go.mod h1:9O7ZPAHUeMGTOAfg80YqQduHzt0CzLak36PZRldYrZ0=
|
||||||
github.com/labstack/echo/v4 v4.13.3 h1:pwhpCPrTl5qry5HRdM5FwdXnhXSLSY+WE+YQSeCaafY=
|
github.com/labstack/echo/v4 v4.13.4 h1:oTZZW+T3s9gAu5L8vmzihV7/lkXGZuITzTQkTEhcXEA=
|
||||||
github.com/labstack/echo/v4 v4.13.3/go.mod h1:o90YNEeQWjDozo584l7AwhJMHN0bOC4tAfg+Xox9q5g=
|
github.com/labstack/echo/v4 v4.13.4/go.mod h1:g63b33BZ5vZzcIUF8AtRH40DrTlXnx4UMC8rBdndmjQ=
|
||||||
github.com/labstack/gommon v0.4.2 h1:F8qTUNXgG1+6WQmqoUWnz8WiEU60mXVVw0P4ht1WRA0=
|
github.com/labstack/gommon v0.4.2 h1:F8qTUNXgG1+6WQmqoUWnz8WiEU60mXVVw0P4ht1WRA0=
|
||||||
github.com/labstack/gommon v0.4.2/go.mod h1:QlUFxVM+SNXhDL/Z7YhocGIBYOiwB0mXm1+1bAPHPyU=
|
github.com/labstack/gommon v0.4.2/go.mod h1:QlUFxVM+SNXhDL/Z7YhocGIBYOiwB0mXm1+1bAPHPyU=
|
||||||
github.com/matoous/go-nanoid/v2 v2.1.0 h1:P64+dmq21hhWdtvZfEAofnvJULaRR1Yib0+PnU669bE=
|
github.com/matoous/go-nanoid/v2 v2.1.0 h1:P64+dmq21hhWdtvZfEAofnvJULaRR1Yib0+PnU669bE=
|
||||||
@@ -59,36 +50,30 @@ github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHP
|
|||||||
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
|
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
|
||||||
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
|
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
|
||||||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
|
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
|
||||||
github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=
|
|
||||||
github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc=
|
|
||||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||||
github.com/redis/go-redis/v9 v9.7.3 h1:YpPyAayJV+XErNsatSElgRZZVCwXX9QzkKYNvO7x0wM=
|
github.com/redis/go-redis/v9 v9.14.0 h1:u4tNCjXOyzfgeLN+vAZaW1xUooqWDqVEsZN0U01jfAE=
|
||||||
github.com/redis/go-redis/v9 v9.7.3/go.mod h1:bGUrSggJ9X9GUmZpZNEOQKaANxSGgOEBRltRTZHSvrA=
|
github.com/redis/go-redis/v9 v9.14.0/go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw=
|
||||||
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
|
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
|
||||||
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
|
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
|
||||||
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
|
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
|
||||||
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
|
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
|
||||||
github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=
|
github.com/sagikazarmark/locafero v0.12.0 h1:/NQhBAkUb4+fH1jivKHWusDYFjMOOKU88eegjfxfHb4=
|
||||||
github.com/sagikazarmark/locafero v0.7.0/go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k=
|
github.com/sagikazarmark/locafero v0.12.0/go.mod h1:sZh36u/YSZ918v0Io+U9ogLYQJ9tLLBmM4eneO6WwsI=
|
||||||
github.com/samber/lo v1.50.0 h1:XrG0xOeHs+4FQ8gJR97zDz5uOFMW7OwFWiFVzqopKgY=
|
github.com/samber/lo v1.51.0 h1:kysRYLbHy/MB7kQZf5DSN50JHmMsNEdeY24VzJFu7wI=
|
||||||
github.com/samber/lo v1.50.0/go.mod h1:RjZyNk6WSnUFRKK6EyOhsRJMqft3G+pg7dCWHQCWvsc=
|
github.com/samber/lo v1.51.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
|
||||||
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
|
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
|
||||||
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
|
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
|
||||||
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
|
github.com/spf13/cast v1.10.0 h1:h2x0u2shc1QuLHfxi+cTJvs30+ZAHOGRic8uyGTDWxY=
|
||||||
github.com/spf13/afero v1.12.0/go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4=
|
github.com/spf13/cast v1.10.0/go.mod h1:jNfB8QC9IA6ZuY2ZjDp0KtFO2LZZlg4S/7bzP6qqeHo=
|
||||||
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
|
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
|
||||||
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
|
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
|
||||||
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
|
github.com/spf13/viper v1.21.0 h1:x5S+0EU27Lbphp4UKm1C+1oQO+rKx36vfCoaVebLFSU=
|
||||||
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
|
github.com/spf13/viper v1.21.0/go.mod h1:P0lhsswPGWD/1lZJ9ny3fYnVqxiegrlNrEmgLjbTCAY=
|
||||||
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
|
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
||||||
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
|
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
||||||
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
|
||||||
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
|
|
||||||
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
|
|
||||||
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
|
||||||
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
|
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
|
||||||
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
|
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
|
||||||
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
|
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
|
||||||
@@ -101,23 +86,23 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
|
|||||||
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
|
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
|
||||||
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
|
go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
|
||||||
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
|
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
|
||||||
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
|
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
|
||||||
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
|
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
|
||||||
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
|
golang.org/x/crypto v0.42.0 h1:chiH31gIWm57EkTXpwnqf8qeuMUi0yekh6mT2AvFlqI=
|
||||||
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
|
golang.org/x/crypto v0.42.0/go.mod h1:4+rDnOTJhQCx2q7/j6rAN5XDw8kPjeaXEUR2eL94ix8=
|
||||||
|
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
|
||||||
|
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
|
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
|
||||||
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
|
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
|
||||||
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
|
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
|
||||||
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
|
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=
|
||||||
golang.org/x/time v0.11.0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=
|
golang.org/x/time v0.13.0 h1:eUlYslOIt32DgYD6utsuUeHs4d7AsEYLuIAdg7FlYgI=
|
||||||
golang.org/x/time v0.11.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
|
golang.org/x/time v0.13.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
|
||||||
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
|
google.golang.org/protobuf v1.36.9 h1:w2gp2mA27hUeUzj9Ex9FBjsBm40zfaDtEWow293U7Iw=
|
||||||
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
|
google.golang.org/protobuf v1.36.9/go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU=
|
||||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
|
||||||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
|
||||||
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
|
||||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
|
|||||||
44
backend/internal/controllers/about.go
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
package controllers
|
||||||
|
|
||||||
|
import (
|
||||||
|
"backend/internal/models"
|
||||||
|
"backend/internal/utils"
|
||||||
|
"encoding/json"
|
||||||
|
|
||||||
|
"github.com/labstack/echo/v4"
|
||||||
|
"github.com/samber/lo"
|
||||||
|
)
|
||||||
|
|
||||||
|
func GetAbout(c echo.Context) error {
|
||||||
|
maxStorageSize, err := utils.GetFileSize(utils.GetEnv("upload.maximum"))
|
||||||
|
if err != nil {
|
||||||
|
return utils.HTTPErrorHandler(c, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
fileInfoMap, err := models.GetRedisFileInfoAll()
|
||||||
|
if err != nil {
|
||||||
|
return utils.HTTPErrorHandler(c, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
currentFileSize := lo.Reduce(lo.Values(fileInfoMap), func(agg int64, item string, _ int) int64 {
|
||||||
|
var fileInfo models.RedisFileInfo
|
||||||
|
err := json.Unmarshal([]byte(item), &fileInfo)
|
||||||
|
if err != nil {
|
||||||
|
return agg
|
||||||
|
}
|
||||||
|
return agg + fileInfo.FileSize
|
||||||
|
}, 0)
|
||||||
|
|
||||||
|
return utils.HTTPSuccessHandler(c, map[string]any{
|
||||||
|
"bg_url": utils.GetEnv("about.bg_url"),
|
||||||
|
"content": utils.GetEnvMapString("about.content"),
|
||||||
|
"email": utils.GetEnv("about.email"),
|
||||||
|
"name": utils.GetEnv("about.name"),
|
||||||
|
"url": utils.GetEnv("about.url"),
|
||||||
|
"avatar": utils.GetEnv("about.avatar"),
|
||||||
|
"file": map[string]any{
|
||||||
|
"maximun": maxStorageSize,
|
||||||
|
"current": currentFileSize,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
21
backend/internal/controllers/config.go
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
package controllers
|
||||||
|
|
||||||
|
import (
|
||||||
|
"backend/internal/utils"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/labstack/echo/v4"
|
||||||
|
"github.com/spf13/cast"
|
||||||
|
)
|
||||||
|
|
||||||
|
func GetConfig(c echo.Context) error {
|
||||||
|
return utils.HTTPSuccessHandler(c, map[string]any{
|
||||||
|
"site_title": utils.GetEnvMapString("site.title"),
|
||||||
|
"site_desc": utils.GetEnvMapString("site.desc"),
|
||||||
|
"site_url": utils.GetEnv("site.url"),
|
||||||
|
"site_icon": utils.GetEnvWithDefault("site.icon", "/logo.png"),
|
||||||
|
"site_bg_url": utils.GetEnvWithDefault("site.bg_url", "https://img.fudaoyuan.icu/api/1/random/?scale_min=1.5&webp=true&md=false&format=302"),
|
||||||
|
"version": utils.GetEnvWithDefault("VERSION", "dev"),
|
||||||
|
"build_time": cast.ToInt(utils.GetEnvWithDefault("BUILD_TIME", cast.ToString(time.Now().Unix()))),
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -10,6 +10,7 @@ import (
|
|||||||
|
|
||||||
"github.com/golang-jwt/jwt/v5"
|
"github.com/golang-jwt/jwt/v5"
|
||||||
"github.com/labstack/echo/v4"
|
"github.com/labstack/echo/v4"
|
||||||
|
"github.com/spf13/cast"
|
||||||
)
|
)
|
||||||
|
|
||||||
type DownloadShareClaims struct {
|
type DownloadShareClaims struct {
|
||||||
@@ -25,7 +26,7 @@ func DownloadShare(c echo.Context) error {
|
|||||||
}
|
}
|
||||||
claims := DownloadShareClaims{}
|
claims := DownloadShareClaims{}
|
||||||
t, err := jwt.ParseWithClaims(token, &claims, func(token *jwt.Token) (interface{}, error) {
|
t, err := jwt.ParseWithClaims(token, &claims, func(token *jwt.Token) (interface{}, error) {
|
||||||
return []byte(utils.GetEnv("download_secret")), nil
|
return []byte(utils.GetEnv("share.download_secret")), nil
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return utils.HTTPErrorHandler(c, err)
|
return utils.HTTPErrorHandler(c, err)
|
||||||
@@ -72,22 +73,32 @@ func VaildateShare(c echo.Context) error {
|
|||||||
if shareInfo == nil {
|
if shareInfo == nil {
|
||||||
return utils.HTTPErrorHandler(c, errors.New("分享不存在"))
|
return utils.HTTPErrorHandler(c, errors.New("分享不存在"))
|
||||||
}
|
}
|
||||||
if shareInfo.Password != "" && shareInfo.Password != r.Password {
|
if shareInfo.Password != "" {
|
||||||
return utils.HTTPErrorHandler(c, errors.New("分享密码错误"))
|
if r.Password == "" {
|
||||||
|
return utils.HTTPErrorHandler(c, errors.New("缺少分享密码"))
|
||||||
|
}
|
||||||
|
hash, err := utils.GeneratePasswordHash(r.Password)
|
||||||
|
if err != nil {
|
||||||
|
return utils.HTTPErrorHandler(c, err)
|
||||||
|
}
|
||||||
|
if hash != shareInfo.Password {
|
||||||
|
return utils.HTTPErrorHandler(c, errors.New("分享密码错误"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// 如果下载次数为0,则设置为-1 防止空值问题
|
// 如果下载次数为0,则设置为-1 防止空值问题
|
||||||
if shareInfo.ViewNum < 1 {
|
if shareInfo.ViewNum < 1 {
|
||||||
return utils.HTTPErrorHandler(c, errors.New("下载次数不足"))
|
return utils.HTTPErrorHandler(c, errors.New("下载次数不足"))
|
||||||
}
|
}
|
||||||
|
downloadWindow := utils.GetEnvWithDefault("share.download_window", "12")
|
||||||
token := jwt.NewWithClaims(jwt.SigningMethodHS256, DownloadShareClaims{
|
token := jwt.NewWithClaims(jwt.SigningMethodHS256, DownloadShareClaims{
|
||||||
ShareId: r.ShareId,
|
ShareId: r.ShareId,
|
||||||
RegisteredClaims: jwt.RegisteredClaims{
|
RegisteredClaims: jwt.RegisteredClaims{
|
||||||
ExpiresAt: jwt.NewNumericDate(time.Now().Add(60 * time.Minute)),
|
ExpiresAt: jwt.NewNumericDate(time.Now().Add(cast.ToDuration(downloadWindow + "h"))),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
// Sign and get the complete encoded token as a string using the secret
|
// Sign and get the complete encoded token as a string using the secret
|
||||||
downloadToken, err := token.SignedString([]byte(utils.GetEnv("download_secret")))
|
downloadToken, err := token.SignedString([]byte(utils.GetEnv("share.download_secret")))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return utils.HTTPErrorHandler(c, err)
|
return utils.HTTPErrorHandler(c, err)
|
||||||
}
|
}
|
||||||
@@ -112,6 +123,21 @@ func VaildateShare(c echo.Context) error {
|
|||||||
models.SetRedisShareInfo(r.ShareId, models.RedisShareInfo{
|
models.SetRedisShareInfo(r.ShareId, models.RedisShareInfo{
|
||||||
ViewNum: latestViewNum,
|
ViewNum: latestViewNum,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// 统计分享数
|
||||||
|
currentDate := time.Now().Format("2006-01-02")
|
||||||
|
statData, _ := models.GetRedisStat(currentDate)
|
||||||
|
if statData == nil {
|
||||||
|
statData = &models.StatData{
|
||||||
|
FileSize: 0,
|
||||||
|
FileNum: 0,
|
||||||
|
ShareNum: 0,
|
||||||
|
DownloadNum: 0,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
statData.DownloadNum += 1
|
||||||
|
models.SetRedisStat(currentDate, *statData)
|
||||||
|
|
||||||
if shareInfo.Type == models.ShareTypeFile {
|
if shareInfo.Type == models.ShareTypeFile {
|
||||||
return utils.HTTPSuccessHandler(c, map[string]any{
|
return utils.HTTPSuccessHandler(c, map[string]any{
|
||||||
"token": downloadToken,
|
"token": downloadToken,
|
||||||
|
|||||||
@@ -40,9 +40,31 @@ func CreateUploadTask(c echo.Context) error {
|
|||||||
"chunk_size": fileInfo.ChunkSize,
|
"chunk_size": fileInfo.ChunkSize,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
ChunkSize := int64(1 * 1024 * 1024)
|
maxStorageSize, err := utils.GetFileSize(utils.GetEnv("upload.maximum"))
|
||||||
if r.FileSize > 500*1024*1024 {
|
if err != nil {
|
||||||
ChunkSize = r.FileSize / 500
|
return utils.HTTPErrorHandler(c, err)
|
||||||
|
}
|
||||||
|
fileInfoMap, err := models.GetRedisFileInfoAll()
|
||||||
|
if err != nil {
|
||||||
|
return utils.HTTPErrorHandler(c, err)
|
||||||
|
}
|
||||||
|
totalSize := int64(0)
|
||||||
|
for _, value := range fileInfoMap {
|
||||||
|
var fileInfo models.RedisFileInfo
|
||||||
|
err := json.Unmarshal([]byte(value), &fileInfo)
|
||||||
|
if err != nil {
|
||||||
|
return utils.HTTPErrorHandler(c, err)
|
||||||
|
}
|
||||||
|
totalSize += fileInfo.FileSize
|
||||||
|
}
|
||||||
|
if totalSize+r.FileSize > int64(maxStorageSize) {
|
||||||
|
return utils.HTTPErrorHandler(c, errors.New("存储空间不足"))
|
||||||
|
}
|
||||||
|
|
||||||
|
ChunkSize := int64(0.25 * 1024 * 1024)
|
||||||
|
// 根据文件大小动态调整块大小
|
||||||
|
for r.FileSize/ChunkSize > 1000 {
|
||||||
|
ChunkSize *= 2
|
||||||
}
|
}
|
||||||
uploadTaskExpire := int64(3600)
|
uploadTaskExpire := int64(3600)
|
||||||
newFileInfo := models.RedisFileInfo{
|
newFileInfo := models.RedisFileInfo{
|
||||||
@@ -56,7 +78,7 @@ func CreateUploadTask(c echo.Context) error {
|
|||||||
CreatedAt: time.Now().Unix(),
|
CreatedAt: time.Now().Unix(),
|
||||||
Expire: uploadTaskExpire,
|
Expire: uploadTaskExpire,
|
||||||
}
|
}
|
||||||
err := models.SetRedisFileInfo(fileId, newFileInfo)
|
err = models.SetRedisFileInfo(fileId, newFileInfo)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return utils.HTTPErrorHandler(c, err)
|
return utils.HTTPErrorHandler(c, err)
|
||||||
}
|
}
|
||||||
@@ -200,6 +222,20 @@ func FinishUploadTask(c echo.Context) error {
|
|||||||
models.SetRedisFileInfo(r.FileId, models.RedisFileInfo{
|
models.SetRedisFileInfo(r.FileId, models.RedisFileInfo{
|
||||||
FileType: models.FileTypeUpload,
|
FileType: models.FileTypeUpload,
|
||||||
})
|
})
|
||||||
|
// 统计
|
||||||
|
currentDate := time.Now().Format("2006-01-02")
|
||||||
|
statData, _ := models.GetRedisStat(currentDate)
|
||||||
|
if statData == nil {
|
||||||
|
statData = &models.StatData{
|
||||||
|
FileSize: 0,
|
||||||
|
FileNum: 0,
|
||||||
|
ShareNum: 0,
|
||||||
|
DownloadNum: 0,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
statData.FileSize += fileInfo.FileSize
|
||||||
|
statData.FileNum += 1
|
||||||
|
models.SetRedisStat(currentDate, *statData)
|
||||||
|
|
||||||
return utils.HTTPSuccessHandler(c, map[string]any{
|
return utils.HTTPSuccessHandler(c, map[string]any{
|
||||||
"size": fileInfo.FileSize,
|
"size": fileInfo.FileSize,
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ import (
|
|||||||
"github.com/hibiken/asynq"
|
"github.com/hibiken/asynq"
|
||||||
"github.com/labstack/echo/v4"
|
"github.com/labstack/echo/v4"
|
||||||
gonanoid "github.com/matoous/go-nanoid/v2"
|
gonanoid "github.com/matoous/go-nanoid/v2"
|
||||||
|
"github.com/spf13/cast"
|
||||||
)
|
)
|
||||||
|
|
||||||
type CreateShareProps struct {
|
type CreateShareProps struct {
|
||||||
@@ -64,17 +65,25 @@ func CreateShareInfo(c echo.Context) error {
|
|||||||
return utils.HTTPErrorHandler(c, errors.New("分享文件状态错误"))
|
return utils.HTTPErrorHandler(c, errors.New("分享文件状态错误"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
password := ""
|
||||||
|
if r.Config.Password != "" {
|
||||||
|
hash, err := utils.GeneratePasswordHash(r.Config.Password)
|
||||||
|
if err != nil {
|
||||||
|
return utils.HTTPErrorHandler(c, err)
|
||||||
|
}
|
||||||
|
password = hash
|
||||||
|
}
|
||||||
|
|
||||||
models.SetRedisShareInfo(id, models.RedisShareInfo{
|
models.SetRedisShareInfo(id, models.RedisShareInfo{
|
||||||
Data: r.Data,
|
Data: r.Data,
|
||||||
Type: r.Type,
|
Type: r.Type,
|
||||||
CreatedAt: time.Now().Unix(),
|
CreatedAt: time.Now().Unix(),
|
||||||
Owner: cc.Auth.(string),
|
Owner: cc.Auth.(string),
|
||||||
ViewNum: r.Config.ViewNum,
|
ViewNum: r.Config.ViewNum,
|
||||||
Password: r.Config.Password,
|
Password: password,
|
||||||
NotifyEmail: r.Config.NotifyEmail,
|
// NotifyEmail: r.Config.NotifyEmail,
|
||||||
FileName: r.FileName,
|
FileName: r.FileName,
|
||||||
ExpireAt: ExpireTime.Unix(),
|
ExpireAt: ExpireTime.Unix(),
|
||||||
})
|
})
|
||||||
var pickupCode string
|
var pickupCode string
|
||||||
if r.Config.HasPickupCode {
|
if r.Config.HasPickupCode {
|
||||||
@@ -103,12 +112,29 @@ func CreateShareInfo(c echo.Context) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return utils.HTTPErrorHandler(c, err)
|
return utils.HTTPErrorHandler(c, err)
|
||||||
}
|
}
|
||||||
_, err = client.Enqueue(asynq.NewTask("share:remove", json), asynq.ProcessIn(time.Duration(r.Config.ExpireAt)*time.Minute))
|
// 这里延时分享过期时间基础上加下载窗口期后1小时删除,防止用户过期前几分钟才开始下载,下载一半文件不见了
|
||||||
|
downloadWindow := utils.GetEnvWithDefault("share.download_window", "12")
|
||||||
|
deleteTime := time.Duration(r.Config.ExpireAt)*time.Minute + cast.ToDuration(downloadWindow+"h") + 1*time.Hour
|
||||||
|
_, err = client.Enqueue(asynq.NewTask("share:remove", json), asynq.ProcessIn(deleteTime))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return utils.HTTPErrorHandler(c, err)
|
return utils.HTTPErrorHandler(c, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 统计分享数
|
||||||
|
currentDate := time.Now().Format("2006-01-02")
|
||||||
|
statData, _ := models.GetRedisStat(currentDate)
|
||||||
|
if statData == nil {
|
||||||
|
statData = &models.StatData{
|
||||||
|
FileSize: 0,
|
||||||
|
FileNum: 0,
|
||||||
|
ShareNum: 0,
|
||||||
|
DownloadNum: 0,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
statData.ShareNum += 1
|
||||||
|
models.SetRedisStat(currentDate, *statData)
|
||||||
|
|
||||||
return utils.HTTPSuccessHandler(c, map[string]any{
|
return utils.HTTPSuccessHandler(c, map[string]any{
|
||||||
"id": id,
|
"id": id,
|
||||||
"file_name": r.FileName,
|
"file_name": r.FileName,
|
||||||
@@ -153,6 +179,7 @@ func GetShareInfo(c echo.Context) error {
|
|||||||
"type": shareInfo.Type,
|
"type": shareInfo.Type,
|
||||||
"name": shareInfo.FileName,
|
"name": shareInfo.FileName,
|
||||||
"download_nums": shareInfo.ViewNum,
|
"download_nums": shareInfo.ViewNum,
|
||||||
|
"has_password": shareInfo.Password != "",
|
||||||
"expire_at": shareInfo.ExpireAt,
|
"expire_at": shareInfo.ExpireAt,
|
||||||
"owner": shareInfo.Owner,
|
"owner": shareInfo.Owner,
|
||||||
"size": fileInfo.FileSize,
|
"size": fileInfo.FileSize,
|
||||||
@@ -165,6 +192,7 @@ func GetShareInfo(c echo.Context) error {
|
|||||||
"type": shareInfo.Type,
|
"type": shareInfo.Type,
|
||||||
"name": shareInfo.FileName,
|
"name": shareInfo.FileName,
|
||||||
"download_nums": shareInfo.ViewNum,
|
"download_nums": shareInfo.ViewNum,
|
||||||
|
"has_password": shareInfo.Password != "",
|
||||||
"expire_at": shareInfo.ExpireAt,
|
"expire_at": shareInfo.ExpireAt,
|
||||||
"owner": shareInfo.Owner,
|
"owner": shareInfo.Owner,
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -4,97 +4,71 @@ import (
|
|||||||
"backend/internal/models"
|
"backend/internal/models"
|
||||||
"backend/internal/utils"
|
"backend/internal/utils"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"time"
|
|
||||||
|
|
||||||
"github.com/hibiken/asynq"
|
|
||||||
"github.com/labstack/echo/v4"
|
"github.com/labstack/echo/v4"
|
||||||
"github.com/samber/lo"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type FileChartData struct {
|
const (
|
||||||
FileSize int64 `json:"file_size"`
|
DateLayout = "2006-01-02"
|
||||||
FileNum int64 `json:"file_num"`
|
DaysToAnalyze = 30
|
||||||
Date string `json:"date"`
|
QueueHistoryDays = 30
|
||||||
|
)
|
||||||
|
|
||||||
|
type StatChartData struct {
|
||||||
|
FileSize int64 `json:"file_size"`
|
||||||
|
FileNum int64 `json:"file_num"`
|
||||||
|
ShareNum int64 `json:"share_num"`
|
||||||
|
DownloadNum int64 `json:"download_num"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type QueueChartData struct {
|
||||||
|
Processed int `json:"processed"`
|
||||||
|
Failed int `json:"failed"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetStat(c echo.Context) error {
|
func GetStat(c echo.Context) error {
|
||||||
fileInfoMap, err := models.GetRedisFileInfoAll()
|
statInfoMap, err := models.GetRedisStatAll()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return utils.HTTPErrorHandler(c, err)
|
return utils.HTTPErrorHandler(c, err)
|
||||||
}
|
}
|
||||||
fileChartData := make(map[string]FileChartData)
|
|
||||||
for _, value := range fileInfoMap {
|
statChartData := make(map[string]StatChartData)
|
||||||
var fileInfo models.RedisFileInfo
|
for key, value := range statInfoMap {
|
||||||
err := json.Unmarshal([]byte(value), &fileInfo)
|
var statData models.StatData
|
||||||
|
err := json.Unmarshal([]byte(value), &statData)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return utils.HTTPErrorHandler(c, err)
|
return utils.HTTPErrorHandler(c, err)
|
||||||
}
|
}
|
||||||
if fileInfo.FileType != models.FileTypeUpload {
|
statChartData[key] = StatChartData{
|
||||||
continue
|
FileSize: statData.FileSize,
|
||||||
}
|
FileNum: statData.FileNum,
|
||||||
if time.Unix(fileInfo.CreatedAt, 0).After(time.Now().Add(-30 * 24 * time.Hour)) {
|
ShareNum: statData.ShareNum,
|
||||||
dateKey := time.Unix(fileInfo.CreatedAt, 0).Format("2006-01-02")
|
DownloadNum: statData.DownloadNum,
|
||||||
if data, ok := fileChartData[dateKey]; ok {
|
|
||||||
fileChartData[dateKey] = FileChartData{
|
|
||||||
FileSize: data.FileSize + fileInfo.FileSize,
|
|
||||||
FileNum: data.FileNum + 1,
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
fileChartData[dateKey] = FileChartData{
|
|
||||||
FileSize: fileInfo.FileSize,
|
|
||||||
FileNum: 1,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
storageChartData := lo.Times(30, func(i int) FileChartData {
|
|
||||||
dateKey := time.Now().AddDate(0, 0, -i).Format("2006-01-02")
|
|
||||||
if data, ok := fileChartData[dateKey]; ok {
|
|
||||||
return FileChartData{
|
|
||||||
FileSize: data.FileSize,
|
|
||||||
FileNum: data.FileNum,
|
|
||||||
Date: dateKey,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return FileChartData{
|
|
||||||
FileSize: 0,
|
|
||||||
FileNum: 0,
|
|
||||||
Date: dateKey,
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
queueInspector := utils.GetQueueInspector()
|
queueInspector := utils.GetQueueInspector()
|
||||||
queues, err := queueInspector.History("default", 30)
|
queues, err := queueInspector.History("default", QueueHistoryDays)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return utils.HTTPErrorHandler(c, err)
|
return utils.HTTPErrorHandler(c, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
maxStorageSize, err := utils.GetFileSize(utils.GetEnv("MAX_LOCALSTORAGE_SIZE"))
|
queuesChartData := make(map[string]QueueChartData)
|
||||||
if err != nil {
|
for _, item := range queues {
|
||||||
return utils.HTTPErrorHandler(c, err)
|
dateKey := item.Date.Format(DateLayout)
|
||||||
}
|
if item.Processed == 0 && item.Failed == 0 {
|
||||||
|
continue
|
||||||
queueData := lo.Map(queues, func(item *asynq.DailyStats, _ int) map[string]any {
|
|
||||||
return map[string]any{
|
|
||||||
"date": item.Date.Format("2006-01-02"),
|
|
||||||
"processed": item.Processed,
|
|
||||||
"failed": item.Failed,
|
|
||||||
}
|
}
|
||||||
})
|
queuesChartData[dateKey] = QueueChartData{
|
||||||
|
Processed: item.Processed,
|
||||||
|
Failed: item.Failed,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return utils.HTTPSuccessHandler(c, map[string]any{
|
return utils.HTTPSuccessHandler(c, map[string]any{
|
||||||
"version": "0.1.0",
|
|
||||||
"max_limit": map[string]any{
|
|
||||||
"file_size": maxStorageSize,
|
|
||||||
},
|
|
||||||
"admin": map[string]any{
|
|
||||||
"name": utils.GetEnv("ADMIN_NAME"),
|
|
||||||
"email": utils.GetEnv("ADMIN_EMAIL"),
|
|
||||||
"url": utils.GetEnv("ADMIN_URL"),
|
|
||||||
},
|
|
||||||
"chart": map[string]any{
|
"chart": map[string]any{
|
||||||
"storage": storageChartData,
|
"storage": statChartData,
|
||||||
"queue": queueData,
|
"queue": queuesChartData,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
52
backend/internal/models/stat.go
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
package models
|
||||||
|
|
||||||
|
import (
|
||||||
|
"backend/internal/utils"
|
||||||
|
"encoding/json"
|
||||||
|
|
||||||
|
"dario.cat/mergo"
|
||||||
|
"github.com/redis/go-redis/v9"
|
||||||
|
)
|
||||||
|
|
||||||
|
// 统计数据结构
|
||||||
|
type StatData struct {
|
||||||
|
FileSize int64 `json:"file_size"` // 文件大小
|
||||||
|
FileNum int64 `json:"file_num"` // 文件数量
|
||||||
|
ShareNum int64 `json:"share_num"` // 分享数量
|
||||||
|
DownloadNum int64 `json:"download_num"` // 下载数量
|
||||||
|
}
|
||||||
|
|
||||||
|
func GetRedisStat(key string) (*StatData, error) {
|
||||||
|
rdb, ctx := utils.GetRedisClient()
|
||||||
|
statUnmarshalData, err := rdb.HGet(ctx, "015:stat", key).Result()
|
||||||
|
if err == redis.Nil {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
var stat StatData
|
||||||
|
if err := json.Unmarshal([]byte(statUnmarshalData), &stat); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return &stat, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func SetRedisStat(key string, stat StatData) error {
|
||||||
|
rdb, ctx := utils.GetRedisClient()
|
||||||
|
old_stat, err := GetRedisStat(key)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
if old_stat != nil {
|
||||||
|
mergo.Merge(&stat, old_stat)
|
||||||
|
}
|
||||||
|
jsonData, _ := json.Marshal(stat)
|
||||||
|
_, err = rdb.HSet(ctx, "015:stat", key, string(jsonData)).Result()
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
func GetRedisStatAll() (map[string]string, error) {
|
||||||
|
rdb, ctx := utils.GetRedisClient()
|
||||||
|
return rdb.HGetAll(ctx, "015:stat").Result()
|
||||||
|
}
|
||||||
@@ -3,17 +3,17 @@ package utils
|
|||||||
import "github.com/hibiken/asynq"
|
import "github.com/hibiken/asynq"
|
||||||
|
|
||||||
func GetQueueClient() *asynq.Client {
|
func GetQueueClient() *asynq.Client {
|
||||||
opt := RedisURI2AsynqOpt(GetEnv("REDIS_URL"))
|
opt := RedisURI2AsynqOpt(GetEnv("redis.url"))
|
||||||
return asynq.NewClient(opt)
|
return asynq.NewClient(opt)
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetQueueInspector() *asynq.Inspector {
|
func GetQueueInspector() *asynq.Inspector {
|
||||||
opt := RedisURI2AsynqOpt(GetEnv("REDIS_URL"))
|
opt := RedisURI2AsynqOpt(GetEnv("redis.url"))
|
||||||
return asynq.NewInspector(opt)
|
return asynq.NewInspector(opt)
|
||||||
}
|
}
|
||||||
|
|
||||||
func RedisURI2AsynqOpt(uri string) asynq.RedisConnOpt {
|
func RedisURI2AsynqOpt(uri string) asynq.RedisConnOpt {
|
||||||
opt, err := asynq.ParseRedisURI(GetEnv("REDIS_URL"))
|
opt, err := asynq.ParseRedisURI(GetEnv("redis.url"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
package utils
|
package utils
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"strings"
|
||||||
|
|
||||||
"github.com/spf13/viper"
|
"github.com/spf13/viper"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -15,16 +17,20 @@ func InitEnv() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
v = viper.New()
|
v = viper.New()
|
||||||
v.SetConfigName(".env")
|
v.SetConfigName("config.yaml")
|
||||||
v.SetConfigType("env")
|
v.SetConfigType("yaml")
|
||||||
|
v.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
|
||||||
v.AddConfigPath(".")
|
v.AddConfigPath(".")
|
||||||
v.AddConfigPath("../")
|
v.AddConfigPath("../")
|
||||||
v.AutomaticEnv()
|
v.AutomaticEnv()
|
||||||
if err := v.ReadInConfig(); err != nil {
|
v.WatchConfig()
|
||||||
if _, ok := err.(viper.ConfigFileNotFoundError); !ok {
|
err := v.ReadInConfig()
|
||||||
// 只有当错误不是"配置文件未找到"时才 panic
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
// if _, ok := err.(viper.ConfigFileNotFoundError); !ok {
|
||||||
|
// // 只有当错误不是"配置文件未找到"时才 panic
|
||||||
|
// panic(err)
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -40,3 +46,8 @@ func GetEnvWithDefault(key string, defaultValue string) string {
|
|||||||
}
|
}
|
||||||
return value
|
return value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func GetEnvMapString(key string) map[string]string {
|
||||||
|
InitEnv()
|
||||||
|
return v.GetStringMapString(key)
|
||||||
|
}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ func GetUploadDirPath() (string, error) {
|
|||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
finalPath := filepath.Join(basepath, "uploads")
|
finalPath := filepath.Join(basepath, "uploads")
|
||||||
uploadPath := GetEnvWithDefault("UPLOAD_PATH", finalPath)
|
uploadPath := GetEnvWithDefault("upload.path", finalPath)
|
||||||
if err := os.MkdirAll(uploadPath, 0755); err != nil {
|
if err := os.MkdirAll(uploadPath, 0755); err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|||||||
58
backend/internal/utils/http_result_test.go
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
package utils
|
||||||
|
|
||||||
|
import (
|
||||||
|
"encoding/json"
|
||||||
|
"net/http"
|
||||||
|
"net/http/httptest"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/labstack/echo/v4"
|
||||||
|
"github.com/stretchr/testify/assert"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestHTTPSuccessHandler(t *testing.T) {
|
||||||
|
e := echo.New()
|
||||||
|
req := httptest.NewRequest(http.MethodGet, "/", nil)
|
||||||
|
rec := httptest.NewRecorder()
|
||||||
|
c := e.NewContext(req, rec)
|
||||||
|
|
||||||
|
data := map[string]interface{}{"result": "success"}
|
||||||
|
err := HTTPSuccessHandler(c, data)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assert.Equal(t, http.StatusOK, rec.Code)
|
||||||
|
|
||||||
|
var response map[string]interface{}
|
||||||
|
err = json.Unmarshal(rec.Body.Bytes(), &response)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
expected := map[string]interface{}{
|
||||||
|
"code": float64(http.StatusOK),
|
||||||
|
"message": "success",
|
||||||
|
"data": data,
|
||||||
|
}
|
||||||
|
assert.Equal(t, expected, response)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestHTTPErrorHandler(t *testing.T) {
|
||||||
|
e := echo.New()
|
||||||
|
req := httptest.NewRequest(http.MethodGet, "/", nil)
|
||||||
|
rec := httptest.NewRecorder()
|
||||||
|
c := e.NewContext(req, rec)
|
||||||
|
|
||||||
|
err := HTTPErrorHandler(c, assert.AnError)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assert.Equal(t, http.StatusBadRequest, rec.Code)
|
||||||
|
|
||||||
|
var response map[string]interface{}
|
||||||
|
err = json.Unmarshal(rec.Body.Bytes(), &response)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
expected := map[string]interface{}{
|
||||||
|
"code": float64(http.StatusBadRequest),
|
||||||
|
"message": assert.AnError.Error(),
|
||||||
|
"data": map[string]interface{}{},
|
||||||
|
}
|
||||||
|
assert.Equal(t, expected, response)
|
||||||
|
}
|
||||||
17
backend/internal/utils/password.go
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
package utils
|
||||||
|
|
||||||
|
import (
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"golang.org/x/crypto/argon2"
|
||||||
|
)
|
||||||
|
|
||||||
|
func GeneratePasswordHash(password string) (string, error) {
|
||||||
|
salt := GetEnv("share.password_salt")
|
||||||
|
if salt == "" {
|
||||||
|
return "", errors.New("请配置PASSWORD_SALT")
|
||||||
|
}
|
||||||
|
hash := argon2.IDKey([]byte(password), []byte(salt), 1, 64*1024, 4, 32)
|
||||||
|
return fmt.Sprintf("%x", hash), nil
|
||||||
|
}
|
||||||
71
backend/internal/utils/password_test.go
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
package utils
|
||||||
|
|
||||||
|
import (
|
||||||
|
"os"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/stretchr/testify/assert"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestGeneratePasswordHash(t *testing.T) {
|
||||||
|
// 保存原始环境变量
|
||||||
|
originalSalt := os.Getenv("share.password_salt")
|
||||||
|
defer os.Setenv("share.password_salt", originalSalt)
|
||||||
|
|
||||||
|
tests := []struct {
|
||||||
|
name string
|
||||||
|
password string
|
||||||
|
salt string
|
||||||
|
expectError bool
|
||||||
|
errorMsg string
|
||||||
|
}{
|
||||||
|
{
|
||||||
|
name: "share.password_salt未配置",
|
||||||
|
password: "testpassword",
|
||||||
|
salt: "",
|
||||||
|
expectError: true,
|
||||||
|
errorMsg: "请配置share.password_salt",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "正常生成哈希",
|
||||||
|
password: "testpassword123",
|
||||||
|
salt: "testsalt",
|
||||||
|
expectError: false,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, tt := range tests {
|
||||||
|
t.Run(tt.name, func(t *testing.T) {
|
||||||
|
// 设置环境变量
|
||||||
|
if tt.salt != "" {
|
||||||
|
os.Setenv("share.password_salt", tt.salt)
|
||||||
|
} else {
|
||||||
|
os.Unsetenv("share.password_salt")
|
||||||
|
}
|
||||||
|
|
||||||
|
hash, err := GeneratePasswordHash(tt.password)
|
||||||
|
|
||||||
|
if tt.expectError {
|
||||||
|
if err == nil {
|
||||||
|
t.Errorf("期望错误,但得到了 nil")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if err.Error() != tt.errorMsg {
|
||||||
|
t.Errorf("期望错误信息 '%s',但得到了 '%s'", tt.errorMsg, err.Error())
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if err != nil {
|
||||||
|
t.Errorf("不期望错误,但得到了: %v", err)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// 验证哈希格式:argon2 32字节 = 64个十六进制字符
|
||||||
|
if len(hash) != 64 {
|
||||||
|
t.Errorf("期望哈希长度为64,但得到了 %d", len(hash))
|
||||||
|
}
|
||||||
|
assert.Equal(t, hash, "537275f995fdd46eb2e5455b8a29adccb60c5637689d29646676a5f1bffb63f3")
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -10,7 +10,7 @@ var rdb *redis.Client = InitRedis()
|
|||||||
var ctx = context.Background()
|
var ctx = context.Background()
|
||||||
|
|
||||||
func InitRedis() *redis.Client {
|
func InitRedis() *redis.Client {
|
||||||
opt, err := redis.ParseURL(GetEnv("REDIS_URL"))
|
opt, err := redis.ParseURL(GetEnv("redis.url"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import (
|
|||||||
"backend/internal/controllers"
|
"backend/internal/controllers"
|
||||||
"backend/internal/utils"
|
"backend/internal/utils"
|
||||||
"backend/middleware"
|
"backend/middleware"
|
||||||
|
"fmt"
|
||||||
|
|
||||||
"github.com/labstack/echo/v4"
|
"github.com/labstack/echo/v4"
|
||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
@@ -12,7 +13,7 @@ import (
|
|||||||
func main() {
|
func main() {
|
||||||
// 日志
|
// 日志
|
||||||
var logger *zap.Logger
|
var logger *zap.Logger
|
||||||
if utils.GetEnvWithDefault("NODE_ENV", "production") == "production" {
|
if utils.GetEnvWithDefault("node.env", "production") == "production" {
|
||||||
logger, _ = zap.NewProduction()
|
logger, _ = zap.NewProduction()
|
||||||
} else {
|
} else {
|
||||||
logger, _ = zap.NewDevelopment()
|
logger, _ = zap.NewDevelopment()
|
||||||
@@ -40,5 +41,7 @@ func main() {
|
|||||||
e.GET("/image/compress/:id", controllers.GetCompressImage)
|
e.GET("/image/compress/:id", controllers.GetCompressImage)
|
||||||
|
|
||||||
e.GET("/stat", controllers.GetStat)
|
e.GET("/stat", controllers.GetStat)
|
||||||
e.Logger.Fatal(e.Start(":1323"))
|
e.GET("/config", controllers.GetConfig)
|
||||||
|
e.GET("/about", controllers.GetAbout)
|
||||||
|
e.Logger.Fatal(e.Start(fmt.Sprintf(":%s", utils.GetEnvWithDefault("api.port", "5001"))))
|
||||||
}
|
}
|
||||||
|
|||||||
55
config.example.yaml
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
share:
|
||||||
|
# (必填)你的下载secret,每一次下载次数减1的时候都会根据这里的secret生成一个下载jwt token, 有效期一小时,使用该下载token有效期内可以多线程下载该文件而不会被多次扣除次数
|
||||||
|
download_secret: your-secret-token
|
||||||
|
# 颁发的下载token的窗口期,默认12小时,文件过期后自动从服务器删除时间为此时间基础上加1小时,默认为12+1=13小时
|
||||||
|
download_window: 12
|
||||||
|
# (必填)设置密码时会把密码加盐
|
||||||
|
password_salt: your-passwall-salt
|
||||||
|
|
||||||
|
upload:
|
||||||
|
# 上传文件保存路径
|
||||||
|
path: /upload
|
||||||
|
# 指定实例最大上传容量,支持填写人类可读的值,比如1TiB,500GiB等,注意填写GiB而不是GB, Gib按1024字节计算,Gb按1000字节计算
|
||||||
|
maximum: 100GiB
|
||||||
|
|
||||||
|
redis:
|
||||||
|
# (必填)redis 地址
|
||||||
|
url: redis://redis:6379/0
|
||||||
|
|
||||||
|
# 站点基本信息
|
||||||
|
site:
|
||||||
|
# 必填,对应你的公网域名
|
||||||
|
url: http://localhost:5000
|
||||||
|
title:
|
||||||
|
'en': '015'
|
||||||
|
desc:
|
||||||
|
'en': '015 is an open-source temporary file sharing platform project that supports uploading, downloading, and sharing files and text.'
|
||||||
|
icon: '/logo.png'
|
||||||
|
bg_url: 'https://img.fudaoyuan.icu/api/1/random/?scale_min=1.5&webp=true&md=false&format=302'
|
||||||
|
|
||||||
|
# 关于页面的
|
||||||
|
about:
|
||||||
|
# hero图片 推荐3:1 比例
|
||||||
|
bg_url: 'https://files.mastodon.social/site_uploads/files/000/000/001/@1x/57c12f441d083cde.png'
|
||||||
|
# 关于信息,markdown格式
|
||||||
|
content:
|
||||||
|
'zh': |
|
||||||
|
### markdown测试文案
|
||||||
|
|
||||||
|
这里有一个图片示例:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
这里有一个[示例链接](https://fudaoyuan.icu)
|
||||||
|
'en': |
|
||||||
|
### Markdown Test Content
|
||||||
|
|
||||||
|
Here is an image example:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Here is a [sample link](https://fudaoyuan.icu)
|
||||||
|
email: keven@fudaoyuan.icu
|
||||||
|
name: keven
|
||||||
|
url: 'https://fudaoyuan.icu'
|
||||||
|
avatar: ''
|
||||||
24
docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: fudaoyuanicu/015-app:latest
|
||||||
|
container_name: 015-app
|
||||||
|
volumes:
|
||||||
|
- ./uploads:/uploads
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
env_file: '.env'
|
||||||
|
depends_on:
|
||||||
|
- redis
|
||||||
|
|
||||||
|
worker:
|
||||||
|
image: fudaoyuanicu/015-worker:latest
|
||||||
|
container_name: worker
|
||||||
|
env_file: '.env'
|
||||||
|
volumes:
|
||||||
|
- ./uploads:/uploads
|
||||||
|
depends_on:
|
||||||
|
- app
|
||||||
|
- redis
|
||||||
|
redis:
|
||||||
|
image: redis:7
|
||||||
|
container_name: redis
|
||||||
@@ -1,19 +1,19 @@
|
|||||||
<!-- app.vue -->
|
<!-- app.vue -->
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { defineRule } from 'vee-validate';
|
import { defineRule } from 'vee-validate'
|
||||||
import { all } from '@vee-validate/rules';
|
import { all } from '@vee-validate/rules'
|
||||||
Object.entries(all).forEach(([name, rule]) => {
|
Object.entries(all).forEach(([name, rule]) => {
|
||||||
defineRule(name, rule);
|
defineRule(name, rule)
|
||||||
});
|
})
|
||||||
// @ts-check
|
// @ts-check
|
||||||
const { $serwist } = useNuxtApp();
|
// const { $serwist } = useNuxtApp();
|
||||||
$serwist?.addEventListener("installed", () => {
|
// $serwist?.addEventListener("installed", () => {
|
||||||
console.log("Serwist installed!");
|
// console.log("Serwist installed!");
|
||||||
});
|
// });
|
||||||
void $serwist?.register({ immediate: true });
|
// void $serwist?.register({ immediate: true });
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<NuxtLayout>
|
<NuxtLayout>
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</NuxtLayout>
|
</NuxtLayout>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -41,6 +41,24 @@
|
|||||||
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
||||||
--color-sidebar-border: var(--sidebar-border);
|
--color-sidebar-border: var(--sidebar-border);
|
||||||
--color-sidebar-ring: var(--sidebar-ring);
|
--color-sidebar-ring: var(--sidebar-ring);
|
||||||
|
--animate-accordion-down: accordion-down 0.2s ease-out;
|
||||||
|
--animate-accordion-up: accordion-up 0.2s ease-out;
|
||||||
|
@keyframes accordion-down {
|
||||||
|
from {
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
height: var(--reka-accordion-content-height);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes accordion-up {
|
||||||
|
from {
|
||||||
|
height: var(--reka-accordion-content-height);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@@ -50,7 +68,7 @@
|
|||||||
--card-foreground: oklch(0.129 0.042 264.695);
|
--card-foreground: oklch(0.129 0.042 264.695);
|
||||||
--popover: oklch(1 0 0);
|
--popover: oklch(1 0 0);
|
||||||
--popover-foreground: oklch(0.129 0.042 264.695);
|
--popover-foreground: oklch(0.129 0.042 264.695);
|
||||||
--primary: oklch(0.208 0.042 265.755);
|
--primary: oklch(0.4349 0.0673 257.47);
|
||||||
--primary-foreground: oklch(0.984 0.003 247.858);
|
--primary-foreground: oklch(0.984 0.003 247.858);
|
||||||
--secondary: oklch(0.968 0.007 247.896);
|
--secondary: oklch(0.968 0.007 247.896);
|
||||||
--secondary-foreground: oklch(0.208 0.042 265.755);
|
--secondary-foreground: oklch(0.208 0.042 265.755);
|
||||||
|
|||||||
127
front/components/About/AboutBaseInfo.vue
Normal file
@@ -0,0 +1,127 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { useQuery } from '@tanstack/vue-query'
|
||||||
|
import { Skeleton } from '@/components/ui/skeleton'
|
||||||
|
import getFileSize from '~/lib/getFileSize'
|
||||||
|
import SparkMD5 from 'spark-md5'
|
||||||
|
import useMyAppConfig from '@/composables/useMyAppConfig'
|
||||||
|
import Progress from '~/components/ui/progress/Progress.vue'
|
||||||
|
import renderI18n from '~/lib/renderI18n'
|
||||||
|
import { I18nT } from 'vue-i18n'
|
||||||
|
|
||||||
|
const { locale } = useI18n()
|
||||||
|
const appConfig = useMyAppConfig()
|
||||||
|
const { data, isLoading } = useQuery({
|
||||||
|
queryKey: ['about'],
|
||||||
|
queryFn: async () => {
|
||||||
|
const data = await $fetch<{
|
||||||
|
data: {
|
||||||
|
file: {
|
||||||
|
maximun: number
|
||||||
|
current: number
|
||||||
|
}
|
||||||
|
bg_url?: string
|
||||||
|
avatar?: string
|
||||||
|
name?: string
|
||||||
|
email?: string
|
||||||
|
url?: string
|
||||||
|
content?: Record<string, string>
|
||||||
|
}
|
||||||
|
}>('/api/about')
|
||||||
|
return data?.data
|
||||||
|
},
|
||||||
|
})
|
||||||
|
const { t } = useI18n()
|
||||||
|
|
||||||
|
const genUserAvatar = (email: string) => {
|
||||||
|
return `https://www.gravatar.com/avatar/${SparkMD5.hash(email)}?d=retro`
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<template v-if="isLoading">
|
||||||
|
<div class="flex flex-col gap-2">
|
||||||
|
<Skeleton class="aspect-[3/1] w-full rounded-xl" />
|
||||||
|
<div class="flex flex-col gap-2 items-center">
|
||||||
|
<Skeleton class="h-6 w-32 rounded" />
|
||||||
|
<Skeleton class="h-4 w-52 rounded" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
<NuxtImg v-if="data?.bg_url" :src="data?.bg_url" class="aspect-[3/1] w-full rounded-xl object-cover" />
|
||||||
|
<div class="flex flex-col gap-2 items-center">
|
||||||
|
<div class="text-xl">{{ renderI18n(appConfig?.site_title ?? {}, 'en', locale) }}</div>
|
||||||
|
<div class="text-sm opacity-75 text-center px-5">
|
||||||
|
<I18nT keypath="about.powerBy" tag="span">
|
||||||
|
<NuxtLink href="https://github.com/keven1024/015" target="_blank" class="text-primary hover:underline">015</NuxtLink>
|
||||||
|
</I18nT>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<div class="font-semibold">{{ t('about.systemInfo') }}</div>
|
||||||
|
<template v-if="isLoading">
|
||||||
|
<div class="flex flex-row gap-2">
|
||||||
|
<Skeleton class="w-full h-20 rounded-xl" v-for="i in 2" :key="i" />
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-2">
|
||||||
|
<div class="rounded-xl bg-white/50 flex-1 flex flex-col p-3 gap-2">
|
||||||
|
<div class="opacity-75 text-xs">{{ t('about.admin') }}</div>
|
||||||
|
<div
|
||||||
|
class="flex flex-row gap-2 items-center cursor-pointer"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
if (data?.url) {
|
||||||
|
navigateTo(data?.url, { external: true })
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if (data?.email) {
|
||||||
|
navigateTo(`mailto:${data?.email ?? ''}`, { external: true })
|
||||||
|
return
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<Avatar class="size-10">
|
||||||
|
<AvatarImage v-if="!!data?.avatar || !!data?.email" :src="data?.avatar || genUserAvatar(data?.email as string)" />
|
||||||
|
<AvatarFallback class="bg-black/10 font-bold">
|
||||||
|
{{ data?.name?.charAt(0)?.toUpperCase() }}
|
||||||
|
</AvatarFallback>
|
||||||
|
</Avatar>
|
||||||
|
<div class="flex flex-col">
|
||||||
|
<div class="text-md font-semibold">{{ data?.name }}</div>
|
||||||
|
<div class="text-xs opacity-75">{{ data?.email }}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="rounded-xl bg-white/50 flex-1 flex flex-col p-3 gap-2">
|
||||||
|
<div class="opacity-75 text-xs">{{ t('about.storage') }}</div>
|
||||||
|
<div class="text-right flex flex-row items-baseline">
|
||||||
|
<span class="text-lg font-semibold">{{ getFileSize(data?.file?.current ?? 0) }}</span>
|
||||||
|
<span class="text-md opacity-75">/ {{ getFileSize(data?.file?.maximun ?? 0) }}</span>
|
||||||
|
</div>
|
||||||
|
<Progress class="h-1" :model-value="((data?.file?.current ?? 0) / (data?.file?.maximun ?? 0)) * 100" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<template v-if="isLoading">
|
||||||
|
<Skeleton class="w-full h-16 rounded-xl" />
|
||||||
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
<div v-if="data?.content" class="rounded-xl bg-white/50 flex flex-col px-3 gap-2">
|
||||||
|
<Accordion type="single" collapsible>
|
||||||
|
<AccordionItem value="about">
|
||||||
|
<AccordionTrigger>
|
||||||
|
<span class="font-semibold">{{ t('about.about') }}</span>
|
||||||
|
</AccordionTrigger>
|
||||||
|
<AccordionContent>
|
||||||
|
<MarkdownRender :markdown="renderI18n(data?.content ?? {}, 'en', locale) ?? ''" />
|
||||||
|
</AccordionContent>
|
||||||
|
</AccordionItem>
|
||||||
|
</Accordion>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</template>
|
||||||
187
front/components/About/AboutChartView.vue
Normal file
@@ -0,0 +1,187 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { CurveType } from '@unovis/ts'
|
||||||
|
import { AreaChart } from '@/components/ui/chart-area'
|
||||||
|
import { cx } from 'class-variance-authority'
|
||||||
|
import { useQuery } from '@tanstack/vue-query'
|
||||||
|
import { Skeleton } from '@/components/ui/skeleton'
|
||||||
|
import AboutChartTooltip from '@/components/AboutChartTooltip.vue'
|
||||||
|
import dayjs from 'dayjs'
|
||||||
|
import { times } from 'lodash-es'
|
||||||
|
|
||||||
|
interface StatChartData {
|
||||||
|
file_size: number
|
||||||
|
file_num: number
|
||||||
|
share_num: number
|
||||||
|
download_num: number
|
||||||
|
date: string
|
||||||
|
}
|
||||||
|
|
||||||
|
interface QueueChartData {
|
||||||
|
processed: number
|
||||||
|
failed: number
|
||||||
|
date: string
|
||||||
|
}
|
||||||
|
|
||||||
|
type ChartDataItem = StatChartData | QueueChartData
|
||||||
|
|
||||||
|
type ChartConfig = {
|
||||||
|
data: ChartDataItem[]
|
||||||
|
index: string
|
||||||
|
categories: string[]
|
||||||
|
colors: string[]
|
||||||
|
}
|
||||||
|
|
||||||
|
const { data, isLoading } = useQuery({
|
||||||
|
queryKey: ['stat'],
|
||||||
|
queryFn: async () => {
|
||||||
|
const response = await $fetch<{
|
||||||
|
data: {
|
||||||
|
chart: {
|
||||||
|
storage: Record<string, StatChartData>
|
||||||
|
queue: Record<string, QueueChartData>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}>('/api/stat')
|
||||||
|
return response.data
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
const { t } = useI18n()
|
||||||
|
|
||||||
|
const chartTabs = computed(() => {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
label: t('about.file'),
|
||||||
|
value: 'storage',
|
||||||
|
total: data.value?.chart?.storage
|
||||||
|
? Object.values(data.value.chart.storage).reduce((acc: number, curr: StatChartData) => acc + curr.file_num, 0)
|
||||||
|
: 0,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('about.share'),
|
||||||
|
value: 'share',
|
||||||
|
total: data.value?.chart?.storage
|
||||||
|
? Object.values(data.value.chart.storage).reduce((acc: number, curr: StatChartData) => acc + curr.share_num, 0)
|
||||||
|
: 0,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('about.download'),
|
||||||
|
value: 'download',
|
||||||
|
total: data.value?.chart?.storage
|
||||||
|
? Object.values(data.value.chart.storage).reduce((acc: number, curr: StatChartData) => acc + curr.download_num, 0)
|
||||||
|
: 0,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: t('about.task'),
|
||||||
|
value: 'queue',
|
||||||
|
total: data.value?.chart?.queue
|
||||||
|
? Object.values(data.value.chart.queue).reduce((acc: number, curr: QueueChartData) => acc + curr.processed + curr.failed, 0)
|
||||||
|
: 0,
|
||||||
|
},
|
||||||
|
]
|
||||||
|
})
|
||||||
|
|
||||||
|
const currentChartTab = ref<'storage' | 'queue' | 'share' | 'download'>('storage')
|
||||||
|
const currentChartData = computed((): ChartConfig => {
|
||||||
|
const { storage, queue } = data.value?.chart || {}
|
||||||
|
if (currentChartTab.value === 'queue') {
|
||||||
|
const queueData = times(30, (i) => {
|
||||||
|
return {
|
||||||
|
date: dayjs().subtract(i, 'day').format('YYYY-MM-DD'),
|
||||||
|
processed: queue?.[dayjs().subtract(i, 'day').format('YYYY-MM-DD')]?.processed || 0,
|
||||||
|
failed: queue?.[dayjs().subtract(i, 'day').format('YYYY-MM-DD')]?.failed || 0,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
return {
|
||||||
|
data: queueData,
|
||||||
|
index: 'date' as const,
|
||||||
|
categories: ['processed', 'failed'] as const,
|
||||||
|
colors: ['#4ade80', '#f87171'],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const storageData = times(30, (i) => {
|
||||||
|
const base = { date: dayjs().subtract(i, 'day').format('YYYY-MM-DD') }
|
||||||
|
if (currentChartTab.value === 'share') {
|
||||||
|
return {
|
||||||
|
...base,
|
||||||
|
share_num: storage?.[dayjs().subtract(i, 'day').format('YYYY-MM-DD')]?.share_num || 0,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (currentChartTab.value === 'download') {
|
||||||
|
return {
|
||||||
|
...base,
|
||||||
|
download_num: storage?.[dayjs().subtract(i, 'day').format('YYYY-MM-DD')]?.download_num || 0,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
...base,
|
||||||
|
file_size: storage?.[dayjs().subtract(i, 'day').format('YYYY-MM-DD')]?.file_size || 0,
|
||||||
|
file_num: storage?.[dayjs().subtract(i, 'day').format('YYYY-MM-DD')]?.file_num || 0,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
let categories = ['file_size', 'file_num']
|
||||||
|
if (currentChartTab.value === 'share') {
|
||||||
|
categories = ['share_num']
|
||||||
|
}
|
||||||
|
if (currentChartTab.value === 'download') {
|
||||||
|
categories = ['download_num']
|
||||||
|
}
|
||||||
|
let colors = ['#38bdf8', '#a78bfa']
|
||||||
|
if (currentChartTab.value === 'share') {
|
||||||
|
colors = ['#ea580c']
|
||||||
|
}
|
||||||
|
if (currentChartTab.value === 'download') {
|
||||||
|
colors = ['#a3e635']
|
||||||
|
}
|
||||||
|
return {
|
||||||
|
data: storageData as ChartDataItem[],
|
||||||
|
index: 'date' as const,
|
||||||
|
categories,
|
||||||
|
colors,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="font-semibold">{{ t('about.analysis') }}</div>
|
||||||
|
<template v-if="isLoading">
|
||||||
|
<div class="flex flex-row gap-2">
|
||||||
|
<Skeleton class="w-full h-96 rounded-xl" />
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
<div class="flex flex-col gap-2 bg-white/50 w-full rounded-xl py-5">
|
||||||
|
<div class="grid grid-cols-2 md:grid-cols-4 gap-2 px-5">
|
||||||
|
<div
|
||||||
|
:class="cx('rounded-md min-w-30 flex flex-col px-3 py-1.5 cursor-pointer', currentChartTab === tab.value && 'bg-black/10')"
|
||||||
|
v-for="tab in chartTabs"
|
||||||
|
:key="tab.value"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
currentChartTab = tab.value as 'storage' | 'queue'
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div class="opacity-75 text-xs">{{ tab.label }}</div>
|
||||||
|
<div class="text-lg font-semibold">{{ tab.total }}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<AreaChart
|
||||||
|
v-if="currentChartData"
|
||||||
|
class="h-64 w-full"
|
||||||
|
:key="currentChartTab"
|
||||||
|
:index="currentChartData.index"
|
||||||
|
:data="currentChartData.data"
|
||||||
|
:categories="currentChartData.categories"
|
||||||
|
:show-grid-line="false"
|
||||||
|
:show-legend="false"
|
||||||
|
:show-y-axis="true"
|
||||||
|
:show-x-axis="true"
|
||||||
|
:colors="currentChartData.colors"
|
||||||
|
:custom-tooltip="AboutChartTooltip"
|
||||||
|
:curve-type="CurveType.CatmullRom"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</template>
|
||||||
20
front/components/About/AboutVersionView.vue
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import useMyAppConfig from '@/composables/useMyAppConfig'
|
||||||
|
import dayjs from 'dayjs'
|
||||||
|
|
||||||
|
const appConfig = useMyAppConfig()
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="flex flex-row flex-wrap gap-4 items-center text-sm opacity-60">
|
||||||
|
<div class="flex flex-row gap-1 opacity-100">
|
||||||
|
<NuxtLink href="https://github.com/keven1024/015" target="_blank" class="text-primary hover:underline">015</NuxtLink>
|
||||||
|
{{ appConfig?.version ?? 'dev' }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div v-if="appConfig?.build_time">
|
||||||
|
{{ `Build at ${dayjs(appConfig?.build_time * 1000).format('YYYY-MM-DD')}` }}
|
||||||
|
</div>
|
||||||
|
<div>Designed by <NuxtLink href="https://fudaoyuan.icu" target="_blank" class="text-primary hover:underline">keven1024</NuxtLink></div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
@@ -1,53 +1,43 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { filesize } from "filesize";
|
import getFileSize from '~/lib/getFileSize'
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
data: { name: string; value: string; color: string }[];
|
data: { name: string; value: string; color: string }[]
|
||||||
title: string;
|
title: string
|
||||||
}>();
|
}>()
|
||||||
const dataKeyMap = {
|
const dataKeyMap = {
|
||||||
file_size: {
|
file_size: {
|
||||||
"zh-CN": "文件大小",
|
'zh-CN': '文件大小',
|
||||||
en: "File Size",
|
en: 'File Size',
|
||||||
},
|
},
|
||||||
file_num: {
|
file_num: {
|
||||||
"zh-CN": "文件数量",
|
'zh-CN': '文件数量',
|
||||||
en: "File Num",
|
en: 'File Num',
|
||||||
},
|
},
|
||||||
processed: {
|
processed: {
|
||||||
"zh-CN": "处理数量",
|
'zh-CN': '处理数量',
|
||||||
en: "Processed",
|
en: 'Processed',
|
||||||
},
|
},
|
||||||
failed: {
|
failed: {
|
||||||
"zh-CN": "失败数量",
|
'zh-CN': '失败数量',
|
||||||
en: "Failed",
|
en: 'Failed',
|
||||||
},
|
},
|
||||||
};
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="rounded-md bg-white p-2 flex flex-col gap-2">
|
<div class="rounded-md bg-white p-2 flex flex-col gap-2">
|
||||||
<div class="text-sm font-medium">{{ title }}</div>
|
<div class="text-sm font-medium">{{ title }}</div>
|
||||||
<div v-for="(item, index) in data" :key="index">
|
<div v-for="(item, index) in data" :key="index">
|
||||||
<div class="flex flex-row items-center gap-2">
|
<div class="flex flex-row items-center gap-2">
|
||||||
<div
|
<div class="h-5 w-2 rounded-full" :style="{ backgroundColor: item.color ?? '#222' }"></div>
|
||||||
class="h-5 w-2 rounded-full"
|
<div class="text-xs font-medium">
|
||||||
:style="{ backgroundColor: item.color ?? '#222' }"
|
{{ dataKeyMap?.[item.name as keyof typeof dataKeyMap]?.['en'] ?? item.name }}
|
||||||
></div>
|
</div>
|
||||||
<div class="text-xs font-medium">
|
<div class="text-sm">
|
||||||
{{
|
{{ ['file_size']?.includes(item?.name) ? getFileSize(item.value) : item.value }}
|
||||||
dataKeyMap?.[item.name as keyof typeof dataKeyMap]?.["en"] ??
|
</div>
|
||||||
item.name
|
</div>
|
||||||
}}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm">
|
|
||||||
{{
|
|
||||||
["file_size"]?.includes(item?.name)
|
|
||||||
? filesize(item.value)
|
|
||||||
: item.value
|
|
||||||
}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,120 +1,108 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {
|
import {
|
||||||
LucideShare,
|
LucideShare,
|
||||||
LucideImage,
|
LucideImage,
|
||||||
LucideBot,
|
LucideBot,
|
||||||
LucideLanguages,
|
LucideLanguages,
|
||||||
LucideFileText,
|
LucideFileText,
|
||||||
LucideImageMinus,
|
LucideImageMinus,
|
||||||
LucideArrowRightLeft,
|
LucideArrowRightLeft,
|
||||||
LucideImagePlus,
|
LucideImagePlus,
|
||||||
LucideAudioLines,
|
LucideAudioLines,
|
||||||
LucideListMusic,
|
LucideListMusic,
|
||||||
} from "lucide-vue-next";
|
} from 'lucide-vue-next'
|
||||||
import { cx } from "class-variance-authority";
|
import { cx } from 'class-variance-authority'
|
||||||
import { isObject } from "lodash-es";
|
import { isObject } from 'lodash-es'
|
||||||
import showDrawer from "@/lib/showDrawer";
|
import showDrawer from '@/lib/showDrawer'
|
||||||
import FileShareHandle from "@/components/Preprocessing/FileShareHandle.vue";
|
import FileShareHandle from '@/components/Preprocessing/FileShareHandle.vue'
|
||||||
const { t } = useI18n();
|
import type { FileShareHandleProps } from '../Preprocessing/types'
|
||||||
|
const { t } = useI18n()
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
hide: () => void;
|
hide: () => void
|
||||||
file: File;
|
file: File[]
|
||||||
onFileHandle: ({ type, config }: { type: string; config: any }) => void;
|
onFileHandle: (props: FileShareHandleProps) => void
|
||||||
}>();
|
}>()
|
||||||
|
|
||||||
const isImage = computed(() => props.file.type.startsWith("image/"));
|
const isImage = computed(() => props.file.every((r) => r?.type?.startsWith('image/')))
|
||||||
const isVideo = computed(() => props.file.type.startsWith("video/"));
|
const isVideo = computed(() => props.file.every((r) => r?.type?.startsWith('video/')))
|
||||||
const isAudio = computed(() => props.file.type.startsWith("audio/"));
|
const isAudio = computed(() => props.file.every((r) => r?.type?.startsWith('audio/')))
|
||||||
const isMedia = computed(() => isImage.value || isVideo.value || isAudio.value);
|
const isMedia = computed(() => isImage.value || isVideo.value || isAudio.value)
|
||||||
|
|
||||||
const isPDF = computed(() => props.file.type.startsWith("application/pdf"));
|
const isPDF = computed(() => props.file.every((r) => r?.type?.startsWith('application/pdf')))
|
||||||
const isDOC = computed(() => props.file.type.startsWith("application/msword"));
|
const isDOC = computed(() => props.file.every((r) => r?.type?.startsWith('application/msword')))
|
||||||
const isXLS = computed(() =>
|
const isXLS = computed(() => props.file.every((r) => r?.type?.startsWith('application/vnd.ms-excel')))
|
||||||
props.file.type.startsWith("application/vnd.ms-excel"),
|
const isPPT = computed(() => props.file.every((r) => r?.type?.startsWith('application/vnd.ms-powerpoint')))
|
||||||
);
|
const isDocument = computed(() => isPDF.value || isDOC.value || isXLS.value || isPPT.value)
|
||||||
const isPPT = computed(() =>
|
|
||||||
props.file.type.startsWith("application/vnd.ms-powerpoint"),
|
|
||||||
);
|
|
||||||
const isDocument = computed(
|
|
||||||
() => isPDF.value || isDOC.value || isXLS.value || isPPT.value,
|
|
||||||
);
|
|
||||||
const actions = [
|
const actions = [
|
||||||
{
|
{
|
||||||
label: t("file.handleType.file-share"),
|
label: t('file.handleType.file-share'),
|
||||||
icon: LucideShare,
|
icon: LucideShare,
|
||||||
className: "bg-green-300",
|
className: 'bg-green-300',
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
showDrawer({
|
showDrawer({
|
||||||
render: ({ hide }) => h(FileShareHandle, { ...props, hide }),
|
render: ({ hide }) => h(FileShareHandle, { ...props, hide }),
|
||||||
});
|
})
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
isImage.value && {
|
||||||
isImage.value && {
|
label: t('file.handleType.file-image-compress'),
|
||||||
label: t("file.handleType.file-image-compress"),
|
icon: LucideImageMinus,
|
||||||
icon: LucideImageMinus,
|
className: 'bg-red-300',
|
||||||
className: "bg-red-300",
|
onClick: () => {
|
||||||
onClick: () => {
|
props.onFileHandle({ type: 'file-image-compress', config: {} })
|
||||||
props.onFileHandle({ type: "file-image-compress", config: {} });
|
},
|
||||||
},
|
},
|
||||||
},
|
// isImage.value && {
|
||||||
// isImage.value && {
|
// label: '图片翻译', icon: LucideLanguages, className: 'bg-orange-300', onClick: () => {
|
||||||
// label: '图片翻译', icon: LucideLanguages, className: 'bg-orange-300', onClick: () => {
|
// console.log('复制链接')
|
||||||
// console.log('复制链接')
|
// }
|
||||||
// }
|
// },
|
||||||
// },
|
// isImage.value && {
|
||||||
// isImage.value && {
|
// label: '图片超分', icon: LucideImagePlus, className: 'bg-cyan-300', onClick: () => {
|
||||||
// label: '图片超分', icon: LucideImagePlus, className: 'bg-cyan-300', onClick: () => {
|
// console.log('复制链接')
|
||||||
// console.log('复制链接')
|
// }
|
||||||
// }
|
// },
|
||||||
// },
|
// (isAudio.value || isVideo.value) && {
|
||||||
// (isAudio.value || isVideo.value) && {
|
// label: '转文本', icon: LucideListMusic, className: 'bg-cyan-300', onClick: () => {
|
||||||
// label: '转文本', icon: LucideListMusic, className: 'bg-cyan-300', onClick: () => {
|
// console.log('复制链接')
|
||||||
// console.log('复制链接')
|
// }
|
||||||
// }
|
// },
|
||||||
// },
|
// isAudio.value && {
|
||||||
// isAudio.value && {
|
// label: '语音克隆', icon: LucideAudioLines, className: 'bg-cyan-300', onClick: () => {
|
||||||
// label: '语音克隆', icon: LucideAudioLines, className: 'bg-cyan-300', onClick: () => {
|
// console.log('复制链接')
|
||||||
// console.log('复制链接')
|
// }
|
||||||
// }
|
// },
|
||||||
// },
|
// (isDocument.value || isMedia.value) && {
|
||||||
// (isDocument.value || isMedia.value) && {
|
// label: '格式转换', icon: LucideArrowRightLeft, className: 'bg-purple-300', onClick: () => {
|
||||||
// label: '格式转换', icon: LucideArrowRightLeft, className: 'bg-purple-300', onClick: () => {
|
// console.log('复制链接')
|
||||||
// console.log('复制链接')
|
// }
|
||||||
// }
|
// },
|
||||||
// },
|
|
||||||
]?.filter(isObject) as {
|
]?.filter(isObject) as {
|
||||||
label: string;
|
label: string
|
||||||
icon: any;
|
icon: any
|
||||||
className: string;
|
className: string
|
||||||
onClick: () => void;
|
onClick: () => void
|
||||||
}[];
|
}[]
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col gap-5 p-5">
|
<div class="flex flex-col gap-5 p-5">
|
||||||
<div class="flex flex-row gap-2">
|
<div class="flex flex-row gap-2">
|
||||||
<div
|
<div
|
||||||
v-for="item in actions"
|
v-for="item in actions"
|
||||||
:key="item.label"
|
:key="item.label"
|
||||||
class="flex flex-col items-center gap-2 max-w-20"
|
class="flex flex-col items-center gap-2 max-w-20"
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
props?.hide();
|
props?.hide()
|
||||||
item?.onClick();
|
item?.onClick()
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div :class="cx('size-14 flex justify-center items-center rounded-full mx-3', item?.className)">
|
||||||
:class="
|
<component :is="item?.icon" />
|
||||||
cx(
|
</div>
|
||||||
'size-14 flex justify-center items-center rounded-full mx-3',
|
<div class="text-xs truncate w-full text-center">{{ item?.label }}</div>
|
||||||
item?.className,
|
</div>
|
||||||
)
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<component :is="item?.icon" />
|
|
||||||
</div>
|
</div>
|
||||||
<div class="text-xs truncate w-full text-center">{{ item?.label }}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
39
front/components/Drawer/PasswallShareDrawer.vue
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import VeeForm from '@/components/VeeForm.vue'
|
||||||
|
import FormButton from '@/components/Field/FormButton.vue'
|
||||||
|
import InputField from '@/components/Field/InputField.vue'
|
||||||
|
import type { FormContext, GenericObject } from 'vee-validate'
|
||||||
|
import { toast } from 'vue-sonner'
|
||||||
|
const props = defineProps<{
|
||||||
|
share_id: string
|
||||||
|
hide: any
|
||||||
|
}>()
|
||||||
|
const { getShareToken } = useMyAppShare()
|
||||||
|
|
||||||
|
const handleSubmit = async (form: FormContext<GenericObject, GenericObject>) => {
|
||||||
|
try {
|
||||||
|
const password = form.values.password
|
||||||
|
const token = await getShareToken(props.share_id, { password })
|
||||||
|
if (!token) {
|
||||||
|
toast.error('密码错误')
|
||||||
|
form.resetForm()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
props?.hide(token)
|
||||||
|
return
|
||||||
|
} catch (error) {
|
||||||
|
toast.error('密码错误')
|
||||||
|
form.resetForm()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<VeeForm>
|
||||||
|
<div class="flex flex-col gap-5">
|
||||||
|
<div class="text-xl font-bold">输入密码</div>
|
||||||
|
<InputField name="password" type="password" rules="required" placeholder="请输入密码" />
|
||||||
|
<FormButton @click="handleSubmit">提交</FormButton>
|
||||||
|
</div>
|
||||||
|
</VeeForm>
|
||||||
|
</template>
|
||||||
@@ -1,57 +1,56 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import VeeForm from "@/components/VeeForm.vue";
|
import VeeForm from '@/components/VeeForm.vue'
|
||||||
import FormButton from "@/components/Field/FormButton.vue";
|
import FormButton from '@/components/Field/FormButton.vue'
|
||||||
import PinInputField from "@/components/Field/PinInputField.vue";
|
import PinInputField from '@/components/Field/PinInputField.vue'
|
||||||
import type { FormContext, GenericObject } from "vee-validate";
|
import type { FormContext, GenericObject } from 'vee-validate'
|
||||||
import { toast } from "vue-sonner";
|
import { toast } from 'vue-sonner'
|
||||||
const router = useRouter();
|
const router = useRouter()
|
||||||
|
const { t } = useI18n()
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
hide: () => void;
|
hide: () => void
|
||||||
}>();
|
}>()
|
||||||
const handleSubmit = async (
|
const handleSubmit = async (form: FormContext<GenericObject, GenericObject>) => {
|
||||||
form: FormContext<GenericObject, GenericObject>,
|
try {
|
||||||
) => {
|
const code = form.values.code
|
||||||
try {
|
const data = await $fetch<{
|
||||||
const code = form.values.code;
|
data: {
|
||||||
const data = await $fetch<{
|
share_id: string
|
||||||
data: {
|
}
|
||||||
share_id: string;
|
}>(`/api/share/pickup/${code}`)
|
||||||
};
|
if (!data.data.share_id) {
|
||||||
}>(`/api/share/pickup/${code}`);
|
toast.error(t('pickup.codeError'))
|
||||||
if (!data.data.share_id) {
|
form.resetForm()
|
||||||
toast.error("取件码错误");
|
return
|
||||||
form.resetForm();
|
}
|
||||||
return;
|
const { share_id } = data.data
|
||||||
|
props.hide()
|
||||||
|
router.push({
|
||||||
|
path: `/s/${share_id}`,
|
||||||
|
})
|
||||||
|
return
|
||||||
|
} catch (error) {
|
||||||
|
toast.error(t('pickup.codeError'))
|
||||||
|
form.resetForm()
|
||||||
}
|
}
|
||||||
const { share_id } = data.data;
|
}
|
||||||
props.hide();
|
|
||||||
router.push({
|
|
||||||
path: `/s/${share_id}`,
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
} catch (error) {
|
|
||||||
toast.error("取件码错误");
|
|
||||||
form.resetForm();
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VeeForm>
|
<VeeForm>
|
||||||
<div class="flex flex-col gap-5">
|
<div class="flex flex-col gap-5">
|
||||||
<div class="text-xl font-bold">输入取件码</div>
|
<div class="text-xl font-bold">{{ t('pickup.title') }}</div>
|
||||||
<PinInputField
|
<PinInputField
|
||||||
name="code"
|
name="code"
|
||||||
:rules="
|
:rules="
|
||||||
(value) => {
|
(value) => {
|
||||||
if (value?.length !== 4) {
|
if (value?.length !== 4) {
|
||||||
return false;
|
return false
|
||||||
}
|
}
|
||||||
return true;
|
return true
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<FormButton @click="handleSubmit">提交</FormButton>
|
<FormButton @click="handleSubmit">{{ t('btn.submit') }}</FormButton>
|
||||||
</div>
|
</div>
|
||||||
</VeeForm>
|
</VeeForm>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
20
front/components/Drawer/QrCoreDrawer.vue
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import QRCode from "qrcode";
|
||||||
|
const props = defineProps<{
|
||||||
|
hide: () => void;
|
||||||
|
data: any;
|
||||||
|
}>();
|
||||||
|
const { state } = useAsyncState(async () => {
|
||||||
|
return await QRCode.toDataURL(props.data);
|
||||||
|
}, null);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="flex flex-col gap-5">
|
||||||
|
<div class="text-xl font-bold">分享二维码</div>
|
||||||
|
<div class="flex flex-row justify-center">
|
||||||
|
<img :src="state" v-if="!!state" />
|
||||||
|
<Skeleton class="size-20" v-else />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
@@ -1,42 +1,71 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import FileUpload from "@/components/FileUpload.vue";
|
import FileUpload from '@/components/FileUpload.vue'
|
||||||
import { cx } from "class-variance-authority";
|
import { cx } from 'class-variance-authority'
|
||||||
import type { RuleExpression } from "vee-validate";
|
import type { RuleExpression } from 'vee-validate'
|
||||||
|
import Button from '../ui/button/Button.vue'
|
||||||
|
import { PlusIcon } from 'lucide-vue-next'
|
||||||
|
import { isEmpty } from 'lodash-es'
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
name: string;
|
name: string
|
||||||
rules?: RuleExpression<File>;
|
rules?: RuleExpression<File[]>
|
||||||
}>();
|
}>()
|
||||||
const { value, setValue } = useField<File>(props?.name, props?.rules);
|
const { value, setValue } = useField<File[]>(props?.name, props?.rules)
|
||||||
const { t } = useI18n();
|
const { t } = useI18n()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<FileUpload
|
<FileUpload
|
||||||
@onChange="
|
@onChange="
|
||||||
(file) => {
|
(file) => {
|
||||||
setValue(file);
|
// 这里没hash,我们姑且认为name和size,type都一样的为同一个文件
|
||||||
}
|
setValue([...(value?.filter((r) => r?.name !== file?.name || r?.type !== file?.type || r?.size !== file?.size) || []), file])
|
||||||
"
|
}
|
||||||
v-slot="{ isOverDropZone }"
|
"
|
||||||
>
|
v-slot="{ isOverDropZone }"
|
||||||
<div
|
|
||||||
:class="
|
|
||||||
cx(
|
|
||||||
'bg-white/50 rounded-md p-2 w-full h-40 flex flex-col items-center justify-center border border-dashed border-black/20 cursor-pointer text-gray-500 gap-3',
|
|
||||||
isOverDropZone && '!bg-green-100/50 ',
|
|
||||||
)
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<template v-if="!!value">
|
<div
|
||||||
<FilePreviewView :value="value" />
|
:class="
|
||||||
</template>
|
cx(
|
||||||
<template v-else>
|
'bg-white/50 rounded-md p-2 w-full min-h-40 flex flex-col items-center justify-center border border-dashed border-black/20 cursor-pointer text-gray-500 gap-3 transition-all duration-300',
|
||||||
<LucideUpload class="size-10" />
|
isOverDropZone && '!bg-green-100/50 '
|
||||||
<div class="text-sm">
|
)
|
||||||
{{ t("file.uploadFilePlaceholder") }}
|
"
|
||||||
|
>
|
||||||
|
<template v-if="!isEmpty(value)">
|
||||||
|
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-5 w-full">
|
||||||
|
<div v-for="item in value" :key="item?.name" class="flex flex-col items-center justify-center relative">
|
||||||
|
<div class="absolute top-0 right-0">
|
||||||
|
<Button
|
||||||
|
class="size-5 p-0 bg-red-500/20 hover:bg-red-500/60 text-red-500 hover:text-white"
|
||||||
|
@click="
|
||||||
|
(e: any) => {
|
||||||
|
e.stopPropagation()
|
||||||
|
setValue(
|
||||||
|
value?.filter((r) => r?.name !== item?.name || r?.type !== item?.type || r?.size !== item?.size) || []
|
||||||
|
)
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideX class="size-3" />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
<FilePreviewView :value="item" />
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-col items-center justify-center opacity-50 gap-1">
|
||||||
|
<div class="size-16 flex justify-center items-center rounded-xl bg-white/80">
|
||||||
|
<PlusIcon class="size-7" />
|
||||||
|
</div>
|
||||||
|
<div class="mb-3">{{ t('file.addMore') }}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
<LucideUpload class="size-10" />
|
||||||
|
<div class="text-sm select-none">
|
||||||
|
{{ t('file.uploadFilePlaceholder') }}
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</FileUpload>
|
||||||
</div>
|
|
||||||
</FileUpload>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,17 +1,16 @@
|
|||||||
<template>
|
<template>
|
||||||
<Field :name="props.name" v-slot="{ field }">
|
<Field :name="props.name" v-slot="{ field }">
|
||||||
<div class="flex flex-col gap-2">
|
<div class="flex flex-col gap-2">
|
||||||
<Label v-if="props.label">{{ props.label }}</Label>
|
<Label v-if="props.label">{{ props.label }}</Label>
|
||||||
<Input v-bind="field" :placeholder="props.placeholder" :class="props.class" />
|
<Input v-bind="{ ...field, ...$attrs }" />
|
||||||
</div>
|
</div>
|
||||||
</Field>
|
</Field>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import { Label } from '@/components/ui/label'
|
||||||
import { Input } from '@/components/ui/input'
|
import { Input } from '@/components/ui/input'
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
name: string
|
name: string
|
||||||
label?: string
|
label?: string
|
||||||
placeholder?: string
|
|
||||||
class?: string
|
|
||||||
}>()
|
}>()
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import Tiptap from '@/components/Tiptap.vue'
|
import Tiptap from '@/components/Tiptap/Index.vue'
|
||||||
import type { RuleExpression } from 'vee-validate'
|
import type { RuleExpression } from 'vee-validate'
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
name: string
|
name: string
|
||||||
rules?: RuleExpression<string>
|
rules?: RuleExpression<string>
|
||||||
}>()
|
}>()
|
||||||
const { value, } = useField<string>(props.name, props.rules)
|
const { value } = useField<string>(props.name, props.rules)
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import { cx } from 'class-variance-authority'
|
||||||
export type filePreview = {
|
export type filePreview = {
|
||||||
type: string
|
type: string
|
||||||
name: string
|
name: string
|
||||||
@@ -8,6 +9,7 @@ export type filePreview = {
|
|||||||
import { LucideFileAudio, LucideFileVideo, LucideFile, LucideFileCode, LucideFileArchive, LucideFileText } from 'lucide-vue-next'
|
import { LucideFileAudio, LucideFileVideo, LucideFile, LucideFileCode, LucideFileArchive, LucideFileText } from 'lucide-vue-next'
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
file: File | filePreview
|
file: File | filePreview
|
||||||
|
class?: string
|
||||||
}>()
|
}>()
|
||||||
const imageUrl = computed(() => {
|
const imageUrl = computed(() => {
|
||||||
if (props?.file?.type?.startsWith('image/') && props?.file instanceof File) {
|
if (props?.file?.type?.startsWith('image/') && props?.file instanceof File) {
|
||||||
@@ -30,15 +32,20 @@ const fileIcon = computed(() => {
|
|||||||
if (baseType === 'audio') {
|
if (baseType === 'audio') {
|
||||||
return LucideFileAudio
|
return LucideFileAudio
|
||||||
}
|
}
|
||||||
if (baseType === 'text' || ["json", "ld+json", "html"]?.includes(type)) {
|
if (baseType === 'text' || ['json', 'ld+json', 'html']?.includes(type)) {
|
||||||
return LucideFileCode
|
return LucideFileCode
|
||||||
}
|
}
|
||||||
if (['pdf', 'msword',
|
if (
|
||||||
'vnd.openxmlformats-officedocument.wordprocessingml.document',
|
[
|
||||||
'vnd.ms-excel',
|
'pdf',
|
||||||
'vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
'msword',
|
||||||
'vnd.ms-powerpoint',
|
'vnd.openxmlformats-officedocument.wordprocessingml.document',
|
||||||
'vnd.openxmlformats-officedocument.presentationml.presentation'].includes(type)) {
|
'vnd.ms-excel',
|
||||||
|
'vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
||||||
|
'vnd.ms-powerpoint',
|
||||||
|
'vnd.openxmlformats-officedocument.presentationml.presentation',
|
||||||
|
].includes(type)
|
||||||
|
) {
|
||||||
return LucideFileText
|
return LucideFileText
|
||||||
}
|
}
|
||||||
if (['zip', 'vnd.rar', 'x-tar', 'gz', 'bz2', 'x-7z-compressed'].includes(type)) {
|
if (['zip', 'vnd.rar', 'x-tar', 'gz', 'bz2', 'x-7z-compressed'].includes(type)) {
|
||||||
@@ -51,11 +58,10 @@ const fileIcon = computed(() => {
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="!!imageUrl" class="flex max-w-30 max-h-20">
|
<div v-if="!!imageUrl" class="flex max-w-30 max-h-20">
|
||||||
<div class="object-contain m-auto h-full">
|
<div class="object-contain m-auto h-full">
|
||||||
<img :src="imageUrl" class="w-full h-full border border-black/20 rounded" />
|
<img :src="imageUrl" class="w-full h-full border border-black/20 rounded" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="!imageUrl" class="size-16 flex justify-center items-center rounded-xl bg-white/80">
|
<div v-if="!imageUrl" :class="cx('flex justify-center items-center rounded-xl bg-white/80 size-16', props?.class)">
|
||||||
<component :is="fileIcon" class="size-10" />
|
<component :is="fileIcon" class="size-[62.5%]" />
|
||||||
</div>
|
</div>
|
||||||
|
</template>
|
||||||
</template>
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { filesize } from 'filesize'
|
import getFileSize from '~/lib/getFileSize'
|
||||||
import type { filePreview } from './FileIcon.vue';
|
import type { filePreview } from './FileIcon.vue'
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
value: File | filePreview
|
value: File | filePreview
|
||||||
}>()
|
}>()
|
||||||
@@ -17,6 +17,6 @@ const fileInfo = computed(() => {
|
|||||||
<div class="truncate">{{ fileInfo?.name }}</div>
|
<div class="truncate">{{ fileInfo?.name }}</div>
|
||||||
<div>{{ `.${fileInfo?.ext}` }}</div>
|
<div>{{ `.${fileInfo?.ext}` }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-xs opacity-50">{{ filesize(value?.size ?? 0) }}</div>
|
<div class="text-xs opacity-50">{{ getFileSize(value?.size ?? 0) }}</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
44
front/components/FileUploadBlockProgressView.vue
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { Graphics } from 'pixi.js'
|
||||||
|
import type { PixiExpose } from '@/components/Pixi.vue'
|
||||||
|
|
||||||
|
const props = withDefaults(
|
||||||
|
defineProps<{
|
||||||
|
size?: number
|
||||||
|
data?: { chunks: Record<number, { status: 'success' | 'error' | 'processing'; createdAt: number }>; chunkLength: number }
|
||||||
|
}>(),
|
||||||
|
{
|
||||||
|
size: 16,
|
||||||
|
data: () => ({ chunks: [], chunkLength: 0 }),
|
||||||
|
}
|
||||||
|
)
|
||||||
|
const pixiRef = ref<PixiExpose>()
|
||||||
|
const width = computed(() => pixiRef.value?.width || 0)
|
||||||
|
const height = computed(() => pixiRef.value?.height || 0)
|
||||||
|
watchEffect(() => {
|
||||||
|
console.log('data', props.data)
|
||||||
|
})
|
||||||
|
const renderGraphics = (graphics: Graphics) => {
|
||||||
|
graphics.clear()
|
||||||
|
Object.entries(props?.data?.chunks || {})?.map(([index, item]) => {
|
||||||
|
const { status, createdAt } = item || {}
|
||||||
|
const size = width.value / props.data?.chunkLength
|
||||||
|
const x = Number(index) * size
|
||||||
|
graphics.rect(x, 0, size, height.value)
|
||||||
|
let color = 0x60a5fa
|
||||||
|
if (status === 'success') {
|
||||||
|
color = 0x4ade80
|
||||||
|
}
|
||||||
|
if (status === 'error') {
|
||||||
|
color = 0xf87171
|
||||||
|
}
|
||||||
|
graphics.fill(color)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Pixi ref="pixiRef">
|
||||||
|
<graphics @render="renderGraphics" />
|
||||||
|
</Pixi>
|
||||||
|
</template>
|
||||||
62
front/components/FileUploadHeatMapView.vue
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { Graphics } from 'pixi.js'
|
||||||
|
import type { PixiExpose } from '@/components/Pixi.vue'
|
||||||
|
|
||||||
|
let props = withDefaults(
|
||||||
|
defineProps<{
|
||||||
|
size?: number
|
||||||
|
gap?: number
|
||||||
|
data?: { chunks: Record<number, { status: 'success' | 'error' | 'processing'; createdAt: number }>; chunkLength: number }
|
||||||
|
}>(),
|
||||||
|
{
|
||||||
|
size: 16,
|
||||||
|
gap: 4,
|
||||||
|
data: () => ({ chunks: [], chunkLength: 0 }),
|
||||||
|
}
|
||||||
|
)
|
||||||
|
const pixiRef = ref<PixiExpose>()
|
||||||
|
const width = computed(() => pixiRef.value?.width)
|
||||||
|
const height = computed(() => pixiRef.value?.height)
|
||||||
|
|
||||||
|
const size = ref(props.size)
|
||||||
|
const gap = ref(props.gap)
|
||||||
|
const itemsPerRow = ref(0)
|
||||||
|
const itemsPerCol = computed(() => Math.ceil(props?.data?.chunkLength / itemsPerRow.value))
|
||||||
|
watchEffect(() => {
|
||||||
|
if (!width?.value || !height?.value || !pixiRef.value) return
|
||||||
|
itemsPerRow.value = (width.value + gap.value) / (props.size + gap.value)
|
||||||
|
if (itemsPerRow.value - Math.floor(itemsPerRow.value) > 0.5) {
|
||||||
|
itemsPerRow.value = Math.floor(itemsPerRow.value)
|
||||||
|
} else {
|
||||||
|
itemsPerRow.value = Math.ceil(itemsPerRow.value)
|
||||||
|
}
|
||||||
|
size.value = (width.value - (itemsPerRow.value - 1) * gap.value) / itemsPerRow.value
|
||||||
|
pixiRef.value.contentHeight = itemsPerCol.value * (size.value + gap.value) - gap.value
|
||||||
|
})
|
||||||
|
|
||||||
|
const renderGraphics = (graphics: Graphics) => {
|
||||||
|
graphics.clear()
|
||||||
|
Object.entries(props?.data?.chunks || {})?.map(([index, item]) => {
|
||||||
|
const { status, createdAt } = item || {}
|
||||||
|
const row = Math.floor(Number(index) / itemsPerRow.value)
|
||||||
|
const col = Number(index) % itemsPerRow.value
|
||||||
|
const x = col * (size.value + gap.value)
|
||||||
|
const y = row * (size.value + gap.value)
|
||||||
|
graphics.roundRect(x, y, size.value, size.value, 4)
|
||||||
|
let color = 0x60a5fa
|
||||||
|
if (status === 'success') {
|
||||||
|
color = 0x4ade80
|
||||||
|
}
|
||||||
|
if (status === 'error') {
|
||||||
|
color = 0xf87171
|
||||||
|
}
|
||||||
|
graphics.fill(color)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Pixi ref="pixiRef">
|
||||||
|
<graphics @render="renderGraphics" />
|
||||||
|
</Pixi>
|
||||||
|
</template>
|
||||||
14
front/components/GlobalDayjs.vue
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import dayjs from 'dayjs'
|
||||||
|
import relativeTime from 'dayjs/plugin/relativeTime'
|
||||||
|
import 'dayjs/locale/en'
|
||||||
|
import 'dayjs/locale/zh-cn'
|
||||||
|
|
||||||
|
dayjs.extend(relativeTime)
|
||||||
|
|
||||||
|
const { locale } = useI18n()
|
||||||
|
|
||||||
|
watchEffect(() => {
|
||||||
|
dayjs.locale(locale.value.toLowerCase())
|
||||||
|
})
|
||||||
|
</script>
|
||||||
@@ -1,33 +1,36 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {
|
import { Drawer, DrawerContent } from '@/components/ui/drawer'
|
||||||
Drawer,
|
|
||||||
DrawerContent,
|
|
||||||
} from '@/components/ui/drawer'
|
|
||||||
import { createVNode } from 'vue'
|
import { createVNode } from 'vue'
|
||||||
import useStore from '@/composables/useStore'
|
import useStore from '@/composables/useStore'
|
||||||
|
|
||||||
const store = useStore('drawer')
|
const store = useStore()
|
||||||
const drawer = computed(() => store?._get('drawer'))
|
const currentDrawer = computed(() => store.drawer?.[store.drawer?.length - 1])
|
||||||
const currentDrawer = computed(() => drawer?.value?.[drawer?.value?.length - 1])
|
|
||||||
|
|
||||||
const render = computed(() => currentDrawer?.value?.render)
|
const render = computed(() => currentDrawer?.value?.render)
|
||||||
|
const hide = computed(() => currentDrawer?.value?.onClose)
|
||||||
const Children = () =>
|
const Children = () =>
|
||||||
createVNode(render.value, {
|
render.value
|
||||||
hide: () => store?._set('drawer', drawer?.value?.slice(0, -1)),
|
? createVNode(render.value, {
|
||||||
})
|
hide: hide?.value,
|
||||||
|
})
|
||||||
|
: null
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Drawer :open="!!store?._get('drawer')?.[store?._get('drawer')?.length - 1]" @update:open="(open) => {
|
<Drawer
|
||||||
if (!open && drawer?.length > 0) {
|
:open="!!store.drawer?.[store.drawer?.length - 1]"
|
||||||
store?._set('drawer', drawer?.slice(0, -1))
|
@update:open="
|
||||||
}
|
(open) => {
|
||||||
}">
|
if (!open && store?.drawer?.length && hide) {
|
||||||
<DrawerContent>
|
hide()
|
||||||
<div class="mx-auto w-full max-w-sm pb-10">
|
}
|
||||||
<Children />
|
}
|
||||||
</div>
|
"
|
||||||
</DrawerContent>
|
>
|
||||||
</Drawer>
|
<DrawerContent>
|
||||||
</template>
|
<div class="mx-auto w-full max-w-lg pb-10 px-3">
|
||||||
|
<Children />
|
||||||
|
</div>
|
||||||
|
</DrawerContent>
|
||||||
|
</Drawer>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,42 +1,218 @@
|
|||||||
<script lang="ts" setup>
|
<script setup lang="ts">
|
||||||
import CircularProgress from '@/components/CircularProgress.vue'
|
import { LucidePlay, LucideSettings, LucideSquare } from 'lucide-vue-next'
|
||||||
import { chunk, shuffle, times } from 'lodash-es';
|
import Button from '@/components/ui/button/Button.vue'
|
||||||
|
import FileUploadBlockProgressView from '@/components/FileUploadBlockProgressView.vue'
|
||||||
|
import { motion } from 'motion-v'
|
||||||
|
import getFileSize from '~/lib/getFileSize'
|
||||||
import { cx } from 'class-variance-authority'
|
import { cx } from 'class-variance-authority'
|
||||||
import calcFileHash from '@/lib/calcFileHash';
|
import asyncWorker from '@/lib/asyncWorker'
|
||||||
import { filesize } from 'filesize';
|
import calcFileHashWorker from '@/lib/calcFileHashWorker?worker'
|
||||||
const props = defineProps<{
|
import { clamp, get, groupBy, isEmpty, isNumber, isString, sample, shuffle, times } from 'lodash-es'
|
||||||
data: { file: File, config: any, handle_type: string }
|
import { nanoid } from 'nanoid'
|
||||||
}>()
|
import { toast } from 'vue-sonner'
|
||||||
|
import dayjs from 'dayjs'
|
||||||
|
import showDrawer from '~/lib/showDrawer'
|
||||||
|
import FileUploadSpeedInfoView from './FileUploadSpeedInfoView.vue'
|
||||||
|
import getFileChunk from '~/lib/getFileChunk'
|
||||||
|
import type { FileHandleKey } from '~/components/Preprocessing/types'
|
||||||
|
import asyncWait from '@/lib/asyncWait'
|
||||||
|
|
||||||
|
const props = defineProps<{
|
||||||
|
data: { file: File[]; config: Record<string, any>; handle_type: FileHandleKey }
|
||||||
|
}>()
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
(e: 'change', key: string): void
|
(e: 'change', key: string): void
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
const form = useFormContext()
|
const form = useFormContext()
|
||||||
|
|
||||||
const step = ref<'hash' | 'upload'>('hash')
|
const selectedFile = ref()
|
||||||
const calcHashTime = ref(0)
|
const uploadfiles = ref<
|
||||||
const chunkSize = ref(0)
|
{
|
||||||
const fileSliceUploadStatusList = ref<{
|
fileId: string
|
||||||
status: string
|
id?: string // 后端文件id
|
||||||
index: number
|
file: File
|
||||||
}[]>([])
|
status: 'start' | 'pause' | 'finish' | 'error'
|
||||||
|
hash?: string
|
||||||
|
procressType: 'hash' | 'create' | 'upload' | 'finish'
|
||||||
|
uploadInfo?: {
|
||||||
|
chunks: Record<number, { status: 'success' | 'error' | 'processing'; createdAt: number }>
|
||||||
|
chunkLength: number
|
||||||
|
ChunkSize: number
|
||||||
|
}
|
||||||
|
queue: {
|
||||||
|
taskId: string
|
||||||
|
taskType: 'hash' | 'create' | 'chunk' | 'upload' | 'finish'
|
||||||
|
queueType: 'sync' | 'async' // sync任务禁止并发
|
||||||
|
index?: number
|
||||||
|
retry?: number
|
||||||
|
}[]
|
||||||
|
}[]
|
||||||
|
>([])
|
||||||
|
const selectedUploadfile = computed(() => uploadfiles.value.find((item) => item.fileId === selectedFile.value))
|
||||||
|
const selectedUploadfileChunk = computed(() => Object.values(selectedUploadfile.value?.uploadInfo?.chunks || {}))
|
||||||
|
const selectedUploadfileViewMode = ref<'progress' | 'heatmap'>('progress')
|
||||||
|
|
||||||
const successCount = computed(() => fileSliceUploadStatusList.value.filter((item) => item.status === 'success').length)
|
const procressTaskList = ref<Map<string, any>>(new Map())
|
||||||
const alreadyUploadSize = computed(() => successCount.value * chunkSize.value)
|
const activeTaskList = computed(() => uploadfiles.value.filter((r) => r.queue.length > 0 && r.status === 'start'))
|
||||||
const uploadProgress = computed(() => Math.round(alreadyUploadSize.value / (props?.data?.file?.size || 0) * 100))
|
const activeTaskAllQueue = computed(() => activeTaskList.value.flatMap((r) => r.queue))
|
||||||
|
const batchNum = ref(3)
|
||||||
|
|
||||||
useAsyncState(async () => {
|
const totalTaskStatus = computed(() => {
|
||||||
const { file } = props.data || {}
|
if (uploadfiles.value.some((r) => r.status === 'start')) {
|
||||||
if (!file) return
|
return 'start'
|
||||||
const { size, type } = file || {}
|
|
||||||
const now = Date.now()
|
|
||||||
const hash = await calcFileHash({ file })
|
|
||||||
if (hash) {
|
|
||||||
step.value = 'upload'
|
|
||||||
calcHashTime.value = Date.now() - now
|
|
||||||
}
|
}
|
||||||
|
if (uploadfiles.value.some((r) => r.status === 'pause')) {
|
||||||
|
return 'pause'
|
||||||
|
}
|
||||||
|
return 'disabled'
|
||||||
|
})
|
||||||
|
const totalUploadProgress = computed(() => {
|
||||||
|
const successCount = uploadfiles.value.reduce((acc, curr) => {
|
||||||
|
const { status, uploadInfo } = curr || {}
|
||||||
|
if (status === 'finish') return acc
|
||||||
|
const { chunks } = uploadInfo || {}
|
||||||
|
return acc + Object.entries(chunks || {}).filter(([index, chunk]) => chunk.status === 'success').length
|
||||||
|
}, 0)
|
||||||
|
const totalCount = uploadfiles.value.reduce((acc, curr) => {
|
||||||
|
const { status, uploadInfo } = curr || {}
|
||||||
|
if (status === 'finish') return acc
|
||||||
|
const { chunkLength } = uploadInfo || {}
|
||||||
|
return acc + (chunkLength || 0)
|
||||||
|
}, 0)
|
||||||
|
return ((successCount || 0) / (totalCount || 0)) * 100
|
||||||
|
})
|
||||||
|
|
||||||
|
const counter = useInterval(1000)
|
||||||
|
const speedChartData = ref<Record<number, { createdAt: number; value: number }[]>>({})
|
||||||
|
watch(counter, () => {
|
||||||
|
const speed = uploadfiles.value?.flatMap((item) => {
|
||||||
|
const { chunks, ChunkSize } = item?.uploadInfo || {}
|
||||||
|
return Object.entries(chunks || {})
|
||||||
|
.filter(([index, chunk]) => chunk.status === 'success' && dayjs().unix() - 60 < chunk.createdAt)
|
||||||
|
?.map(([index, chunk]) => {
|
||||||
|
const { createdAt } = chunk || {}
|
||||||
|
return {
|
||||||
|
createdAt,
|
||||||
|
value: ChunkSize || 0,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
speedChartData.value = groupBy(speed, 'createdAt')
|
||||||
|
})
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
props.data.file.forEach((file) => {
|
||||||
|
uploadfiles.value.push({
|
||||||
|
fileId: `${file.name}_${file.size}`,
|
||||||
|
file,
|
||||||
|
status: 'start',
|
||||||
|
procressType: 'hash',
|
||||||
|
queue: [
|
||||||
|
{ taskType: 'hash', queueType: 'sync', taskId: nanoid() },
|
||||||
|
{ taskType: 'create', queueType: 'sync', taskId: nanoid() },
|
||||||
|
{ taskType: 'chunk', queueType: 'sync', taskId: nanoid() },
|
||||||
|
],
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
const { error, execute, isLoading } = useAsyncState(
|
||||||
|
async () => {
|
||||||
|
while (activeTaskAllQueue.value.length > 0) {
|
||||||
|
const taskList = uploadfiles?.value?.filter((r) => r.queue.length > 0 && r.status === 'start')
|
||||||
|
await asyncWait(10) // 让出主线程,防止空转导致ui卡死
|
||||||
|
await Promise.all(
|
||||||
|
times(batchNum.value, async (i: number) => {
|
||||||
|
const file = sample(taskList)
|
||||||
|
const { fileId, queue } = file || {}
|
||||||
|
if (!fileId) return
|
||||||
|
const task = get(queue, '0')
|
||||||
|
if (!task) return
|
||||||
|
const { taskId, index, queueType, taskType, retry } = task || {}
|
||||||
|
if (procressTaskList.value.has(taskId)) return
|
||||||
|
procressTaskList.value.set(taskId, task)
|
||||||
|
|
||||||
|
const uploadFileIndex = uploadfiles.value.findIndex((r) => r.fileId === file?.fileId)
|
||||||
|
|
||||||
|
if (queueType === 'async') {
|
||||||
|
if (!!retry && retry >= 3) {
|
||||||
|
toast.error('上传错误', {
|
||||||
|
description: `文件 ${file?.file?.name} 的${index}分块经过多次尝试依然上传失败, 我们已经终止该文件上传`,
|
||||||
|
})
|
||||||
|
uploadfiles.value[uploadFileIndex].status = 'error'
|
||||||
|
return
|
||||||
|
}
|
||||||
|
uploadfiles.value[uploadFileIndex]?.queue.shift()
|
||||||
|
}
|
||||||
|
// console.log('[start]', taskType, taskId, queueType)
|
||||||
|
try {
|
||||||
|
if (taskType === 'hash') {
|
||||||
|
await handleHash(fileId)
|
||||||
|
}
|
||||||
|
if (taskType === 'create') {
|
||||||
|
await handleCreate(fileId)
|
||||||
|
}
|
||||||
|
if (taskType === 'chunk') {
|
||||||
|
await handleChunk(fileId)
|
||||||
|
}
|
||||||
|
if (taskType === 'upload' && isNumber(index)) {
|
||||||
|
await handleUpload(fileId, index)
|
||||||
|
}
|
||||||
|
if (taskType === 'finish') {
|
||||||
|
await handleFinish(fileId)
|
||||||
|
}
|
||||||
|
// console.log('[finish]', taskType, taskId)
|
||||||
|
if (queueType === 'sync') {
|
||||||
|
uploadfiles.value[uploadFileIndex]?.queue.shift()
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.log('error', error)
|
||||||
|
// todo 重新加入队列
|
||||||
|
if (queueType === 'async') {
|
||||||
|
uploadfiles.value[uploadFileIndex]?.queue.push({ ...task, retry: (task?.retry || 0) + 1 })
|
||||||
|
toast.warning('上传错误', {
|
||||||
|
description: `文件 ${file?.file?.name} 的${index}分块上传失败, 我们将在稍后再次尝试上传`,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
if (queueType === 'sync') {
|
||||||
|
uploadfiles.value[uploadFileIndex].status = 'error'
|
||||||
|
toast.error('上传错误', {
|
||||||
|
description: `文件${file?.file?.name}上传失败, 请重试`,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
} finally {
|
||||||
|
procressTaskList.value.delete(taskId)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
{ immediate: false }
|
||||||
|
)
|
||||||
|
|
||||||
|
watchEffect(async () => {
|
||||||
|
if (activeTaskAllQueue.value.length > 0 && !isLoading.value) {
|
||||||
|
execute()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
const handleHash = async (fileId: string) => {
|
||||||
|
const uploadfile = uploadfiles.value.find((item) => item.fileId === fileId)
|
||||||
|
if (!uploadfile?.file) return
|
||||||
|
uploadfile.procressType = 'hash'
|
||||||
|
const res = await asyncWorker(calcFileHashWorker, { data: { file: uploadfile.file } })
|
||||||
|
const { hash } = res?.data || {}
|
||||||
|
uploadfile.hash = hash
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleCreate = async (fileId: string) => {
|
||||||
|
const uploadfile = uploadfiles.value.find((item) => item.fileId === fileId)
|
||||||
|
if (!uploadfile?.file) return
|
||||||
|
const { hash, file } = uploadfile || {}
|
||||||
|
if (!hash) return
|
||||||
|
uploadfile.procressType = 'create'
|
||||||
|
const { size, type = 'application/octet-stream' } = file || {}
|
||||||
const createData = await $fetch<{
|
const createData = await $fetch<{
|
||||||
data: {
|
data: {
|
||||||
id: string
|
id: string
|
||||||
@@ -47,112 +223,347 @@ useAsyncState(async () => {
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: {
|
body: {
|
||||||
size,
|
size,
|
||||||
mime_type: type,
|
mime_type: type || 'application/octet-stream',
|
||||||
hash,
|
hash,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
const { id, chunk_size, type: createType } = createData?.data || {}
|
const { id, chunk_size, type: createType } = createData?.data || {}
|
||||||
|
uploadfile.id = id
|
||||||
|
uploadfile.uploadInfo = {
|
||||||
|
chunks: {},
|
||||||
|
chunkLength: Math.ceil(size / chunk_size),
|
||||||
|
ChunkSize: chunk_size,
|
||||||
|
}
|
||||||
if (createType !== 'init') {
|
if (createType !== 'init') {
|
||||||
// 文件存在
|
// 文件存在
|
||||||
form.setFieldValue('file_id', id)
|
uploadfile.status = 'finish'
|
||||||
emit('change', 'result')
|
uploadfile.procressType = 'finish'
|
||||||
return;
|
uploadfile.queue = []
|
||||||
|
return
|
||||||
}
|
}
|
||||||
chunkSize.value = chunk_size
|
}
|
||||||
const chunks = Math.ceil(size / chunk_size);
|
|
||||||
fileSliceUploadStatusList.value = times(chunks, (i) => ({
|
|
||||||
status: 'pending',
|
|
||||||
index: i
|
|
||||||
}))
|
|
||||||
|
|
||||||
const readChunk = (start: number): Promise<ArrayBuffer> => {
|
const handleChunk = async (fileId: string) => {
|
||||||
const fileReader = new FileReader();
|
const uploadfile = uploadfiles.value.find((item) => item.fileId === fileId)
|
||||||
return new Promise((resolve, reject) => {
|
if (!uploadfile?.file) return
|
||||||
const chunk = file.slice(start, start + chunk_size);
|
const { chunkLength } = uploadfile.uploadInfo || {}
|
||||||
fileReader.onload = (e) => resolve(e.target?.result as ArrayBuffer);
|
if (!chunkLength) return
|
||||||
fileReader.onerror = reject;
|
|
||||||
fileReader.readAsArrayBuffer(chunk);
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
const chunkedUploadTasks = chunk(shuffle([...fileSliceUploadStatusList.value]), 3)
|
uploadfile.procressType = 'upload'
|
||||||
for (let i = 0; i < chunkedUploadTasks?.length; i++) {
|
const tasks = shuffle(
|
||||||
await Promise.all(chunkedUploadTasks?.[i]?.map(async (item: any) => {
|
times(chunkLength, (i: number) => ({ taskType: 'upload' as const, queueType: 'async' as const, taskId: nanoid(), index: i }))
|
||||||
const { index } = item || {}
|
)
|
||||||
try {
|
uploadfile.queue.push(...tasks)
|
||||||
const chunk = await readChunk(index * chunk_size);
|
}
|
||||||
// console.log('chunk', chunk)
|
|
||||||
const formData = new FormData()
|
const handleUpload = async (fileId: string, index: number) => {
|
||||||
formData.append('file', new Blob([chunk]))
|
const uploadfile = uploadfiles.value.find((item) => item.fileId === fileId)
|
||||||
formData.append('index', index + 1)
|
if (!uploadfile?.file) return
|
||||||
formData.append('id', id)
|
const { id, uploadInfo } = uploadfile || {}
|
||||||
fileSliceUploadStatusList.value[index].status = 'uploading'
|
const { chunkLength, ChunkSize } = uploadInfo || {}
|
||||||
const res = await $fetch<{
|
if (!ChunkSize || !id) return
|
||||||
code: number
|
|
||||||
}>('/api/file/slice', {
|
if (uploadfile.procressType !== 'upload') uploadfile.procressType = 'upload'
|
||||||
method: 'POST',
|
let chunkInfo = uploadfile.uploadInfo?.chunks?.[index]
|
||||||
body: formData
|
if (!chunkInfo) {
|
||||||
})
|
uploadfile.uploadInfo!.chunks[index] = {
|
||||||
const { code } = res || {}
|
status: 'processing',
|
||||||
if (code !== 200) {
|
createdAt: dayjs().unix(),
|
||||||
throw new Error('上传失败')
|
}
|
||||||
}
|
|
||||||
fileSliceUploadStatusList.value[index].status = 'success'
|
|
||||||
} catch (error) {
|
|
||||||
console.log('error', error)
|
|
||||||
// fileSliceStatusList.value[index].status = 'error'
|
|
||||||
}
|
|
||||||
}))
|
|
||||||
}
|
}
|
||||||
const r = await $fetch<{
|
|
||||||
|
const chunk = await getFileChunk(uploadfile.file, index * ChunkSize, ChunkSize)
|
||||||
|
const formData = new FormData()
|
||||||
|
formData.append('file', new Blob([chunk]))
|
||||||
|
formData.append('index', (index + 1).toString())
|
||||||
|
formData.append('id', id)
|
||||||
|
const res = await $fetch<{
|
||||||
|
code: number
|
||||||
|
}>('/api/file/slice', {
|
||||||
|
method: 'POST',
|
||||||
|
body: formData,
|
||||||
|
})
|
||||||
|
const { code } = res || {}
|
||||||
|
if (code !== 200) {
|
||||||
|
throw new Error('上传失败')
|
||||||
|
}
|
||||||
|
uploadfile.uploadInfo!.chunks[index].status = 'success'
|
||||||
|
if (Object.entries(uploadfile.uploadInfo!.chunks || {}).filter(([index, chunk]) => chunk.status === 'success').length === chunkLength) {
|
||||||
|
uploadfile.queue.push({ taskType: 'finish', queueType: 'sync', taskId: nanoid() })
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const handleFinish = async (fileId: string) => {
|
||||||
|
const uploadfile = uploadfiles.value.find((item) => item.fileId === fileId)
|
||||||
|
if (!uploadfile?.file) return
|
||||||
|
uploadfile.procressType = 'finish'
|
||||||
|
const { id } = uploadfile || {}
|
||||||
|
const res = await $fetch<{
|
||||||
code: number
|
code: number
|
||||||
}>('/api/file/finish', {
|
}>('/api/file/finish', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: {
|
body: {
|
||||||
id
|
id,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
if (r?.code !== 200) {
|
if (res?.code !== 200) {
|
||||||
throw new Error('上传失败')
|
throw new Error('上传失败')
|
||||||
}
|
}
|
||||||
form.setFieldValue('file_id', id)
|
uploadfile.status = 'finish'
|
||||||
emit('change', 'result')
|
}
|
||||||
}, null)
|
|
||||||
</script>
|
|
||||||
<template>
|
|
||||||
<div class="flex flex-col gap-3">
|
|
||||||
<div class="text-xl font-normal">正在上传</div>
|
|
||||||
<div class="flex flex-col items-center gap-4 md:flex-row md:justify-evenly">
|
|
||||||
<div :class="cx('flex flex-row items-center gap-5', step !== 'hash' && 'opacity-50')">
|
|
||||||
|
|
||||||
<div class="flex flex-col gap-0.5 items-center">
|
watchEffect(() => {
|
||||||
<div class="text-xs opacity-50">1.计算hash</div>
|
if (!isEmpty(uploadfiles.value) && uploadfiles.value.every((r) => r.status === 'finish')) {
|
||||||
<div class="text-3xl font-light">
|
// console.log('change', uploadfiles.value)
|
||||||
<LucideLoaderCircle v-if="step === 'hash'" class="size-5 my-1 animate-spin" />
|
form.setFieldValue(
|
||||||
<div v-else>{{ calcHashTime }}ms</div>
|
'files',
|
||||||
|
uploadfiles.value.map((item) => {
|
||||||
|
const { id, file } = item || {}
|
||||||
|
return {
|
||||||
|
id,
|
||||||
|
file,
|
||||||
|
}
|
||||||
|
})
|
||||||
|
)
|
||||||
|
emit('change', 'result')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
onUnmounted(() => {
|
||||||
|
uploadfiles.value = []
|
||||||
|
})
|
||||||
|
|
||||||
|
const handleShowSpeedInfo = () => {
|
||||||
|
showDrawer({
|
||||||
|
render: ({ hide }) => h(FileUploadSpeedInfoView, { hide }),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div class="grid grid-cols-4 gap-5">
|
||||||
|
<div class="rounded-xl p-3 bg-white/80 flex flex-col gap-2 col-span-4 md:col-span-3 h-32 md:h-auto">
|
||||||
|
<div class="flex flex-col gap-1">
|
||||||
|
<div @click="handleShowSpeedInfo" class="flex flex-row gap-1 items-center text-xs opacity-70">
|
||||||
|
总上传进度
|
||||||
|
<LucideInfo class="size-3" />
|
||||||
|
</div>
|
||||||
|
<div class="text-2xl font-bold">
|
||||||
|
{{
|
||||||
|
`${
|
||||||
|
getFileSize(
|
||||||
|
Object.entries(speedChartData)
|
||||||
|
?.filter((r) => dayjs().unix() - 60 < parseInt(r[0]))
|
||||||
|
?.reduce((acc, curr) => acc + curr[1]?.reduce((_acc, _curr) => _acc + _curr.value, 0), 0) / 60
|
||||||
|
) ?? 0
|
||||||
|
}/s`
|
||||||
|
}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex-1 relative overflow-hidden flex flex-row gap-0.5 justify-end items-end">
|
||||||
|
<motion.div
|
||||||
|
class="w-2 shrink-0 bg-primary relative"
|
||||||
|
:style="{
|
||||||
|
height: `${(i[1]?.reduce((acc, curr) => acc + curr.value, 0) / Math.max(...Object.entries(speedChartData)?.map((r) => r[1]?.reduce((acc, curr) => acc + curr.value, 0)))) * 100}%`,
|
||||||
|
}"
|
||||||
|
:layoutId="i[0]"
|
||||||
|
v-for="i in Object.entries(speedChartData)"
|
||||||
|
:key="i[0]"
|
||||||
|
:initial="{ x: 10, opacity: 0 }"
|
||||||
|
:animate="{ x: 0, opacity: 1 }"
|
||||||
|
:transition="{ duration: 1 }"
|
||||||
|
>
|
||||||
|
</motion.div>
|
||||||
|
<!-- <BarChart class="h-full" :data="data" index="time" :categories="['value']" :showTooltip="false"
|
||||||
|
:showLegend="false" :showXAxis="false" :showYAxis="false" :showGrid="false" :groupMaxWidth="10" /> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="rounded-xl col-span-4 md:col-span-1 bg-white/80 h-32 md:h-auto md:aspect-square flex flex-col gap-2 relative overflow-hidden">
|
||||||
|
<div class="absolute top-0 left-0 w-full h-full z-[0] flex flex-col justify-end">
|
||||||
|
<div class="w-full bg-green-100 border-t border-green-500" :style="`height: ${totalUploadProgress || 0}%`"></div>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-col gap-2 justify-between p-3 h-full relative z-[1]">
|
||||||
|
<div class="flex flex-col gap-1">
|
||||||
|
<div class="text-xs opacity-70">总上传进度</div>
|
||||||
|
<div class="text-4xl font-bold">{{ (totalUploadProgress || 0).toFixed(1) }}%</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-row gap-2">
|
||||||
|
<Button
|
||||||
|
class="aspect-square hover:text-white p-0 bg-green-200 hover:bg-green-300 text-green-500"
|
||||||
|
:disabled="['start', 'disabled'].includes(totalTaskStatus)"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
uploadfiles.forEach((r) => {
|
||||||
|
r.status = 'start'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucidePlay class="size-1/2" />
|
||||||
|
</Button>
|
||||||
|
<Button
|
||||||
|
class="aspect-square hover:text-white p-0 bg-orange-200 hover:bg-orange-300 text-orange-500"
|
||||||
|
:disabled="['pause', 'disabled'].includes(totalTaskStatus)"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
uploadfiles.forEach((r) => {
|
||||||
|
r.status = 'pause'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideSquare class="size-1/2" />
|
||||||
|
</Button>
|
||||||
|
<!-- <Button class="aspect-square bg-blue-200 hover:bg-blue-300 text-blue-500 hover:text-white p-0">
|
||||||
|
<LucideSettings class="size-1/2" />
|
||||||
|
</Button> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-span-4 flex flex-col bg-white/80 rounded-xl p-3 text-md gap-5">
|
||||||
|
<div>文件列表</div>
|
||||||
|
<div class="flex flex-col -mx-3 text-sm">
|
||||||
|
<div class="grid grid-cols-[2fr_6rem_6rem] md:grid-cols-[2fr_6rem_6rem_4fr] gap-2 border-b border-black/20 pb-2 px-3">
|
||||||
|
<div>文件名</div>
|
||||||
|
<div>文件大小</div>
|
||||||
|
<div @click="handleShowSpeedInfo" class="flex flex-row gap-1 items-center">
|
||||||
|
上传速度
|
||||||
|
<LucideInfo class="size-3" />
|
||||||
|
</div>
|
||||||
|
<div class="hidden md:block">进度</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
:class="
|
||||||
|
cx(
|
||||||
|
'grid grid-cols-[2fr_6rem_6rem] md:grid-cols-[2fr_6rem_6rem_4fr] gap-2 py-2 border-b border-black/20 items-center hover:bg-primary/30 px-3 cursor-pointer',
|
||||||
|
selectedFile === item?.fileId && 'bg-primary text-white hover:!bg-primary'
|
||||||
|
)
|
||||||
|
"
|
||||||
|
v-for="(item, index) in uploadfiles"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
if (selectedFile === item?.fileId) {
|
||||||
|
selectedFile = null
|
||||||
|
} else {
|
||||||
|
selectedFile = item?.fileId
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div class="flex flex-row gap-2 items-center grow md:grow-0 overflow-hidden">
|
||||||
|
<Button
|
||||||
|
class="size-8 p-0 hover:bg-white/50"
|
||||||
|
variant="ghost"
|
||||||
|
:disabled="['finish']?.includes(item?.procressType)"
|
||||||
|
@click="
|
||||||
|
(e: Event) => {
|
||||||
|
e.stopPropagation()
|
||||||
|
if (item?.status === 'start') {
|
||||||
|
uploadfiles[index].status = 'pause'
|
||||||
|
} else {
|
||||||
|
uploadfiles[index].status = 'start'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideArrowUpFromLine class="size-4 text-green-500" v-if="item?.status === 'start'" />
|
||||||
|
<LucideSquare class="size-4 text-gray-500" v-if="item?.status === 'pause'" />
|
||||||
|
<LucideCircleX class="size-4 text-red-500" v-if="item?.status === 'error'" />
|
||||||
|
<LucideCheckCircle class="size-4 text-green-500" v-if="item?.status === 'finish'" />
|
||||||
|
</Button>
|
||||||
|
<div class="truncate">{{ item?.file?.name }}</div>
|
||||||
|
</div>
|
||||||
|
<div>{{ getFileSize(item?.file?.size) }}</div>
|
||||||
|
<div>
|
||||||
|
{{
|
||||||
|
`${getFileSize(
|
||||||
|
(Object.entries(item?.uploadInfo?.chunks || {})?.filter(
|
||||||
|
([, chunk]) => chunk.status === 'success' && dayjs().unix() - 60 < chunk.createdAt
|
||||||
|
)?.length /
|
||||||
|
60) *
|
||||||
|
(item?.uploadInfo?.ChunkSize || 0)
|
||||||
|
)} /s`
|
||||||
|
}}
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="flex flex-row gap-2 items-center col-span-3 md:col-span-1"
|
||||||
|
v-if="['hash', 'create', 'chunk']?.includes(item?.procressType)"
|
||||||
|
>
|
||||||
|
<LucideLoaderCircle class="size-4 animate-spin" />
|
||||||
|
<div>正在{{ item?.procressType }}中...</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-row gap-2 items-center col-span-3 md:col-span-1" v-if="item?.procressType === 'finish'">
|
||||||
|
{{ item?.status === 'finish' ? '云端已有相同hash文件, 秒传成功' : null }}
|
||||||
|
{{ item?.status === 'error' ? '上传失败,请稍后重试' : null }}
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-row gap-2 items-center col-span-3 md:col-span-1" v-if="item?.procressType === 'upload'">
|
||||||
|
<div class="rounded-full bg-white/50 w-full h-2 overflow-hidden border border-white">
|
||||||
|
<div
|
||||||
|
class="h-full bg-primary"
|
||||||
|
:style="`width: ${clamp(
|
||||||
|
((Object.entries(item?.uploadInfo?.chunks || {})?.filter(([index, chunk]) => chunk.status === 'success')
|
||||||
|
?.length || 0) /
|
||||||
|
(item?.uploadInfo?.chunkLength || 0)) *
|
||||||
|
100,
|
||||||
|
0,
|
||||||
|
100
|
||||||
|
)}%`"
|
||||||
|
></div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
{{
|
||||||
|
clamp(
|
||||||
|
((Object.entries(item?.uploadInfo?.chunks || {})?.filter(([index, chunk]) => chunk.status === 'success')
|
||||||
|
?.length || 0) /
|
||||||
|
(item?.uploadInfo?.chunkLength || 0)) *
|
||||||
|
100,
|
||||||
|
0,
|
||||||
|
100
|
||||||
|
)?.toFixed(2)
|
||||||
|
}}%
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div :class="cx('flex flex-row items-center gap-5 min-w-32', step !== 'upload' && 'opacity-50')">
|
</div>
|
||||||
<CircularProgress :size="80" :value="step !== 'upload' ? 0 : uploadProgress" />
|
<div class="col-span-4 flex flex-col bg-white/80 rounded-xl p-3 gap-5" v-if="selectedFile">
|
||||||
<div class="flex flex-col gap-0.5 items-center">
|
<div>上传详情</div>
|
||||||
<div class="text-xs opacity-50">2.上传文件</div>
|
<div class="grid grid-cols-3 text-sm gap-3">
|
||||||
<div class="text-3xl font-light">{{ step !== 'upload' ? 0 : uploadProgress }}%</div>
|
<div>
|
||||||
<div class="text-sm opacity-50" v-if="alreadyUploadSize">{{ filesize(alreadyUploadSize) }} / {{ filesize(data?.file?.size) }}</div>
|
区块: {{ selectedUploadfile?.uploadInfo?.chunkLength }} x {{ getFileSize(selectedUploadfile?.uploadInfo?.ChunkSize as number) }}
|
||||||
|
</div>
|
||||||
|
<div class="truncate col-span-2">hash: {{ selectedUploadfile?.hash }}</div>
|
||||||
|
<div>已完成: {{ selectedUploadfileChunk?.filter((r) => r.status === 'success')?.length || 0 }}</div>
|
||||||
|
<div>已丢弃: {{ selectedUploadfileChunk?.filter((r) => r.status === 'error')?.length || 0 }}</div>
|
||||||
|
<div>
|
||||||
|
待完成:
|
||||||
|
{{ (selectedUploadfile?.uploadInfo?.chunkLength || 0) - (selectedUploadfileChunk?.length || 0) }}
|
||||||
|
</div>
|
||||||
|
<div class="col-span-3 flex flex-row justify-between items-center">
|
||||||
|
<div class="text-md font-bold">{{ selectedUploadfileViewMode === 'progress' ? '区块进度条' : '区块热力图' }}</div>
|
||||||
|
<Button
|
||||||
|
size="sm"
|
||||||
|
class="ml-auto text-xs"
|
||||||
|
@click="selectedUploadfileViewMode = selectedUploadfileViewMode === 'progress' ? 'heatmap' : 'progress'"
|
||||||
|
>
|
||||||
|
<LucideArrowDownUp class="size-4" />
|
||||||
|
{{ selectedUploadfileViewMode === 'progress' ? '热力图' : '进度条' }}
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
<div class="h-7 col-span-3 flex flex-row gap-2 items-center" v-if="selectedUploadfileViewMode === 'progress'">
|
||||||
|
<div class="flex-1 h-full">
|
||||||
|
<FileUploadBlockProgressView :data="selectedUploadfile?.uploadInfo" />
|
||||||
|
</div>
|
||||||
|
{{
|
||||||
|
clamp(((selectedUploadfileChunk?.length || 0) / (selectedUploadfile?.uploadInfo?.chunkLength || 0)) * 100, 0, 100)?.toFixed(
|
||||||
|
2
|
||||||
|
)
|
||||||
|
}}%
|
||||||
|
</div>
|
||||||
|
<div v-if="selectedUploadfileViewMode === 'heatmap'" class="col-span-3 bg-black/5 rounded p-2">
|
||||||
|
<FileUploadHeatMapView :size="12" :data="selectedUploadfile?.uploadInfo" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row gap-2 items-baseline">
|
|
||||||
<div class="text-md font-normal">详细信息</div>
|
|
||||||
<div class="text-xs opacity-50" v-if="step === 'upload' && fileSliceUploadStatusList?.length > 0">当前正在上传分块{{ `${successCount}/${Math.ceil(data?.file?.size / chunkSize)}` }} 并发:3</div>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-row flex-wrap gap-1">
|
|
||||||
<div v-for="i in fileSliceUploadStatusList" :class="cx('rounded size-4 ',
|
|
||||||
i.status === 'pending' && 'bg-white/90',
|
|
||||||
i.status === 'uploading' && 'bg-yellow-500',
|
|
||||||
i.status === 'success' && 'bg-green-500',
|
|
||||||
)" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</template>
|
||||||
</template>
|
|
||||||
|
|||||||
8
front/components/Home/File/FileUploadSpeedInfoView.vue
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<template>
|
||||||
|
<div class="flex flex-col gap-2 pt-3">
|
||||||
|
<div class="text-xl font-bold">上传速度如何计算</div>
|
||||||
|
<div class="opacity-75">
|
||||||
|
上传速度根据当前秒上传了 <b>文件区块的数量</b> * <b>每个文件区块的大小</b> 估算而来,可能与真实上传速度有一定的误差,仅供参考
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
@@ -1,74 +1,72 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import MarkdownInputField from "@/components/Field/MarkdownInputField.vue";
|
import MarkdownInputField from '@/components/Field/MarkdownInputField.vue'
|
||||||
import FormButton from "@/components/Field/FormButton.vue";
|
import FormButton from '@/components/Field/FormButton.vue'
|
||||||
import Button from "@/components/ui/button/Button.vue";
|
import Button from '@/components/ui/button/Button.vue'
|
||||||
import showDrawer from "@/lib/showDrawer";
|
import showDrawer from '@/lib/showDrawer'
|
||||||
import { h } from "vue";
|
import { h } from 'vue'
|
||||||
import TextShareDrawer from "@/components/Drawer/TextShareDrawer.vue";
|
import TextShareDrawer from '@/components/Drawer/TextShareDrawer.vue'
|
||||||
import { cx } from "class-variance-authority";
|
import { cx } from 'class-variance-authority'
|
||||||
import PickupShareBtn from "@/components/PickupShareBtn.vue";
|
import PickupShareBtn from '@/components/PickupShareBtn.vue'
|
||||||
const form = useFormContext();
|
const form = useFormContext()
|
||||||
const { t } = useI18n();
|
const { t } = useI18n()
|
||||||
|
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
(e: "change", key: string): void;
|
(e: 'change', key: string): void
|
||||||
}>();
|
}>()
|
||||||
|
|
||||||
const handleTextShare = ({ type, config }: { type: string; config: any }) => {
|
const handleTextShare = ({ type, config }: { type: string; config: any }) => {
|
||||||
form?.setFieldValue("handle_type", type);
|
form?.setFieldValue('handle_type', type)
|
||||||
form?.setFieldValue("config", config);
|
form?.setFieldValue('config', config)
|
||||||
emit("change", "result");
|
emit('change', 'result')
|
||||||
};
|
}
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="gap-5 flex flex-col">
|
<div class="gap-5 flex flex-col">
|
||||||
<div class="text-xl font-normal">{{ t("text.uploadText") }}</div>
|
<div class="text-xl font-normal">{{ t('text.uploadText') }}</div>
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<MarkdownInputField
|
<MarkdownInputField
|
||||||
name="text"
|
name="text"
|
||||||
:placeholder="t('text.uploadTextPlaceholder')"
|
:placeholder="t('text.uploadTextPlaceholder')"
|
||||||
class="max-h-[50vh] min-h-40 overflow-y-auto max-w-full [&>*]:pr-10"
|
class="max-h-[50vh] min-h-40 overflow-y-auto max-w-full [&>*]:pr-10 flex flex-col"
|
||||||
rules="required"
|
rules="required"
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="icon"
|
size="icon"
|
||||||
:class="
|
:class="
|
||||||
cx(
|
cx(
|
||||||
'absolute right-2 top-2 hover:bg-black/10 transition-all duration-300',
|
'absolute right-2 top-2 hover:bg-black/10 transition-all duration-300',
|
||||||
form?.values.text?.length > 0
|
form?.values.text?.length > 0 ? 'opacity-100' : 'opacity-0 pointer-events-none'
|
||||||
? 'opacity-100'
|
)
|
||||||
: 'opacity-0 pointer-events-none',
|
"
|
||||||
)
|
@click="
|
||||||
"
|
() => {
|
||||||
@click="
|
form?.setValues({ text: '' })
|
||||||
() => {
|
}
|
||||||
form?.setValues({ text: '' });
|
"
|
||||||
}
|
>
|
||||||
"
|
<LucideX />
|
||||||
>
|
</Button>
|
||||||
<LucideX />
|
</div>
|
||||||
</Button>
|
<div class="flex flex-row gap-3">
|
||||||
|
<FormButton
|
||||||
|
@click="
|
||||||
|
async (form) => {
|
||||||
|
const { text } = form?.values || {}
|
||||||
|
showDrawer({
|
||||||
|
render: ({ hide }) =>
|
||||||
|
h(TextShareDrawer, {
|
||||||
|
hide,
|
||||||
|
text,
|
||||||
|
onTextHandle: handleTextShare,
|
||||||
|
}),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideShare class="size-4" />{{ t('btn.submit') }}
|
||||||
|
</FormButton>
|
||||||
|
<PickupShareBtn />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row gap-3">
|
|
||||||
<FormButton
|
|
||||||
@click="
|
|
||||||
async (form) => {
|
|
||||||
const { text } = form?.values || {};
|
|
||||||
showDrawer({
|
|
||||||
render: ({ hide }) =>
|
|
||||||
h(TextShareDrawer, {
|
|
||||||
hide,
|
|
||||||
text,
|
|
||||||
onTextHandle: handleTextShare,
|
|
||||||
}),
|
|
||||||
});
|
|
||||||
}
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<LucideShare class="size-4" />{{ t("btn.submit") }}
|
|
||||||
</FormButton>
|
|
||||||
<PickupShareBtn />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -11,5 +11,13 @@ const renderHtml = computed(() => {
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div :class="cx('prose', props?.class)" v-html="renderHtml" />
|
<div
|
||||||
</template>
|
:class="
|
||||||
|
cx(
|
||||||
|
'prose prose-sm [&>*]:outline-none prose-p:my-1 prose-headings:my-2 prose-pre:mb-0 prose-blockquote:border-black/50 selection:bg-primary/20',
|
||||||
|
props?.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
v-html="renderHtml"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|||||||
@@ -1,14 +1,21 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import AsyncButton from '@/components/ui/button/AsyncButton.vue';
|
import AsyncButton from '@/components/ui/button/AsyncButton.vue'
|
||||||
import showDrawer from '@/lib/showDrawer';
|
import showDrawer from '@/lib/showDrawer'
|
||||||
import PickupShareDrawer from './Drawer/PickupShareDrawer.vue';
|
import PickupShareDrawer from './Drawer/PickupShareDrawer.vue'
|
||||||
|
const { t } = useI18n()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<AsyncButton variant="outline" class="gap-2" @click="async()=>{
|
<AsyncButton
|
||||||
showDrawer({ render: ({ hide }) => h(PickupShareDrawer, { hide }) })
|
variant="outline"
|
||||||
}">
|
class="gap-2"
|
||||||
|
@click="
|
||||||
|
async () => {
|
||||||
|
showDrawer({ render: ({ hide }) => h(PickupShareDrawer, { hide }) })
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
<LucideArchive class="size-4" />
|
<LucideArchive class="size-4" />
|
||||||
取件
|
{{ t('pickup.btn') }}
|
||||||
</AsyncButton>
|
</AsyncButton>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
47
front/components/Pixi.vue
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { Application } from 'vue3-pixi'
|
||||||
|
import { useElementSize, useDevicePixelRatio } from '@vueuse/core'
|
||||||
|
|
||||||
|
export interface PixiExpose {
|
||||||
|
app: Application
|
||||||
|
width: number
|
||||||
|
height: number
|
||||||
|
contentHeight: number
|
||||||
|
ref: HTMLElement
|
||||||
|
}
|
||||||
|
|
||||||
|
const containerRef = ref<HTMLElement>()
|
||||||
|
const app = ref<Application>()
|
||||||
|
const { width: windowWidth, height: windowHeight } = useWindowSize()
|
||||||
|
const { width: containerWidth, height: containerHeight } = useElementSize(containerRef)
|
||||||
|
const width = computed(() => Math.min(containerWidth.value, windowWidth.value))
|
||||||
|
const contentHeight = ref(0)
|
||||||
|
const height = computed(() => {
|
||||||
|
if (!contentHeight.value) return Math.min(containerHeight.value, windowHeight.value)
|
||||||
|
if (containerHeight.value > contentHeight.value) return contentHeight.value
|
||||||
|
return contentHeight.value
|
||||||
|
})
|
||||||
|
const { pixelRatio } = useDevicePixelRatio()
|
||||||
|
const resolution = computed(() => pixelRatio.value ?? 1)
|
||||||
|
watchEffect(() => {
|
||||||
|
if (app.value?.app?.renderer) {
|
||||||
|
app.value?.app?.renderer?.resize(width.value, height.value)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
defineExpose({
|
||||||
|
app,
|
||||||
|
width,
|
||||||
|
height,
|
||||||
|
contentHeight,
|
||||||
|
ref: containerRef,
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div ref="containerRef" class="w-full h-full">
|
||||||
|
<Application :width="width" :height="height" :resolution="resolution" ref="app" autoDensity antialias :backgroundAlpha="0">
|
||||||
|
<slot :width="width" :height="height" />
|
||||||
|
</Application>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
@@ -1,66 +1,90 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import SwitchField from '../Field/SwitchField.vue';
|
import SwitchField from '../Field/SwitchField.vue'
|
||||||
import InputField from '../Field/InputField.vue';
|
import InputField from '../Field/InputField.vue'
|
||||||
import SelectField from '../Field/SelectField.vue';
|
import SelectField from '../Field/SelectField.vue'
|
||||||
import FormButton from '../Field/FormButton.vue';
|
import FormButton from '../Field/FormButton.vue'
|
||||||
|
import type { FileShareHandleProps } from './types'
|
||||||
|
const { t } = useI18n()
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
hide: () => void
|
hide: () => void
|
||||||
file: File
|
file: File[]
|
||||||
onFileHandle: ({ type, config }: { type: string, config: any }) => void
|
onFileHandle: (props: FileShareHandleProps) => void
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VeeForm v-slot="{ values, setFieldValue }" :initialValues="{ download_nums: 1, expire_time: 1440 }">
|
<VeeForm v-slot="{ values, setFieldValue }" :initialValues="{ download_nums: 1, expire_time: 1440 }">
|
||||||
<div class="flex flex-col gap-3">
|
<div class="flex flex-col gap-3">
|
||||||
<h2 class="text-lg font-bold">分享选项</h2>
|
<h2 class="text-lg font-bold">{{ t('fileshare.title') }}</h2>
|
||||||
<div class="flex flex-row items-center gap-2 text-sm">
|
<div class="flex flex-row items-center gap-2 text-sm">
|
||||||
|
<SelectField
|
||||||
<SelectField name="download_nums" label="下载次数" :options="[
|
name="download_nums"
|
||||||
{ label: '1次下载', value: 1 },
|
:label="t('fileshare.downloadNums')"
|
||||||
{ label: '2次下载', value: 2 },
|
:options="[
|
||||||
{ label: '3次下载', value: 3 },
|
{ label: t('fileshare.downloadOptions.1time'), value: 1 },
|
||||||
{ label: '5次下载', value: 5 },
|
{ label: t('fileshare.downloadOptions.2times'), value: 2 },
|
||||||
{ label: '10次下载', value: 10 },
|
{ label: t('fileshare.downloadOptions.3times'), value: 3 },
|
||||||
]" />
|
{ label: t('fileshare.downloadOptions.5times'), value: 5 },
|
||||||
或
|
{ label: t('fileshare.downloadOptions.10times'), value: 10 },
|
||||||
<SelectField name="expire_time" label="过期时间" :options="[
|
]"
|
||||||
{ label: '5分钟', value: 5 },
|
/>
|
||||||
{ label: '1小时', value: 60 },
|
{{ t('fileshare.or') }}
|
||||||
{ label: '1天', value: 1440 },
|
<SelectField
|
||||||
{ label: '3天', value: 4320 },
|
name="expire_time"
|
||||||
]" />
|
:label="t('fileshare.expireTime')"
|
||||||
后过期
|
:options="[
|
||||||
|
{ label: t('fileshare.expireOptions.5min'), value: 5 },
|
||||||
|
{ label: t('fileshare.expireOptions.1hour'), value: 60 },
|
||||||
|
{ label: t('fileshare.expireOptions.1day'), value: 1440 },
|
||||||
|
{ label: t('fileshare.expireOptions.3days'), value: 4320 },
|
||||||
|
]"
|
||||||
|
/>
|
||||||
|
{{ t('fileshare.expireAfter') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col gap-1">
|
<div class="flex flex-col gap-1">
|
||||||
<div class="flex flex-row gap-3 min-h-9">
|
<div class="flex flex-row gap-3 min-h-9">
|
||||||
<SwitchField name="has_pickup_code" label="取件码" :rules="((value: boolean) => {
|
<SwitchField
|
||||||
if (!!value) {
|
name="has_pickup_code"
|
||||||
setFieldValue('has_password', false)
|
:label="t('fileshare.pickupCode')"
|
||||||
}
|
:rules="
|
||||||
return true
|
(value: boolean) => {
|
||||||
})" />
|
if (!!value) {
|
||||||
|
setFieldValue('has_password', false)
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row gap-3 min-h-9">
|
<div class="flex flex-row gap-3 min-h-9">
|
||||||
<SwitchField name="has_password" label="密码保护" :rules="((value: boolean) => {
|
<SwitchField
|
||||||
if (!!value) {
|
name="has_password"
|
||||||
setFieldValue('has_pickup_code', false)
|
:label="t('fileshare.passwordProtection')"
|
||||||
}
|
:rules="
|
||||||
return true
|
(value: boolean) => {
|
||||||
})" />
|
if (!!value) {
|
||||||
<InputField v-if="!!values.has_password" name="password" placeholder="请输入密码" rules="required" />
|
setFieldValue('has_pickup_code', false)
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<InputField v-if="!!values.has_password" name="password" :placeholder="t('fileshare.passwordPlaceholder')" rules="required" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row gap-3 min-h-9">
|
<div class="flex flex-row gap-3 min-h-9">
|
||||||
<SwitchField name="has_notify" label="下载通知" />
|
<SwitchField name="has_notify" :label="t('fileshare.downloadNotify')" />
|
||||||
<InputField v-if="!!values.has_notify" name="notify_email" placeholder="请输入邮箱"
|
<InputField v-if="!!values.has_notify" name="notify_email" :placeholder="t('fileshare.emailPlaceholder')" rules="required" />
|
||||||
rules="required" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<FormButton @click="async (form) => {
|
<FormButton
|
||||||
onFileHandle({ type: 'file-share', config: values })
|
@click="
|
||||||
hide()
|
async (form) => {
|
||||||
}">提交</FormButton>
|
onFileHandle({ type: 'file-share', config: values })
|
||||||
|
hide()
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>{{ t('btn.submit') }}</FormButton
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</VeeForm>
|
</VeeForm>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,65 +1,90 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import SwitchField from '../Field/SwitchField.vue';
|
import SwitchField from '../Field/SwitchField.vue'
|
||||||
import InputField from '../Field/InputField.vue';
|
import InputField from '../Field/InputField.vue'
|
||||||
import SelectField from '../Field/SelectField.vue';
|
import SelectField from '../Field/SelectField.vue'
|
||||||
import FormButton from '../Field/FormButton.vue';
|
import FormButton from '../Field/FormButton.vue'
|
||||||
|
import type { TextShareHandleProps } from './types'
|
||||||
|
const { t } = useI18n()
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
hide: () => void
|
hide: () => void
|
||||||
text: string
|
text: string
|
||||||
onTextHandle: ({ type, config }: { type: string, config: any }) => void
|
onTextHandle: (props: TextShareHandleProps) => void
|
||||||
}>()
|
}>()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VeeForm v-slot="{ values, setFieldValue }" :initialValues="{ download_nums: 1, expire_time: 1440 }">
|
<VeeForm v-slot="{ values, setFieldValue }" :initialValues="{ download_nums: 1, expire_time: 1440 }">
|
||||||
<div class="flex flex-col gap-3">
|
<div class="flex flex-col gap-3">
|
||||||
<h2 class="text-lg font-bold">分享选项</h2>
|
<h2 class="text-lg font-bold">{{ t('textshare.title') }}</h2>
|
||||||
<div class="flex flex-row items-center gap-2 text-sm">
|
<div class="flex flex-row items-center gap-2 text-sm">
|
||||||
|
<SelectField
|
||||||
<SelectField name="download_nums" label="浏览次数" :options="[
|
name="download_nums"
|
||||||
{ label: '1次浏览', value: 1 },
|
:label="t('textshare.viewNums')"
|
||||||
{ label: '2次浏览', value: 2 },
|
:options="[
|
||||||
{ label: '3次浏览', value: 3 },
|
{ label: t('textshare.viewOptions.1time'), value: 1 },
|
||||||
{ label: '5次浏览', value: 5 },
|
{ label: t('textshare.viewOptions.2times'), value: 2 },
|
||||||
{ label: '10次浏览', value: 10 },
|
{ label: t('textshare.viewOptions.3times'), value: 3 },
|
||||||
]" />
|
{ label: t('textshare.viewOptions.5times'), value: 5 },
|
||||||
或
|
{ label: t('textshare.viewOptions.10times'), value: 10 },
|
||||||
<SelectField name="expire_time" label="过期时间" :options="[
|
]"
|
||||||
{ label: '5分钟', value: 5 },
|
/>
|
||||||
{ label: '1小时', value: 60 },
|
{{ t('textshare.or') }}
|
||||||
{ label: '1天', value: 1440 },
|
<SelectField
|
||||||
{ label: '3天', value: 4320 },
|
name="expire_time"
|
||||||
]" />
|
:label="t('textshare.expireTime')"
|
||||||
后过期
|
:options="[
|
||||||
|
{ label: t('textshare.expireOptions.5min'), value: 5 },
|
||||||
|
{ label: t('textshare.expireOptions.1hour'), value: 60 },
|
||||||
|
{ label: t('textshare.expireOptions.1day'), value: 1440 },
|
||||||
|
{ label: t('textshare.expireOptions.3days'), value: 4320 },
|
||||||
|
]"
|
||||||
|
/>
|
||||||
|
{{ t('textshare.expireAfter') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col gap-1">
|
<div class="flex flex-col gap-1">
|
||||||
<div class="flex flex-row gap-3 min-h-9">
|
<div class="flex flex-row gap-3 min-h-9">
|
||||||
<SwitchField name="has_pickup_code" label="取件码" :rules="((value: boolean) => {
|
<SwitchField
|
||||||
if (!!value) {
|
name="has_pickup_code"
|
||||||
setFieldValue('has_password', false)
|
:label="t('textshare.pickupCode')"
|
||||||
}
|
:rules="
|
||||||
return true
|
(value: boolean) => {
|
||||||
})" />
|
if (!!value) {
|
||||||
|
setFieldValue('has_password', false)
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row gap-3 min-h-9">
|
<div class="flex flex-row gap-3 min-h-9">
|
||||||
<SwitchField name="has_password" label="密码保护" :rules="((value: boolean) => {
|
<SwitchField
|
||||||
if (!!value) {
|
name="has_password"
|
||||||
setFieldValue('has_pickup_code', false)
|
:label="t('textshare.passwordProtection')"
|
||||||
}
|
:rules="
|
||||||
return true
|
(value: boolean) => {
|
||||||
})" />
|
if (!!value) {
|
||||||
<InputField v-if="!!values.has_password" name="password" placeholder="请输入密码" rules="required" />
|
setFieldValue('has_pickup_code', false)
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<InputField v-if="!!values.has_password" name="password" :placeholder="t('textshare.passwordPlaceholder')" rules="required" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row gap-3 min-h-9">
|
<div class="flex flex-row gap-3 min-h-9">
|
||||||
<SwitchField name="has_notify" label="已读通知" />
|
<SwitchField name="has_notify" :label="t('textshare.readNotify')" />
|
||||||
<InputField v-if="!!values.has_notify" name="notify_email" placeholder="请输入邮箱"
|
<InputField v-if="!!values.has_notify" name="notify_email" :placeholder="t('textshare.emailPlaceholder')" rules="required" />
|
||||||
rules="required" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<FormButton @click="async (form) => {
|
<FormButton
|
||||||
onTextHandle({ type: 'text-share', config: values })
|
@click="
|
||||||
hide()
|
async (form) => {
|
||||||
}">提交</FormButton>
|
onTextHandle({ type: 'text-share', config: values })
|
||||||
|
hide()
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>{{ t('btn.submit') }}</FormButton
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</VeeForm>
|
</VeeForm>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
5
front/components/Preprocessing/types.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
export type FileHandleKey = 'file-share' | 'file-image-compress'
|
||||||
|
export type FileShareHandleProps = { type: FileHandleKey; config: Record<string, any> }
|
||||||
|
|
||||||
|
export type TextHandleKey = 'text-share'
|
||||||
|
export type TextShareHandleProps = { type: TextHandleKey; config: Record<string, any> }
|
||||||
@@ -1,80 +1,212 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from '@/components/ui/button'
|
||||||
import FilePreviewView from "@/components/FilePreviewView.vue";
|
import FilePreviewView from '@/components/FilePreviewView.vue'
|
||||||
import { Input } from "@/components/ui/input";
|
import { Input } from '@/components/ui/input'
|
||||||
import { useClipboard } from "@vueuse/core";
|
import { useClipboard } from '@vueuse/core'
|
||||||
import { toast } from "vue-sonner";
|
import { toast } from 'vue-sonner'
|
||||||
import { useQuery } from "@tanstack/vue-query";
|
import { useQuery } from '@tanstack/vue-query'
|
||||||
import useMyAppShare from "~/composables/useMyAppShare";
|
import useMyAppShare from '@/composables/useMyAppShare'
|
||||||
import useMyAppConfig from "@/composables/useMyAppConfig";
|
import useMyAppConfig from '@/composables/useMyAppConfig'
|
||||||
|
import dayjs from 'dayjs'
|
||||||
|
import showDrawer from '@/lib/showDrawer'
|
||||||
|
import QrCoreDrawer from '@/components/Drawer/QrCoreDrawer.vue'
|
||||||
|
import { h } from 'vue'
|
||||||
|
import { cx } from 'class-variance-authority'
|
||||||
|
import type { FileHandleKey } from '../Preprocessing/types'
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
data: { file: File; config: any; handle_type: string; file_id: string };
|
data: { files: { id: string; file: File }[]; config: Record<string, any>; handle_type: FileHandleKey }
|
||||||
}>();
|
}>()
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
(e: "change", key: string): void;
|
(e: 'change', key: string): void
|
||||||
}>();
|
}>()
|
||||||
const { createFileShare } = useMyAppShare();
|
const { t } = useI18n()
|
||||||
|
const { createFileShare } = useMyAppShare()
|
||||||
const { data } = useQuery({
|
const { data } = useQuery({
|
||||||
queryKey: ["create-share", props?.data?.file_id],
|
queryKey: ['create-share', ...props?.data?.files?.map((item) => item.id)],
|
||||||
queryFn: async () => {
|
queryFn: async () => {
|
||||||
const { file_id, config, file } = props?.data || {};
|
const { files, config } = props?.data || {}
|
||||||
const { name } = file || {};
|
const data = await createFileShare({
|
||||||
const data = await createFileShare({
|
files: files?.map((item) => {
|
||||||
file_id,
|
const { id, file } = item || {}
|
||||||
config,
|
return { id, name: file.name }
|
||||||
file_name: name,
|
}),
|
||||||
});
|
config: config as any,
|
||||||
return data?.data;
|
})
|
||||||
},
|
return data?.map((item) => item?.data)
|
||||||
});
|
},
|
||||||
|
})
|
||||||
|
const selectedFile = ref<string | undefined>()
|
||||||
|
const selectedFileShare = computed(() => {
|
||||||
|
return data?.value?.find((item) => item?.id === selectedFile.value)
|
||||||
|
})
|
||||||
|
watchEffect(() => {
|
||||||
|
if (data?.value && data?.value?.length === 1 && !!data?.value?.[0]?.id) {
|
||||||
|
selectedFile.value = data.value[0].id
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
const appConfig = useMyAppConfig();
|
watchEffect(() => {
|
||||||
const url = computed(() => {
|
console.log('data', data?.value)
|
||||||
const { id } = data?.value || {};
|
})
|
||||||
return `${appConfig?.value?.site_url}/s/${id}`;
|
|
||||||
});
|
|
||||||
|
|
||||||
const { copy } = useClipboard();
|
const appConfig = useMyAppConfig()
|
||||||
|
const getShareUrl = (id: string) => {
|
||||||
|
return `${appConfig?.value?.site_url}/s/${id}`
|
||||||
|
}
|
||||||
|
|
||||||
|
const { copy } = useClipboard()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col gap-3">
|
<div class="flex flex-col gap-3">
|
||||||
<h2 class="text-lg">上传成功</h2>
|
<h2 class="text-lg">{{ t('fileshareresult.title') }}</h2>
|
||||||
<div class="flex flex-col gap-3 items-center">
|
<div class="flex flex-col gap-3 items-center">
|
||||||
<div class="flex flex-col h-30 items-center">
|
<div v-if="data?.length === 1" class="flex flex-col h-30 items-center">
|
||||||
<FilePreviewView :value="props?.data?.file" />
|
<FilePreviewView :value="props?.data?.files?.[0]?.file as File" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row gap-2">
|
<div v-else class="flex flex-col gap-2 w-full p-5 bg-white/20 backdrop-blur-xl rounded-md">
|
||||||
<Input v-model="url" class="bg-white/70" />
|
<div class="text-sm font-semibold">{{ t('fileshareresult.fileList') }}</div>
|
||||||
<Button
|
<div
|
||||||
variant="outline"
|
v-for="file in data"
|
||||||
class="bg-white/70"
|
:class="
|
||||||
size="icon"
|
cx(
|
||||||
@click="
|
'flex flex-row justify-between items-center gap-1 rounded-md p-2 border border-black/10 w-full cursor-pointer',
|
||||||
() => {
|
selectedFile === file?.id && 'bg-primary text-white'
|
||||||
copy(url);
|
)
|
||||||
toast.success('复制成功');
|
"
|
||||||
}
|
@click="selectedFile = file?.id"
|
||||||
"
|
>
|
||||||
>
|
<div class="flex flex-row items-center gap-2 flex-1 min-w-0">
|
||||||
<LucideCopy />
|
<FileIcon
|
||||||
</Button>
|
:file="props?.data?.files?.[data?.findIndex((i) => i?.id === file?.id) as number]?.file as File"
|
||||||
|
:class="cx('!size-7 !rounded-md shrink-0', selectedFile === file?.id && '!bg-white/50')"
|
||||||
|
/>
|
||||||
|
<div class="text-sm flex-1 truncate">{{ file?.file_name }}</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-row items-center gap-2 shrink-0">
|
||||||
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
:class="cx('bg-white/70', selectedFile === file?.id && '!bg-white/30 border-none hover:text-white/80')"
|
||||||
|
size="icon"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
copy(getShareUrl(file?.id as string))
|
||||||
|
toast.success(t('fileshareresult.copySuccess'))
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideCopy />
|
||||||
|
</Button>
|
||||||
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
:class="cx('bg-white/70', selectedFile === file?.id && '!bg-white/30 border-none hover:text-white/80')"
|
||||||
|
size="icon"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
showDrawer({
|
||||||
|
render: ({ ...rest }) =>
|
||||||
|
h(QrCoreDrawer, {
|
||||||
|
...rest,
|
||||||
|
data: getShareUrl(file?.id as string),
|
||||||
|
}),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideQrCode />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div v-if="!!selectedFileShare" class="flex flex-col md:flex-row gap-5 rounded-md p-5 bg-white/20 backdrop-blur-xl w-full">
|
||||||
|
<div class="flex flex-col gap-2 flex-1">
|
||||||
|
<div class="text-sm font-semibold">{{ t('fileshareresult.info') }}</div>
|
||||||
|
<div class="grid grid-cols-2 gap-2">
|
||||||
|
<div class="rounded-xl flex flex-col bg-black/10 px-3 py-2 gap-1">
|
||||||
|
<div class="text-xs font-semibold">{{ t('fileshareresult.downloadNums') }}</div>
|
||||||
|
<div class="text-3xl font-light">{{ selectedFileShare?.download_nums }}</div>
|
||||||
|
</div>
|
||||||
|
<div class="rounded-xl flex flex-col bg-black/10 px-3 py-2 gap-1">
|
||||||
|
<div class="text-xs font-semibold">{{ t('fileshareresult.expireTime') }}</div>
|
||||||
|
<div class="text-md font-light">
|
||||||
|
{{ dayjs((selectedFileShare?.expire_at || 0) * 1000).format('YYYY-MM-DD HH:mm:ss') }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="rounded-xl flex flex-col bg-black/10 px-3 py-2 gap-1" v-if="selectedFileShare?.pickup_code">
|
||||||
|
<div class="flex flex-row justify-between w-full items-center">
|
||||||
|
<div class="text-xs font-semibold">{{ t('fileshareresult.pickupCode') }}</div>
|
||||||
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
class="bg-white/70 p-0 size-6"
|
||||||
|
size="icon"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
copy(selectedFileShare?.pickup_code as string)
|
||||||
|
toast.success(t('fileshareresult.copySuccess'))
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideCopy class="size-3" />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-row gap-2">
|
||||||
|
<div v-for="s in selectedFileShare?.pickup_code" class="text-2xl font-light">
|
||||||
|
{{ s }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-col gap-5 flex-1">
|
||||||
|
<div class="text-sm font-semibold">{{ t('fileshareresult.link') }}</div>
|
||||||
|
<div class="flex flex-row gap-2">
|
||||||
|
<Input :model-value="getShareUrl(selectedFileShare?.id as string)" class="bg-white/70" readonly />
|
||||||
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
class="bg-white/70"
|
||||||
|
size="icon"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
copy(getShareUrl(selectedFileShare?.id as string))
|
||||||
|
toast.success(t('fileshareresult.copySuccess'))
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideCopy />
|
||||||
|
</Button>
|
||||||
|
|
||||||
<Button variant="outline" class="bg-white/70" size="icon">
|
<Button
|
||||||
<LucideQrCode />
|
variant="outline"
|
||||||
</Button>
|
class="bg-white/70"
|
||||||
</div>
|
size="icon"
|
||||||
<Button
|
@click="
|
||||||
variant="ghost"
|
() => {
|
||||||
class="hover:bg-white/50 w-40"
|
showDrawer({
|
||||||
@click="
|
render: ({ ...rest }) =>
|
||||||
() => {
|
h(QrCoreDrawer, {
|
||||||
emit('change', 'input');
|
...rest,
|
||||||
}
|
data: getShareUrl(selectedFileShare?.id as string),
|
||||||
"
|
}),
|
||||||
>
|
})
|
||||||
确定
|
}
|
||||||
</Button>
|
"
|
||||||
|
>
|
||||||
|
<LucideQrCode />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<Button
|
||||||
|
class="w-40 hover:bg-primary/90"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
emit('change', 'input')
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
{{ t('btn.backToHome') }}
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,193 +1,166 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { useQuery } from "@tanstack/vue-query";
|
import { useQuery } from '@tanstack/vue-query'
|
||||||
import { AsyncButton, Button } from "@/components/ui/button";
|
import { AsyncButton, Button } from '@/components/ui/button'
|
||||||
import { Skeleton } from "@/components/ui/skeleton";
|
import { Skeleton } from '@/components/ui/skeleton'
|
||||||
import { filesize } from "filesize";
|
import { filesize } from 'filesize'
|
||||||
import useMyAppShare from "~/composables/useMyAppShare";
|
import useMyAppShare from '@/composables/useMyAppShare'
|
||||||
import { toast } from "vue-sonner";
|
import { toast } from 'vue-sonner'
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
(e: "change", key: string): void;
|
(e: 'change', key: string): void
|
||||||
}>();
|
}>()
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
data: { file: File; config: any; handle_type: string; file_id: string };
|
data: { file: File; config: any; handle_type: string; file_id: string }
|
||||||
}>();
|
}>()
|
||||||
|
|
||||||
const { data } = useQuery({
|
const { data } = useQuery({
|
||||||
queryKey: ["create-image-compress", props?.data?.file_id],
|
queryKey: ['create-image-compress', props?.data?.file_id],
|
||||||
queryFn: async () => {
|
queryFn: async () => {
|
||||||
const { file_id } = props?.data || {};
|
const { file_id } = props?.data || {}
|
||||||
const data = await $fetch<{
|
const data = await $fetch<{
|
||||||
code: number;
|
code: number
|
||||||
data: {
|
data: {
|
||||||
id?: string;
|
id?: string
|
||||||
};
|
}
|
||||||
}>(`/api/image/compress`, {
|
}>(`/api/image/compress`, {
|
||||||
method: "POST",
|
method: 'POST',
|
||||||
body: {
|
body: {
|
||||||
file_id,
|
file_id,
|
||||||
},
|
},
|
||||||
});
|
})
|
||||||
return data?.data;
|
return data?.data
|
||||||
},
|
},
|
||||||
staleTime: Infinity,
|
staleTime: Infinity,
|
||||||
});
|
})
|
||||||
|
|
||||||
const taskId = computed(() => data?.value?.id);
|
const taskId = computed(() => data?.value?.id)
|
||||||
|
|
||||||
const { data: taskData, refetch } = useQuery({
|
const { data: taskData, refetch } = useQuery({
|
||||||
queryKey: ["image-compress-task", taskId],
|
queryKey: ['image-compress-task', taskId],
|
||||||
queryFn: async () => {
|
queryFn: async () => {
|
||||||
const data = await $fetch<{
|
const data = await $fetch<{
|
||||||
code: number;
|
code: number
|
||||||
data: {
|
data: {
|
||||||
result: {
|
result: {
|
||||||
old_file: {
|
old_file: {
|
||||||
id: string;
|
id: string
|
||||||
size: number;
|
size: number
|
||||||
};
|
}
|
||||||
new_file: {
|
new_file: {
|
||||||
id: string;
|
id: string
|
||||||
size: number;
|
size: number
|
||||||
};
|
}
|
||||||
}[];
|
}[]
|
||||||
status: "success" | "retry" | "archived";
|
status: 'success' | 'retry' | 'archived'
|
||||||
err?: {
|
err?: {
|
||||||
message?: string;
|
message?: string
|
||||||
retry?: number;
|
retry?: number
|
||||||
max_retry?: number;
|
max_retry?: number
|
||||||
};
|
}
|
||||||
};
|
}
|
||||||
}>(`/api/image/compress/${taskId.value}`);
|
}>(`/api/image/compress/${taskId.value}`)
|
||||||
return data?.data;
|
return data?.data
|
||||||
},
|
},
|
||||||
enabled: !!taskId.value,
|
enabled: !!taskId.value,
|
||||||
});
|
})
|
||||||
|
|
||||||
const { downloadFile, createFileShare } = useMyAppShare();
|
const { downloadFileByShareId, createFileShare } = useMyAppShare()
|
||||||
|
|
||||||
const { counter, pause } = useInterval(2000, { controls: true });
|
const { counter, pause } = useInterval(2000, { controls: true })
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => counter.value,
|
() => counter.value,
|
||||||
() => {
|
() => {
|
||||||
if (["success", "archived"].includes(taskData.value?.status ?? "")) {
|
if (['success', 'archived'].includes(taskData.value?.status ?? '')) {
|
||||||
pause();
|
pause()
|
||||||
return;
|
return
|
||||||
|
}
|
||||||
|
refetch()
|
||||||
}
|
}
|
||||||
refetch();
|
)
|
||||||
},
|
|
||||||
);
|
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => taskData.value?.err?.retry,
|
() => taskData.value?.err?.retry,
|
||||||
(newVal, oldVal) => {
|
(newVal, oldVal) => {
|
||||||
if (!oldVal || !newVal || !taskData.value?.err?.max_retry) {
|
if (!oldVal || !newVal || !taskData.value?.err?.max_retry) {
|
||||||
return;
|
return
|
||||||
|
}
|
||||||
|
if (newVal <= taskData.value?.err?.max_retry) {
|
||||||
|
toast.error(`处理错误: ${taskData.value?.err?.message}, 将再次重试`)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (newVal <= taskData.value?.err?.max_retry) {
|
)
|
||||||
toast.error(`处理错误: ${taskData.value?.err?.message}, 将再次重试`);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
);
|
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col gap-3">
|
<div class="flex flex-col gap-3">
|
||||||
<h2 class="text-lg">上传成功</h2>
|
<h2 class="text-lg">上传成功</h2>
|
||||||
<div class="flex flex-col gap-1 items-center">
|
<div class="flex flex-col gap-1 items-center">
|
||||||
<div class="flex flex-col h-30 items-center justify-center">
|
<div class="flex flex-col h-30 items-center justify-center">
|
||||||
<FilePreviewView :value="props?.data?.file" />
|
<FilePreviewView :value="props?.data?.file" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
v-if="taskData?.status === 'success'"
|
|
||||||
class="flex flex-col gap-2"
|
|
||||||
v-for="item in taskData?.result"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="bg-white/80 p-2 rounded-md w-full flex flex-row items-center justify-between gap-2"
|
|
||||||
>
|
|
||||||
<div class="flex flex-row gap-2 items-center max-w-2/3">
|
|
||||||
<div
|
|
||||||
class="flex flex-row items-center justify-center rounded-md bg-black/5 p-2"
|
|
||||||
>
|
|
||||||
<LucideImage />
|
|
||||||
</div>
|
|
||||||
<div class="truncate w-auto">{{ props?.data?.file?.name }}</div>
|
|
||||||
<div class="flex flex-row gap-2 items-center text-sm shrink-0">
|
|
||||||
<span class="opacity-75">{{
|
|
||||||
filesize(item.new_file.size ?? 0)
|
|
||||||
}}</span>
|
|
||||||
<span
|
|
||||||
class="bg-green-200 text-green-600 rounded-md px-1 py-0.5 flex flex-row gap-1 items-center text-xs"
|
|
||||||
>
|
|
||||||
<LucideChevronDown class="size-4" />
|
|
||||||
{{
|
|
||||||
((1 - item.new_file.size / item.old_file.size) * 100).toFixed(
|
|
||||||
2,
|
|
||||||
)
|
|
||||||
}}%
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<AsyncButton
|
<div v-if="taskData?.status === 'success'" class="flex flex-col gap-2" v-for="item in taskData?.result">
|
||||||
variant="outline"
|
<div class="bg-white/80 p-2 rounded-md w-full flex flex-row items-center justify-between gap-2">
|
||||||
class="bg-black/5"
|
<div class="flex flex-row gap-2 items-center max-w-2/3">
|
||||||
size="icon"
|
<div class="flex flex-row items-center justify-center rounded-md bg-black/5 p-2">
|
||||||
@click="
|
<LucideImage />
|
||||||
async () => {
|
</div>
|
||||||
const data = await createFileShare({
|
<div class="truncate w-auto">{{ props?.data?.file?.name }}</div>
|
||||||
file_id: item.new_file.id,
|
<div class="flex flex-row gap-2 items-center text-sm shrink-0">
|
||||||
config: {
|
<span class="opacity-75">{{ filesize(item.new_file.size ?? 0) }}</span>
|
||||||
download_nums: 1,
|
<span class="bg-green-200 text-green-600 rounded-md px-1 py-0.5 flex flex-row gap-1 items-center text-xs">
|
||||||
expire_time: 60,
|
<LucideChevronDown class="size-4" />
|
||||||
has_pickup_code: false,
|
{{ ((1 - item.new_file.size / item.old_file.size) * 100).toFixed(2) }}%
|
||||||
has_password: false,
|
</span>
|
||||||
},
|
</div>
|
||||||
file_name: props?.data?.file?.name,
|
</div>
|
||||||
});
|
<AsyncButton
|
||||||
const { id } = data?.data || {};
|
variant="outline"
|
||||||
if (!id) {
|
class="bg-black/5"
|
||||||
return;
|
size="icon"
|
||||||
}
|
@click="
|
||||||
await downloadFile(id);
|
async () => {
|
||||||
}
|
const data = await createFileShare({
|
||||||
"
|
file_id: item.new_file.id,
|
||||||
>
|
config: {
|
||||||
<LucideDownload />
|
download_nums: 1,
|
||||||
</AsyncButton>
|
expire_time: 60,
|
||||||
</div>
|
has_pickup_code: false,
|
||||||
</div>
|
has_password: false,
|
||||||
<div
|
},
|
||||||
v-else-if="taskData?.status !== 'retry' && !!taskData?.err?.message"
|
file_name: props?.data?.file?.name,
|
||||||
class="flex flex-col gap-2"
|
})
|
||||||
>
|
const { id } = data?.data || {}
|
||||||
<div
|
if (!id) {
|
||||||
class="w-full h-16 flex flex-row items-center gap-3 bg-white/80 rounded-md p-2"
|
return
|
||||||
>
|
}
|
||||||
<div
|
try {
|
||||||
class="size-10 flex items-center justify-center rounded-md bg-red-200"
|
await downloadFileByShareId(id)
|
||||||
>
|
} catch (error: any) {
|
||||||
<LucideAlertTriangle class="size-5 text-red-600" />
|
toast.error(error?.data?.message || error?.message || error)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideDownload />
|
||||||
|
</AsyncButton>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm">
|
<div v-else-if="taskData?.status !== 'retry' && !!taskData?.err?.message" class="flex flex-col gap-2">
|
||||||
{{
|
<div class="w-full h-16 flex flex-row items-center gap-3 bg-white/80 rounded-md p-2">
|
||||||
`经过 ${taskData?.err?.retry} 次重试后任务处理失败: ${taskData?.err?.message}`
|
<div class="size-10 flex items-center justify-center rounded-md bg-red-200">
|
||||||
}}
|
<LucideAlertTriangle class="size-5 text-red-600" />
|
||||||
|
</div>
|
||||||
|
<div class="text-sm">
|
||||||
|
{{ `经过 ${taskData?.err?.retry} 次重试后任务处理失败: ${taskData?.err?.message}` }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-row justify-center">
|
||||||
|
<Button @click="emit('change', 'input')"> 返回首页 </Button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="flex flex-row justify-center">
|
|
||||||
<Button @click="emit('change', 'input')"> 返回首页 </Button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div v-else="taskData?.status !== 'retry' && !!taskData?.err?.message" class="flex flex-col gap-2">
|
||||||
v-else="taskData?.status !== 'retry' && !!taskData?.err?.message"
|
<Skeleton class="w-full h-16 flex flex-row items-center justify-between" v-for="i in 3" />
|
||||||
class="flex flex-col gap-2"
|
</div>
|
||||||
>
|
|
||||||
<Skeleton
|
|
||||||
class="w-full h-16 flex flex-row items-center justify-between"
|
|
||||||
v-for="i in 3"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,45 +1,37 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import FileShareResult from "@/components/Result/FileShareResult.vue";
|
import FileShareResult from '@/components/Result/FileShareResult.vue'
|
||||||
import TextShareResult from "@/components/Result/TextShareResult.vue";
|
import TextShareResult from '@/components/Result/TextShareResult.vue'
|
||||||
import ImageCompressResult from "@/components/Result/ImageCompressResult.vue";
|
import ImageCompressResult from '@/components/Result/ImageCompressResult.vue'
|
||||||
|
import type { FileHandleKey, TextHandleKey } from '../Preprocessing/types'
|
||||||
|
|
||||||
type basehandleData = { config: any; handle_type: string };
|
type basehandleData = { config: Record<string, any> }
|
||||||
|
|
||||||
type filehandleData = { file: File; file_id: string } & basehandleData;
|
type filehandleData = { files: { id: string; file: File }[]; handle_type: FileHandleKey } & basehandleData
|
||||||
type texthandleData = { text: string } & basehandleData;
|
type texthandleData = { text: string; handle_type: TextHandleKey } & basehandleData
|
||||||
|
type handleKey = 'file-share' | 'text-share' | 'file-image-compress'
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
data: filehandleData | texthandleData;
|
data: filehandleData | texthandleData
|
||||||
}>();
|
}>()
|
||||||
|
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
(e: "change", key: string): void;
|
(e: 'change', key: string): void
|
||||||
}>();
|
}>()
|
||||||
|
|
||||||
const handleList = [
|
const handleList: { component: Component<{ data: filehandleData | texthandleData }>; key: handleKey }[] = [
|
||||||
{ component: FileShareResult, key: "file-share" },
|
{ component: FileShareResult, key: 'file-share' },
|
||||||
{ component: TextShareResult, key: "text-share" },
|
{ component: TextShareResult, key: 'text-share' },
|
||||||
{ component: ImageCompressResult, key: "file-image-compress" },
|
{ component: ImageCompressResult, key: 'file-image-compress' },
|
||||||
];
|
]
|
||||||
|
|
||||||
const activeHandle = computed(() => {
|
const activeHandle = computed(() => {
|
||||||
return handleList.find((item) => item.key === props?.data?.handle_type);
|
return handleList.find((item) => item.key === props?.data?.handle_type)
|
||||||
});
|
})
|
||||||
// vue这个ts蠢的没边了,本来想写component: FileShareResult | TextShareResult,结果不行
|
// vue这个ts蠢的没边了,本来想写component: FileShareResult | TextShareResult,结果不行
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<component
|
<component v-if="'file' in data" :is="activeHandle?.component" :data="data" @change="(key: string) => emit('change', key)" />
|
||||||
v-if="'file' in data"
|
<component v-if="'text' in data" :is="activeHandle?.component" :data="data" @change="(key: string) => emit('change', key)" />
|
||||||
:is="activeHandle?.component"
|
</div>
|
||||||
:data="data"
|
|
||||||
@change="(key: string) => emit('change', key)"
|
|
||||||
/>
|
|
||||||
<component
|
|
||||||
v-if="'text' in data"
|
|
||||||
:is="activeHandle?.component"
|
|
||||||
:data="data"
|
|
||||||
@change="(key: string) => emit('change', key)"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,80 +1,146 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from '@/components/ui/button'
|
||||||
import { Input } from "@/components/ui/input";
|
import { Input } from '@/components/ui/input'
|
||||||
import { useClipboard } from "@vueuse/core";
|
import { useClipboard } from '@vueuse/core'
|
||||||
import { toast } from "vue-sonner";
|
import { toast } from 'vue-sonner'
|
||||||
import { useQuery } from "@tanstack/vue-query";
|
import { useQuery } from '@tanstack/vue-query'
|
||||||
import useMyAppShare from "~/composables/useMyAppShare";
|
import useMyAppShare from '@/composables/useMyAppShare'
|
||||||
import useMyAppConfig from "@/composables/useMyAppConfig";
|
import useMyAppConfig from '@/composables/useMyAppConfig'
|
||||||
|
import showDrawer from '@/lib/showDrawer'
|
||||||
|
import QrCoreDrawer from '@/components/Drawer/QrCoreDrawer.vue'
|
||||||
|
import dayjs from 'dayjs'
|
||||||
|
import { h } from 'vue'
|
||||||
|
import type { TextHandleKey } from '../Preprocessing/types'
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
data: { text: string; config: any; handle_type: string };
|
data: { text: string; config: Record<string, any>; handle_type: TextHandleKey }
|
||||||
}>();
|
}>()
|
||||||
|
|
||||||
const emit = defineEmits<{
|
const emit = defineEmits<{
|
||||||
(e: "change", key: string): void;
|
(e: 'change', key: string): void
|
||||||
}>();
|
}>()
|
||||||
|
|
||||||
const { createTextShare } = useMyAppShare();
|
const { createTextShare } = useMyAppShare()
|
||||||
const { data } = useQuery({
|
const { data } = useQuery({
|
||||||
queryKey: ["create-share", props?.data?.text],
|
queryKey: ['create-share', props?.data?.text],
|
||||||
queryFn: async () => {
|
staleTime: Infinity,
|
||||||
const { config, text } = props?.data || {};
|
queryFn: async () => {
|
||||||
const data = await createTextShare({
|
const { config, text } = props?.data || {}
|
||||||
text,
|
const data = await createTextShare({
|
||||||
config,
|
text,
|
||||||
});
|
config,
|
||||||
return data?.data;
|
})
|
||||||
},
|
return data?.data
|
||||||
});
|
},
|
||||||
const appConfig = useMyAppConfig();
|
})
|
||||||
|
const appConfig = useMyAppConfig()
|
||||||
const url = computed(() => {
|
const url = computed(() => {
|
||||||
const { id } = data?.value || {};
|
const { id } = data?.value || {}
|
||||||
return `${appConfig?.value?.site_url}/s/${id}`;
|
return `${appConfig?.value?.site_url}/s/${id}`
|
||||||
});
|
})
|
||||||
|
|
||||||
const { copy } = useClipboard();
|
const { copy } = useClipboard()
|
||||||
|
const { t } = useI18n()
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col gap-3">
|
<div class="flex flex-col gap-3">
|
||||||
<div class="flex flex-row justify-between">
|
<div class="flex flex-row gap-2">
|
||||||
<h2 class="text-lg">分享成功</h2>
|
<div class="flex flex-row justify-between w-full">
|
||||||
<div class="flex flex-row gap-2 basis-1/2">
|
<h2 class="text-lg">{{ t('textshareresult.title') }}</h2>
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
class="bg-white/70"
|
class="bg-white/70"
|
||||||
size="icon"
|
size="icon"
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
emit('change', 'input');
|
emit('change', 'input')
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<LucideHome />
|
<LucideHome />
|
||||||
</Button>
|
</Button>
|
||||||
<Input v-model="url" class="bg-white/70" />
|
</div>
|
||||||
<Button
|
</div>
|
||||||
variant="outline"
|
<div class="flex flex-col md:flex-row gap-5 rounded-md p-5 bg-white/20 backdrop-blur-xl w-full">
|
||||||
class="bg-white/70"
|
<div class="flex flex-col gap-2 flex-1">
|
||||||
size="icon"
|
<div class="text-sm font-semibold">{{ t('textshareresult.info') }}</div>
|
||||||
@click="
|
<div class="grid grid-cols-2 gap-2">
|
||||||
() => {
|
<div class="rounded-xl flex flex-col bg-black/10 px-3 py-2 gap-1">
|
||||||
copy(url);
|
<div class="text-xs font-semibold">{{ t('textshareresult.viewNums') }}</div>
|
||||||
toast.success('复制成功');
|
<div class="text-3xl font-light">{{ data?.download_nums }}</div>
|
||||||
}
|
</div>
|
||||||
"
|
<div class="rounded-xl flex flex-col bg-black/5 px-3 py-2 gap-1">
|
||||||
>
|
<div class="text-xs font-semibold">{{ t('textshareresult.expireTime') }}</div>
|
||||||
<LucideCopy />
|
<div class="text-md font-light">
|
||||||
</Button>
|
{{ dayjs((data?.expire_at ?? 0) * 1000).format('YYYY-MM-DD HH:mm:ss') }}
|
||||||
<Button variant="outline" class="bg-white/70" size="icon">
|
</div>
|
||||||
<LucideQrCode />
|
</div>
|
||||||
</Button>
|
<div class="rounded-xl flex flex-col bg-black/10 px-3 py-2 gap-1" v-if="data?.pickup_code">
|
||||||
</div>
|
<div class="flex flex-row justify-between w-full items-center">
|
||||||
|
<div class="text-xs font-semibold">{{ t('textshareresult.pickupCode') }}</div>
|
||||||
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
class="bg-white/70 p-0 size-6"
|
||||||
|
size="icon"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
copy(data?.pickup_code as string)
|
||||||
|
toast.success(t('textshareresult.copySuccess'))
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideCopy class="size-3" />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-row gap-2">
|
||||||
|
<div v-for="s in data?.pickup_code" class="text-2xl font-light">
|
||||||
|
{{ s }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-col gap-5 flex-1">
|
||||||
|
<div class="text-sm font-semibold">{{ t('textshareresult.link') }}</div>
|
||||||
|
<div class="flex flex-row gap-2">
|
||||||
|
<Input v-model="url" class="bg-white/70" readonly />
|
||||||
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
class="bg-white/70"
|
||||||
|
size="icon"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
copy(url)
|
||||||
|
toast.success(t('textshareresult.copySuccess'))
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideCopy />
|
||||||
|
</Button>
|
||||||
|
|
||||||
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
class="bg-white/70"
|
||||||
|
size="icon"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
showDrawer({
|
||||||
|
render: ({ ...rest }) =>
|
||||||
|
h(QrCoreDrawer, {
|
||||||
|
...rest,
|
||||||
|
data: url,
|
||||||
|
}),
|
||||||
|
})
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideQrCode />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<h2 class="text-md">{{ t('textshareresult.content') }}</h2>
|
||||||
|
<MarkdownRender class="prose rounded-md bg-white/70 p-3 w-full max-w-full min-h-[30vh]" :markdown="props?.data?.text" />
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="prose rounded-md bg-white/70 p-3 w-full max-w-full"
|
|
||||||
v-html="props?.data?.text"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,11 +1,14 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import AsyncButton from '@/components/ui/button/AsyncButton.vue'
|
import AsyncButton from '@/components/ui/button/AsyncButton.vue'
|
||||||
import dayjs from 'dayjs';
|
import dayjs from 'dayjs'
|
||||||
import duration from 'dayjs/plugin/duration';
|
import duration from 'dayjs/plugin/duration'
|
||||||
import relativeTime from 'dayjs/plugin/relativeTime';
|
import relativeTime from 'dayjs/plugin/relativeTime'
|
||||||
import { isBoolean } from 'lodash-es';
|
import { isBoolean } from 'lodash-es'
|
||||||
import { LucideCheck, LucideX } from 'lucide-vue-next';
|
import { LucideCheck, LucideX } from 'lucide-vue-next'
|
||||||
import { useQueryClient } from '@tanstack/vue-query';
|
import { useQueryClient } from '@tanstack/vue-query'
|
||||||
|
import showDrawer from '~/lib/showDrawer'
|
||||||
|
import { toast } from 'vue-sonner'
|
||||||
|
import PasswallShareDrawer from '~/components/Drawer/PasswallShareDrawer.vue'
|
||||||
dayjs.extend(duration)
|
dayjs.extend(duration)
|
||||||
dayjs.extend(relativeTime)
|
dayjs.extend(relativeTime)
|
||||||
|
|
||||||
@@ -14,33 +17,35 @@ const props = defineProps<{
|
|||||||
}>()
|
}>()
|
||||||
|
|
||||||
const queryClient = useQueryClient()
|
const queryClient = useQueryClient()
|
||||||
|
const { downloadFile, getShareToken } = useMyAppShare()
|
||||||
|
|
||||||
const handleDownload = async () => {
|
const handleDownload = async () => {
|
||||||
const { id } = props?.data || {}
|
const { id } = props?.data || {}
|
||||||
const data = await $fetch<{
|
try {
|
||||||
code: number
|
let token = null
|
||||||
data: {
|
if (props?.data?.has_password) {
|
||||||
token?: string
|
token = await showDrawer({
|
||||||
|
render: ({ ...rest }) => h(PasswallShareDrawer, { ...rest, share_id: id }),
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
token = await getShareToken(id)
|
||||||
}
|
}
|
||||||
}>(`/api/download`, {
|
if (!token) {
|
||||||
method: 'POST',
|
throw new Error('获取token失败')
|
||||||
body: {
|
|
||||||
share_id: id
|
|
||||||
}
|
}
|
||||||
})
|
downloadFile(token)
|
||||||
const { token } = data?.data || {}
|
} catch (error: any) {
|
||||||
if (!token) {
|
toast.error(error?.data?.message || error?.message || error)
|
||||||
return
|
} finally {
|
||||||
|
queryClient.invalidateQueries({ queryKey: ['share', id] })
|
||||||
}
|
}
|
||||||
(window as any)?.open(`/api/download?token=${token}`)
|
|
||||||
queryClient.invalidateQueries({ queryKey: ['share', id] })
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const expireSeconds = computed(() => {
|
const expireSeconds = computed(() => {
|
||||||
return dayjs(props?.data?.expire_at * 10e2).unix() - dayjs().unix()
|
return dayjs(props?.data?.expire_at * 10e2).unix() - dayjs().unix()
|
||||||
})
|
})
|
||||||
|
|
||||||
const { remaining, start} = useCountdown(expireSeconds.value)
|
const { remaining, start } = useCountdown(expireSeconds.value)
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
start()
|
start()
|
||||||
@@ -49,7 +54,10 @@ onMounted(() => {
|
|||||||
const fileShareInfo = computed(() => {
|
const fileShareInfo = computed(() => {
|
||||||
return [
|
return [
|
||||||
{ label: '需要密码', value: props?.data?.has_password ?? false },
|
{ label: '需要密码', value: props?.data?.has_password ?? false },
|
||||||
{ label: '过期时间', value: dayjs.duration(remaining.value, 'seconds').format(`D天 HH:mm:ss`) },
|
{
|
||||||
|
label: '过期时间',
|
||||||
|
value: dayjs.duration(remaining.value, 'seconds').format(`D天 HH:mm:ss`),
|
||||||
|
},
|
||||||
{ label: '剩余下载次数', value: props?.data?.download_nums ?? 0 },
|
{ label: '剩余下载次数', value: props?.data?.download_nums ?? 0 },
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
@@ -70,4 +78,4 @@ const fileShareInfo = computed(() => {
|
|||||||
<AsyncButton @click="handleDownload" class="w-full">下载</AsyncButton>
|
<AsyncButton @click="handleDownload" class="w-full">下载</AsyncButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,13 +1,19 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import dayjs from 'dayjs';
|
import dayjs from 'dayjs'
|
||||||
import AsyncButton from '@/components/ui/button/AsyncButton.vue'
|
import AsyncButton from '@/components/ui/button/AsyncButton.vue'
|
||||||
import duration from 'dayjs/plugin/duration';
|
import duration from 'dayjs/plugin/duration'
|
||||||
import relativeTime from 'dayjs/plugin/relativeTime';
|
import relativeTime from 'dayjs/plugin/relativeTime'
|
||||||
import { isBoolean } from 'lodash-es';
|
import { isBoolean } from 'lodash-es'
|
||||||
import { LucideCheck, LucideX } from 'lucide-vue-next';
|
import { LucideCheck, LucideX } from 'lucide-vue-next'
|
||||||
import { cx } from 'class-variance-authority';
|
import { cx } from 'class-variance-authority'
|
||||||
import { toast } from 'vue-sonner';
|
import { toast } from 'vue-sonner'
|
||||||
import MarkdownRender from '@/components/MarkdownRender.vue'
|
import MarkdownRender from '@/components/MarkdownRender.vue'
|
||||||
|
import { Button } from '@/components/ui/button'
|
||||||
|
import { LucideCopy } from 'lucide-vue-next'
|
||||||
|
import { useClipboard } from '@vueuse/core'
|
||||||
|
import showDrawer from '~/lib/showDrawer'
|
||||||
|
import PasswallShareDrawer from '~/components/Drawer/PasswallShareDrawer.vue'
|
||||||
|
|
||||||
dayjs.extend(duration)
|
dayjs.extend(duration)
|
||||||
dayjs.extend(relativeTime)
|
dayjs.extend(relativeTime)
|
||||||
|
|
||||||
@@ -15,12 +21,16 @@ const props = defineProps<{
|
|||||||
data: any
|
data: any
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
|
const { getShareToken } = useMyAppShare()
|
||||||
|
|
||||||
const expireSeconds = computed(() => {
|
const expireSeconds = computed(() => {
|
||||||
return dayjs(props?.data?.expire_at * 10e2).unix() - dayjs().unix()
|
return dayjs(props?.data?.expire_at * 10e2).unix() - dayjs().unix()
|
||||||
})
|
})
|
||||||
|
|
||||||
const { remaining, start } = useCountdown(expireSeconds.value)
|
const { remaining, start } = useCountdown(expireSeconds.value)
|
||||||
|
|
||||||
|
const { copy } = useClipboard()
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
start()
|
start()
|
||||||
})
|
})
|
||||||
@@ -28,7 +38,10 @@ onMounted(() => {
|
|||||||
const fileShareInfo = computed(() => {
|
const fileShareInfo = computed(() => {
|
||||||
return [
|
return [
|
||||||
{ label: '需要密码', value: props?.data?.has_password ?? false },
|
{ label: '需要密码', value: props?.data?.has_password ?? false },
|
||||||
{ label: '过期时间', value: dayjs.duration(remaining.value, 'seconds').format(`D天 HH:mm:ss`) },
|
{
|
||||||
|
label: '过期时间',
|
||||||
|
value: dayjs.duration(remaining.value, 'seconds').format(`D天 HH:mm:ss`),
|
||||||
|
},
|
||||||
{ label: '剩余浏览次数', value: props?.data?.download_nums ?? 0 },
|
{ label: '剩余浏览次数', value: props?.data?.download_nums ?? 0 },
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
@@ -36,21 +49,13 @@ const previewText = ref<string | null>(null)
|
|||||||
|
|
||||||
const handlePreview = async () => {
|
const handlePreview = async () => {
|
||||||
try {
|
try {
|
||||||
const { id } = props?.data || {}
|
let token = null
|
||||||
const data = await $fetch<{
|
if (props?.data?.has_password) {
|
||||||
code: number
|
token = await showDrawer({
|
||||||
data: {
|
render: ({ ...rest }) => h(PasswallShareDrawer, { ...rest, share_id: props?.data?.id }),
|
||||||
token?: string
|
})
|
||||||
}
|
} else {
|
||||||
}>(`/api/download`, {
|
token = await getShareToken(props?.data?.id)
|
||||||
method: 'POST',
|
|
||||||
body: {
|
|
||||||
share_id: id
|
|
||||||
}
|
|
||||||
})
|
|
||||||
const { token } = data?.data || {}
|
|
||||||
if (!token) {
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
const r = await $fetch<{
|
const r = await $fetch<{
|
||||||
code: number
|
code: number
|
||||||
@@ -59,18 +64,32 @@ const handlePreview = async () => {
|
|||||||
}
|
}
|
||||||
}>(`/api/download?token=${token}`)
|
}>(`/api/download?token=${token}`)
|
||||||
previewText.value = r?.data?.data
|
previewText.value = r?.data?.data
|
||||||
} catch (error) {
|
} catch (error: any) {
|
||||||
toast.error(error?.data?.message || '获取失败')
|
toast.error(error?.data?.message || error?.message || error)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div :class="cx('flex flex-col max-h-full', !!previewText ? 'gap-3' : 'gap-16 items-center')">
|
<div :class="cx('flex flex-col max-h-full', !!previewText ? 'gap-3' : 'gap-16 items-center')">
|
||||||
<h1 class="text-xl">查看文本</h1>
|
<div :class="cx('flex flex-row w-full', !!previewText ? 'justify-between' : 'justify-center')">
|
||||||
|
<h1 class="text-xl">查看文本</h1>
|
||||||
|
<Button
|
||||||
|
v-if="!!previewText"
|
||||||
|
variant="outline"
|
||||||
|
size="icon"
|
||||||
|
@click="
|
||||||
|
() => {
|
||||||
|
copy(previewText as string)
|
||||||
|
toast.success('复制成功')
|
||||||
|
}
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<LucideCopy />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
<template v-if="!previewText">
|
<template v-if="!previewText">
|
||||||
<div class="flex flex-col gap-2 md:flex-row w-full">
|
<div class="flex flex-col gap-2 md:flex-row w-full">
|
||||||
<div class="flex flex-row md:flex-col md:gap-1 justify-between items-center md:flex-1"
|
<div class="flex flex-row md:flex-col md:gap-1 justify-between items-center md:flex-1" v-for="item in fileShareInfo">
|
||||||
v-for="item in fileShareInfo">
|
|
||||||
<div class="text-xs opacity-75">{{ item?.label }}</div>
|
<div class="text-xs opacity-75">{{ item?.label }}</div>
|
||||||
<component v-if="isBoolean(item?.value)" :is="item?.value ? LucideCheck : LucideX" class="size-6" />
|
<component v-if="isBoolean(item?.value)" :is="item?.value ? LucideCheck : LucideX" class="size-6" />
|
||||||
<div v-else class="md:text-xl">{{ item?.value }}</div>
|
<div v-else class="md:text-xl">{{ item?.value }}</div>
|
||||||
@@ -84,4 +103,4 @@ const handlePreview = async () => {
|
|||||||
<MarkdownRender :markdown="previewText" class="rounded-md bg-white/70 p-3 w-full max-w-full min-h-80 overflow-y-auto" />
|
<MarkdownRender :markdown="previewText" class="rounded-md bg-white/70 p-3 w-full max-w-full min-h-80 overflow-y-auto" />
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,40 +0,0 @@
|
|||||||
<script setup lang="ts">
|
|
||||||
import { Editor, EditorContent } from '@tiptap/vue-3'
|
|
||||||
import StarterKit from '@tiptap/starter-kit'
|
|
||||||
import { Markdown } from 'tiptap-markdown';
|
|
||||||
import Placeholder from '@tiptap/extension-placeholder'
|
|
||||||
const props = defineProps<{
|
|
||||||
modelValue: string
|
|
||||||
placeholder?: string
|
|
||||||
}>()
|
|
||||||
const emit = defineEmits<{
|
|
||||||
(e: 'update:modelValue', value: string): void
|
|
||||||
}>()
|
|
||||||
|
|
||||||
const editor = ref<Editor | undefined>(undefined)
|
|
||||||
onMounted(() => {
|
|
||||||
editor.value = new Editor({
|
|
||||||
content: props.modelValue,
|
|
||||||
extensions: [StarterKit, Markdown.configure({
|
|
||||||
transformPastedText: true,
|
|
||||||
transformCopiedText: true
|
|
||||||
}), Placeholder.configure({
|
|
||||||
placeholder: props.placeholder ?? ''
|
|
||||||
})],
|
|
||||||
onUpdate: () => {
|
|
||||||
// HTML
|
|
||||||
emit('update:modelValue', editor.value?.storage?.markdown?.getMarkdown() ?? '')
|
|
||||||
}
|
|
||||||
})
|
|
||||||
})
|
|
||||||
watch(() => props.modelValue, (value) => {
|
|
||||||
editor.value?.commands.setContent(value)
|
|
||||||
})
|
|
||||||
onUnmounted(() => {
|
|
||||||
editor.value?.destroy()
|
|
||||||
})
|
|
||||||
|
|
||||||
</script>
|
|
||||||
<template>
|
|
||||||
<editor-content :editor="editor" class="prose prose-sm bg-white/50 rounded-md p-2 [&>*]:outline-none prose-p:my-1" />
|
|
||||||
</template>
|
|
||||||
60
front/components/Tiptap/Index.vue
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { Editor, EditorContent } from '@tiptap/vue-3'
|
||||||
|
import StarterKit from '@tiptap/starter-kit'
|
||||||
|
import { Markdown } from 'tiptap-markdown'
|
||||||
|
import Placeholder from '@tiptap/extension-placeholder'
|
||||||
|
import { cx } from 'class-variance-authority'
|
||||||
|
|
||||||
|
const props = defineProps<{
|
||||||
|
modelValue?: string
|
||||||
|
placeholder?: string
|
||||||
|
class?: string
|
||||||
|
}>()
|
||||||
|
const emit = defineEmits<{
|
||||||
|
(e: 'update:modelValue', value: string): void
|
||||||
|
}>()
|
||||||
|
|
||||||
|
const editor = ref<Editor | undefined>(undefined)
|
||||||
|
onMounted(() => {
|
||||||
|
editor.value = new Editor({
|
||||||
|
content: props.modelValue,
|
||||||
|
extensions: [
|
||||||
|
StarterKit,
|
||||||
|
Markdown.configure({
|
||||||
|
transformPastedText: true,
|
||||||
|
transformCopiedText: true,
|
||||||
|
}),
|
||||||
|
Placeholder.configure({
|
||||||
|
placeholder: props.placeholder ?? '',
|
||||||
|
}),
|
||||||
|
// CommandsPlugin,
|
||||||
|
],
|
||||||
|
onUpdate: () => {
|
||||||
|
emit('update:modelValue', (editor.value as any)?.storage?.markdown?.getMarkdown() ?? '')
|
||||||
|
},
|
||||||
|
})
|
||||||
|
})
|
||||||
|
watch(
|
||||||
|
() => props.modelValue,
|
||||||
|
(value) => {
|
||||||
|
if (value !== (editor.value as any)?.storage?.markdown?.getMarkdown()) {
|
||||||
|
editor.value?.commands.setContent(value ?? '')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
)
|
||||||
|
onUnmounted(() => {
|
||||||
|
editor.value?.destroy()
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
<template>
|
||||||
|
<editor-content
|
||||||
|
:editor="editor as any"
|
||||||
|
:class="
|
||||||
|
cx(
|
||||||
|
'prose prose-sm bg-white/50 rounded-md p-2 [&>*]:outline-none prose-p:my-1 prose-headings:my-2 prose-pre:mb-0 prose-blockquote:border-black/50 selection:bg-primary/20 max-w-full',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
</editor-content>
|
||||||
|
</template>
|
||||||
15
front/components/ui/accordion/Accordion.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { AccordionRootEmits, AccordionRootProps } from 'reka-ui'
|
||||||
|
import { AccordionRoot, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
|
||||||
|
const props = defineProps<AccordionRootProps>()
|
||||||
|
const emits = defineEmits<AccordionRootEmits>()
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(props, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<AccordionRoot data-slot="accordion" v-bind="forwarded">
|
||||||
|
<slot />
|
||||||
|
</AccordionRoot>
|
||||||
|
</template>
|
||||||
23
front/components/ui/accordion/AccordionContent.vue
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { AccordionContentProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { AccordionContent } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<AccordionContentProps & { class?: HTMLAttributes['class'] }>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<AccordionContent
|
||||||
|
data-slot="accordion-content"
|
||||||
|
v-bind="delegatedProps"
|
||||||
|
class="data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down overflow-hidden text-sm"
|
||||||
|
>
|
||||||
|
<div :class="cn('pt-0 pb-4', props.class)">
|
||||||
|
<slot />
|
||||||
|
</div>
|
||||||
|
</AccordionContent>
|
||||||
|
</template>
|
||||||
19
front/components/ui/accordion/AccordionItem.vue
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { AccordionItemProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { AccordionItem, useForwardProps } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<AccordionItemProps & { class?: HTMLAttributes['class'] }>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
|
||||||
|
const forwardedProps = useForwardProps(delegatedProps)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<AccordionItem data-slot="accordion-item" v-bind="forwardedProps" :class="cn('border-b last:border-b-0', props.class)">
|
||||||
|
<slot />
|
||||||
|
</AccordionItem>
|
||||||
|
</template>
|
||||||
32
front/components/ui/accordion/AccordionTrigger.vue
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { AccordionTriggerProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { ChevronDown } from 'lucide-vue-next'
|
||||||
|
import { AccordionHeader, AccordionTrigger } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<AccordionTriggerProps & { class?: HTMLAttributes['class'] }>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<AccordionHeader class="flex">
|
||||||
|
<AccordionTrigger
|
||||||
|
data-slot="accordion-trigger"
|
||||||
|
v-bind="delegatedProps"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'focus-visible:border-ring focus-visible:ring-ring/50 flex flex-1 items-start justify-between gap-4 rounded-md py-4 text-left text-sm font-medium transition-all outline-none hover:underline focus-visible:ring-[3px] disabled:pointer-events-none disabled:opacity-50 [&[data-state=open]>svg]:rotate-180',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
<slot name="icon">
|
||||||
|
<ChevronDown class="text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200" />
|
||||||
|
</slot>
|
||||||
|
</AccordionTrigger>
|
||||||
|
</AccordionHeader>
|
||||||
|
</template>
|
||||||
4
front/components/ui/accordion/index.ts
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
export { default as Accordion } from './Accordion.vue'
|
||||||
|
export { default as AccordionContent } from './AccordionContent.vue'
|
||||||
|
export { default as AccordionItem } from './AccordionItem.vue'
|
||||||
|
export { default as AccordionTrigger } from './AccordionTrigger.vue'
|
||||||
15
front/components/ui/avatar/Avatar.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { AvatarRoot } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<{
|
||||||
|
class?: HTMLAttributes['class']
|
||||||
|
}>()
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<AvatarRoot data-slot="avatar" :class="cn('relative flex size-8 shrink-0 overflow-hidden rounded-full', props.class)">
|
||||||
|
<slot />
|
||||||
|
</AvatarRoot>
|
||||||
|
</template>
|
||||||
21
front/components/ui/avatar/AvatarFallback.vue
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { AvatarFallbackProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { AvatarFallback } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<AvatarFallbackProps & { class?: HTMLAttributes['class'] }>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<AvatarFallback
|
||||||
|
data-slot="avatar-fallback"
|
||||||
|
v-bind="delegatedProps"
|
||||||
|
:class="cn('bg-muted flex size-full items-center justify-center rounded-full', props.class)"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</AvatarFallback>
|
||||||
|
</template>
|
||||||
12
front/components/ui/avatar/AvatarImage.vue
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { AvatarImageProps } from 'reka-ui'
|
||||||
|
import { AvatarImage } from 'reka-ui'
|
||||||
|
|
||||||
|
const props = defineProps<AvatarImageProps>()
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<AvatarImage data-slot="avatar-image" v-bind="props" class="aspect-square size-full">
|
||||||
|
<slot />
|
||||||
|
</AvatarImage>
|
||||||
|
</template>
|
||||||
3
front/components/ui/avatar/index.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export { default as Avatar } from './Avatar.vue'
|
||||||
|
export { default as AvatarFallback } from './AvatarFallback.vue'
|
||||||
|
export { default as AvatarImage } from './AvatarImage.vue'
|
||||||
15
front/components/ui/dropdown-menu/DropdownMenu.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuRootEmits, DropdownMenuRootProps } from 'reka-ui'
|
||||||
|
import { DropdownMenuRoot, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuRootProps>()
|
||||||
|
const emits = defineEmits<DropdownMenuRootEmits>()
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(props, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuRoot data-slot="dropdown-menu" v-bind="forwarded">
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuRoot>
|
||||||
|
</template>
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuCheckboxItemEmits, DropdownMenuCheckboxItemProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { Check } from 'lucide-vue-next'
|
||||||
|
import { DropdownMenuCheckboxItem, DropdownMenuItemIndicator, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuCheckboxItemProps & { class?: HTMLAttributes['class'] }>()
|
||||||
|
const emits = defineEmits<DropdownMenuCheckboxItemEmits>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuCheckboxItem
|
||||||
|
data-slot="dropdown-menu-checkbox-item"
|
||||||
|
v-bind="forwarded"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=\'size-\'])]:size-4',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<span class="pointer-events-none absolute left-2 flex size-3.5 items-center justify-center">
|
||||||
|
<DropdownMenuItemIndicator>
|
||||||
|
<Check class="size-4" />
|
||||||
|
</DropdownMenuItemIndicator>
|
||||||
|
</span>
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuCheckboxItem>
|
||||||
|
</template>
|
||||||
33
front/components/ui/dropdown-menu/DropdownMenuContent.vue
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuContentEmits, DropdownMenuContentProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { DropdownMenuContent, DropdownMenuPortal, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = withDefaults(defineProps<DropdownMenuContentProps & { class?: HTMLAttributes['class'] }>(), {
|
||||||
|
sideOffset: 4,
|
||||||
|
})
|
||||||
|
const emits = defineEmits<DropdownMenuContentEmits>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuPortal>
|
||||||
|
<DropdownMenuContent
|
||||||
|
data-slot="dropdown-menu-content"
|
||||||
|
v-bind="forwarded"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--reka-dropdown-menu-content-available-height) min-w-[8rem] origin-(--reka-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuContent>
|
||||||
|
</DropdownMenuPortal>
|
||||||
|
</template>
|
||||||
12
front/components/ui/dropdown-menu/DropdownMenuGroup.vue
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuGroupProps } from 'reka-ui'
|
||||||
|
import { DropdownMenuGroup } from 'reka-ui'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuGroupProps>()
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuGroup data-slot="dropdown-menu-group" v-bind="props">
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuGroup>
|
||||||
|
</template>
|
||||||
41
front/components/ui/dropdown-menu/DropdownMenuItem.vue
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuItemProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { DropdownMenuItem, useForwardProps } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = withDefaults(
|
||||||
|
defineProps<
|
||||||
|
DropdownMenuItemProps & {
|
||||||
|
class?: HTMLAttributes['class']
|
||||||
|
inset?: boolean
|
||||||
|
variant?: 'default' | 'destructive'
|
||||||
|
}
|
||||||
|
>(),
|
||||||
|
{
|
||||||
|
variant: 'default',
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'inset', 'variant', 'class')
|
||||||
|
|
||||||
|
const forwardedProps = useForwardProps(delegatedProps)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuItem
|
||||||
|
data-slot="dropdown-menu-item"
|
||||||
|
:data-inset="inset ? '' : undefined"
|
||||||
|
:data-variant="variant"
|
||||||
|
v-bind="forwardedProps"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive-foreground data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/40 data-[variant=destructive]:focus:text-destructive-foreground data-[variant=destructive]:*:[svg]:!text-destructive-foreground [&_svg:not([class*=\'text-\'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=\'size-\'])]:size-4',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuItem>
|
||||||
|
</template>
|
||||||
23
front/components/ui/dropdown-menu/DropdownMenuLabel.vue
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuLabelProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { DropdownMenuLabel, useForwardProps } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuLabelProps & { class?: HTMLAttributes['class']; inset?: boolean }>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class', 'inset')
|
||||||
|
const forwardedProps = useForwardProps(delegatedProps)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuLabel
|
||||||
|
data-slot="dropdown-menu-label"
|
||||||
|
:data-inset="inset ? '' : undefined"
|
||||||
|
v-bind="forwardedProps"
|
||||||
|
:class="cn('px-2 py-1.5 text-sm font-medium data-[inset]:pl-8', props.class)"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuLabel>
|
||||||
|
</template>
|
||||||
15
front/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuRadioGroupEmits, DropdownMenuRadioGroupProps } from 'reka-ui'
|
||||||
|
import { DropdownMenuRadioGroup, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuRadioGroupProps>()
|
||||||
|
const emits = defineEmits<DropdownMenuRadioGroupEmits>()
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(props, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuRadioGroup data-slot="dropdown-menu-radio-group" v-bind="forwarded">
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuRadioGroup>
|
||||||
|
</template>
|
||||||
36
front/components/ui/dropdown-menu/DropdownMenuRadioItem.vue
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuRadioItemEmits, DropdownMenuRadioItemProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { Circle } from 'lucide-vue-next'
|
||||||
|
import { DropdownMenuItemIndicator, DropdownMenuRadioItem, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuRadioItemProps & { class?: HTMLAttributes['class'] }>()
|
||||||
|
|
||||||
|
const emits = defineEmits<DropdownMenuRadioItemEmits>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuRadioItem
|
||||||
|
data-slot="dropdown-menu-radio-item"
|
||||||
|
v-bind="forwarded"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=\'size-\'])]:size-4',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<span class="pointer-events-none absolute left-2 flex size-3.5 items-center justify-center">
|
||||||
|
<DropdownMenuItemIndicator>
|
||||||
|
<Circle class="size-2 fill-current" />
|
||||||
|
</DropdownMenuItemIndicator>
|
||||||
|
</span>
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuRadioItem>
|
||||||
|
</template>
|
||||||
19
front/components/ui/dropdown-menu/DropdownMenuSeparator.vue
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuSeparatorProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { DropdownMenuSeparator } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<
|
||||||
|
DropdownMenuSeparatorProps & {
|
||||||
|
class?: HTMLAttributes['class']
|
||||||
|
}
|
||||||
|
>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuSeparator data-slot="dropdown-menu-separator" v-bind="delegatedProps" :class="cn('bg-border -mx-1 my-1 h-px', props.class)" />
|
||||||
|
</template>
|
||||||
14
front/components/ui/dropdown-menu/DropdownMenuShortcut.vue
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<{
|
||||||
|
class?: HTMLAttributes['class']
|
||||||
|
}>()
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<span data-slot="dropdown-menu-shortcut" :class="cn('text-muted-foreground ml-auto text-xs tracking-widest', props.class)">
|
||||||
|
<slot />
|
||||||
|
</span>
|
||||||
|
</template>
|
||||||
15
front/components/ui/dropdown-menu/DropdownMenuSub.vue
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuSubEmits, DropdownMenuSubProps } from 'reka-ui'
|
||||||
|
import { DropdownMenuSub, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuSubProps>()
|
||||||
|
const emits = defineEmits<DropdownMenuSubEmits>()
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(props, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuSub data-slot="dropdown-menu-sub" v-bind="forwarded">
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuSub>
|
||||||
|
</template>
|
||||||
29
front/components/ui/dropdown-menu/DropdownMenuSubContent.vue
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuSubContentEmits, DropdownMenuSubContentProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { DropdownMenuSubContent, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuSubContentProps & { class?: HTMLAttributes['class'] }>()
|
||||||
|
const emits = defineEmits<DropdownMenuSubContentEmits>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuSubContent
|
||||||
|
data-slot="dropdown-menu-sub-content"
|
||||||
|
v-bind="forwarded"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[8rem] origin-(--reka-dropdown-menu-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuSubContent>
|
||||||
|
</template>
|
||||||
29
front/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuSubTriggerProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { ChevronRight } from 'lucide-vue-next'
|
||||||
|
import { DropdownMenuSubTrigger, useForwardProps } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuSubTriggerProps & { class?: HTMLAttributes['class']; inset?: boolean }>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class', 'inset')
|
||||||
|
const forwardedProps = useForwardProps(delegatedProps)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuSubTrigger
|
||||||
|
data-slot="dropdown-menu-sub-trigger"
|
||||||
|
v-bind="forwardedProps"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
<ChevronRight class="ml-auto size-4" />
|
||||||
|
</DropdownMenuSubTrigger>
|
||||||
|
</template>
|
||||||
14
front/components/ui/dropdown-menu/DropdownMenuTrigger.vue
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { DropdownMenuTriggerProps } from 'reka-ui'
|
||||||
|
import { DropdownMenuTrigger, useForwardProps } from 'reka-ui'
|
||||||
|
|
||||||
|
const props = defineProps<DropdownMenuTriggerProps>()
|
||||||
|
|
||||||
|
const forwardedProps = useForwardProps(props)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<DropdownMenuTrigger data-slot="dropdown-menu-trigger" v-bind="forwardedProps">
|
||||||
|
<slot />
|
||||||
|
</DropdownMenuTrigger>
|
||||||
|
</template>
|
||||||
16
front/components/ui/dropdown-menu/index.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
export { default as DropdownMenu } from './DropdownMenu.vue'
|
||||||
|
|
||||||
|
export { default as DropdownMenuCheckboxItem } from './DropdownMenuCheckboxItem.vue'
|
||||||
|
export { default as DropdownMenuContent } from './DropdownMenuContent.vue'
|
||||||
|
export { default as DropdownMenuGroup } from './DropdownMenuGroup.vue'
|
||||||
|
export { default as DropdownMenuItem } from './DropdownMenuItem.vue'
|
||||||
|
export { default as DropdownMenuLabel } from './DropdownMenuLabel.vue'
|
||||||
|
export { default as DropdownMenuRadioGroup } from './DropdownMenuRadioGroup.vue'
|
||||||
|
export { default as DropdownMenuRadioItem } from './DropdownMenuRadioItem.vue'
|
||||||
|
export { default as DropdownMenuSeparator } from './DropdownMenuSeparator.vue'
|
||||||
|
export { default as DropdownMenuShortcut } from './DropdownMenuShortcut.vue'
|
||||||
|
export { default as DropdownMenuSub } from './DropdownMenuSub.vue'
|
||||||
|
export { default as DropdownMenuSubContent } from './DropdownMenuSubContent.vue'
|
||||||
|
export { default as DropdownMenuSubTrigger } from './DropdownMenuSubTrigger.vue'
|
||||||
|
export { default as DropdownMenuTrigger } from './DropdownMenuTrigger.vue'
|
||||||
|
export { DropdownMenuPortal } from 'reka-ui'
|
||||||
24
front/components/ui/menubar/Menubar.vue
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { MenubarRootEmits, MenubarRootProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { MenubarRoot, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<MenubarRootProps & { class?: HTMLAttributes['class'] }>()
|
||||||
|
const emits = defineEmits<MenubarRootEmits>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<MenubarRoot
|
||||||
|
data-slot="menubar"
|
||||||
|
v-bind="forwarded"
|
||||||
|
:class="cn('bg-background flex h-9 items-center gap-1 rounded-md border p-1 shadow-xs', props.class)"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</MenubarRoot>
|
||||||
|
</template>
|
||||||
35
front/components/ui/menubar/MenubarCheckboxItem.vue
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { MenubarCheckboxItemEmits, MenubarCheckboxItemProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { Check } from 'lucide-vue-next'
|
||||||
|
import { MenubarCheckboxItem, MenubarItemIndicator, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<MenubarCheckboxItemProps & { class?: HTMLAttributes['class'] }>()
|
||||||
|
const emits = defineEmits<MenubarCheckboxItemEmits>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
|
||||||
|
const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<MenubarCheckboxItem
|
||||||
|
data-slot="menubar-checkbox-item"
|
||||||
|
v-bind="forwarded"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=\'size-\'])]:size-4',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<span class="pointer-events-none absolute left-2 flex size-3.5 items-center justify-center">
|
||||||
|
<MenubarItemIndicator>
|
||||||
|
<Check class="size-4" />
|
||||||
|
</MenubarItemIndicator>
|
||||||
|
</span>
|
||||||
|
<slot />
|
||||||
|
</MenubarCheckboxItem>
|
||||||
|
</template>
|
||||||
34
front/components/ui/menubar/MenubarContent.vue
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { MenubarContentProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { MenubarContent, MenubarPortal, useForwardProps } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = withDefaults(defineProps<MenubarContentProps & { class?: HTMLAttributes['class'] }>(), {
|
||||||
|
align: 'start',
|
||||||
|
alignOffset: -4,
|
||||||
|
sideOffset: 8,
|
||||||
|
})
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class')
|
||||||
|
|
||||||
|
const forwardedProps = useForwardProps(delegatedProps)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<MenubarPortal>
|
||||||
|
<MenubarContent
|
||||||
|
data-slot="menubar-content"
|
||||||
|
v-bind="forwardedProps"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[12rem] origin-(--reka-menubar-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-md',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</MenubarContent>
|
||||||
|
</MenubarPortal>
|
||||||
|
</template>
|
||||||
12
front/components/ui/menubar/MenubarGroup.vue
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { MenubarGroupProps } from 'reka-ui'
|
||||||
|
import { MenubarGroup } from 'reka-ui'
|
||||||
|
|
||||||
|
const props = defineProps<MenubarGroupProps>()
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<MenubarGroup data-slot="menubar-group" v-bind="props">
|
||||||
|
<slot />
|
||||||
|
</MenubarGroup>
|
||||||
|
</template>
|
||||||
37
front/components/ui/menubar/MenubarItem.vue
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { MenubarItemEmits, MenubarItemProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { MenubarItem, useForwardPropsEmits } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<
|
||||||
|
MenubarItemProps & {
|
||||||
|
class?: HTMLAttributes['class']
|
||||||
|
inset?: boolean
|
||||||
|
variant?: 'default' | 'destructive'
|
||||||
|
}
|
||||||
|
>()
|
||||||
|
|
||||||
|
const emits = defineEmits<MenubarItemEmits>()
|
||||||
|
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class', 'inset', 'variant')
|
||||||
|
const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<MenubarItem
|
||||||
|
data-slot="menubar-item"
|
||||||
|
:data-inset="inset ? '' : undefined"
|
||||||
|
:data-variant="variant"
|
||||||
|
v-bind="forwarded"
|
||||||
|
:class="
|
||||||
|
cn(
|
||||||
|
'focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive-foreground data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/40 data-[variant=destructive]:focus:text-destructive-foreground data-[variant=destructive]:*:[svg]:!text-destructive-foreground [&_svg:not([class*=\'text-\'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=\'size-\'])]:size-4',
|
||||||
|
props.class
|
||||||
|
)
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</MenubarItem>
|
||||||
|
</template>
|
||||||
20
front/components/ui/menubar/MenubarLabel.vue
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import type { MenubarLabelProps } from 'reka-ui'
|
||||||
|
import type { HTMLAttributes } from 'vue'
|
||||||
|
import { reactiveOmit } from '@vueuse/core'
|
||||||
|
import { MenubarLabel } from 'reka-ui'
|
||||||
|
import { cn } from '@/lib/utils'
|
||||||
|
|
||||||
|
const props = defineProps<MenubarLabelProps & { class?: HTMLAttributes['class']; inset?: boolean }>()
|
||||||
|
const delegatedProps = reactiveOmit(props, 'class', 'inset')
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<MenubarLabel
|
||||||
|
:data-inset="inset ? '' : undefined"
|
||||||
|
v-bind="delegatedProps"
|
||||||
|
:class="cn('px-2 py-1.5 text-sm font-medium data-[inset]:pl-8', props.class)"
|
||||||
|
>
|
||||||
|
<slot />
|
||||||
|
</MenubarLabel>
|
||||||
|
</template>
|
||||||