Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
filters: |
src:
- 'app/**'
- 'components/**'
- 'lib/**'
- 'src/app/**'
- '/src/components/**'
- '/src/lib/**'
- 'prisma/**'
- 'public/**'
- '/src/tests/**'
- 'package*.json'
- 'next.config.*'
- 'tsconfig.json'
Expand Down
Binary file modified data/arrowtower_test.db
Binary file not shown.
1 change: 1 addition & 0 deletions public/ppt/ppt-zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ <h1>ArrowTower</h1>
<img src="/arrowtower.jpg" alt="ArrowTower">
</div>
<p>零 Gas 费 · 零门槛 · 地理位置验证 · NFT 纪念品</p>
<p><strong>ArrowTower</strong> - 让每一次探索都成为永恒的数字记忆 </p>
</div>
</section>

Expand Down
1 change: 1 addition & 0 deletions public/ppt/ppt.html
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ <h1>ArrowTower</h1>
<img src="/arrowtower.jpg" alt="ArrowTower">
</div>
<p>Zero Gas Fees · Zero Barriers · Location Verification · NFT Souvenirs</p>
<p><strong>ArrowTower</strong> - Make Every Exploration an Eternal Digital Memory 🗼✨</p>
</div>
</section>

Expand Down
Loading