# 安装PWA未按预期工作

**URL:** https://meta.discourse.org/t/install-pwa-not-working-as-expected/363488
**Category:** Support
**Created:** [2025年四月25日 17:44 UTC](https://meta.discourse.org/t/install-pwa-not-working-as-expected/363488 "2025-04-25T17:44:46Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2025年四月25日 18:12 UTC](https://meta.discourse.org/t/install-pwa-not-working-as-expected/363488/6 "2025-04-25T18:12:31Z")

</div>

哦，看起来您通过在 `head` 标签内添加

```html
<nav id="bar">
 <a href="https://www.driphacks.com/">Visit Our Vape Shop</a>
</nav>

```

破坏了论坛的标记。这是无效的 HTML，会导致您的页面以各种方式损坏。请将其移到 `head` 标签之外。

---

_[View the full topic](https://meta.discourse.org/t/install-pwa-not-working-as-expected/363488)._
