feat: 添加 PWA 安装支持,包含安装提示和 iOS 指导页面

This commit is contained in:
2026-01-04 11:54:48 +07:00
parent c3f4c2709d
commit 03c9ddac66
5 changed files with 329 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
version: "3.4"
services:
riwa-ionic:
image: nginx:alpine
container_name: riwa-ionic
ports:
- 8808:8808
restart: always
network_mode: bridge
volumes:
# ssl
- ./ssl/:/etc/nginx/ssl/
# dist
- ./dist:/usr/share/nginx/html/
# nginx conf
- ./nginx.conf:/etc/nginx/nginx.conf