Skip to content

Commit

Permalink
修复创建 window ua 缺失 bug, 处理 start page 相关接口 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
niuniuland committed Dec 11, 2023
1 parent a45e127 commit 50c3ee3
Show file tree
Hide file tree
Showing 16 changed files with 1,523 additions and 61 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
# 创建 .env.production.local 文件
echo "VITE_APP_API=${{ secrets.VITE_APP_API }}" > .env.production.local
echo "VITE_START_PAGE_URL=${{ secrets.VITE_START_PAGE_URL }}" >> .env.production.local
echo "VITE_SUPABASE_URL=${{ secrets.VITE_SUPABASE_URL }}" >> .env.production.local
echo "VITE_SUPABASE_ANON_KEY=${{ secrets.VITE_SUPABASE_ANON_KEY }}" >> .env.production.local
# 在这里添加任何其他需要的环境变量
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Follow the steps below to start using this software:

- [x] Mutiple Languages Support
- [ ] Synchronization
- [ ] Cookies Import
- [ ] Cookies Import/Export
- [ ] Extensions Management
- [ ] Automation script

Expand Down
Loading

0 comments on commit 50c3ee3

Please sign in to comment.