# 插入版权符号

**URL:** https://meta.discourse.org/t/insert-copyright-symbol/297493
**Category:** Support
**Created:** [2024年三月1日 16:36 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493 "2024-03-01T16:36:09Z")
**Posts on this page:** 10
**Page:** 2

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [2024年三月8日 08:56 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/26 "2024-03-08T08:56:13Z")

</div>

> [@Jagster](#):
>
> 至少弄坏我的论坛？

我回答中提到的那个代码片段确实弄坏了东西。

例如，设置 Discourse AI 个性的温度：

> [@AI bot personas don’t accept decimals for temperature, top\_p](https://meta.discourse.org/t/ai-bot-personas-don-t-accept-decimals-for-temperature-top-p/298243):
>
> Temperature and top\_p shoud be between 0 … 1, eg. 0,4 (or 0.4; format comes from language settings, I reckon). Now it erases leading zero and decimal point when entered. So. 0,4 and right away it changes to plain 4. It started quite recently. Sure, this can come by design too if someone wanted it be between 0 … 100 and then this would be an UX issue. But how it acts on iPad/iPhone my bet is a bug.

所以，AI 帮了我一个糟糕的忙 🤦‍♂️

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [2024年三月13日 17:09 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/27 "2024-03-13T17:09:47Z")

</div>

> [@sam](#):
>
> 您想要的是某种能重新启用它的插件。

已关注的词语 \> 替换不起作用吗？

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [2024年三月13日 20:41 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/28 "2024-03-13T20:41:08Z")

</div>

不，我试过了。我们可以直接在帖子中使用 `©` 或 `µ`，但不能使用监视词。

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [2024年三月13日 21:15 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/29 "2024-03-13T21:15:50Z")

</div>

奇怪，对我来说似乎是有效的：  
 ![Screenshot_20240313_161005_Chrome](https://global.discourse-cdn.com/meta/original/4X/8/1/3/813acba81d48b0f7ace615390751b1f4aefccef6.jpeg)

 ![Screenshot_20240313_161110_Chrome](https://global.discourse-cdn.com/meta/original/4X/4/0/d/40d6bfddbd961f2259710444bc935e85e08a923d.jpeg)  
 ![Screenshot_20240313_161141_Chrome](https://global.discourse-cdn.com/meta/original/4X/8/4/a/84adc9e5c8f7f6551adc1a717c295649c382820e.jpeg)  
原始：

```markdown
(c) © <随便用了旧的测试主题而不是创建一个新的>

```

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [2024年三月13日 21:17 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/30 "2024-03-13T21:17:34Z")

</div>

知道了 🤔，我得再深入挖掘一下，看看我这边的问题出在哪里。

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [2024年三月14日 10:18 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/31 "2024-03-14T10:18:21Z")

</div>

也许值得使用 Unicode 字符而不是 `\u0026copy;` HTML 实体。（我怀疑 @Firepup650 是这样做的，根据监视词配置截图？）

我相信有正确的方法可以插入……但我倾向于从别处复制粘贴它（例如，在 Google 上搜索“Unicode 版权”[[Google Search](https://www.google.com/search?q=unicode+copyright)]） 😉

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [2024年三月14日 11:13 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/32 "2024-03-14T11:13:26Z")

</div>

我明白了。所有这些麻烦都是因为一个美国律师需要使用 (c) 作为列表分隔符？

嗯。所有这些麻烦实际上都源于这样一个事实：IT 部门离其他星系太远了，那里没有可行的标准 🤣

但我有点好奇，即使话题已经得到了答案。我真的很想理解这一点。

为什么 Discourse 的核心不能通过监视词使用 HTML 实体，而像 Topic List Previews 这样的组件却可以显示它们？

---

<div class="post-metadata">

### Author: ![Firepup650](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/firepup650/32/465200_2.png) [@Firepup650](https://meta.discourse.org/u/Firepup650)
#### Post date: [2024年三月14日 12:59 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/33 "2024-03-14T12:59:53Z")

</div>

> [@david](#):
>
> （根据您提供的已关注词配置截图，我怀疑 @Firepup650 也是这么做的？）

可能吧，我只是从 gboard 复制粘贴了那个。

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [2024年三月14日 13:36 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/34 "2024-03-14T13:36:15Z")

</div>

> [@Firepup650](#):
>
> 我刚从 gboard 复制粘贴了一个

🤣

这实际上开始变得很有趣了。

起初我用 HTML 实体 `&copy;` 写了一行，表示 ©，又写了 `&micro;g`（因为苹果的限制），表示 µg。

然后我复制粘贴了这两个，创建了两个监视词：

- (c) → ©
- myyg → µg

问题解决了\[1\]。现在我不用插件就有版权符号，不用昂贵的键盘就有微符号。

谢谢！

* * *

1. 但伙计们，说真的；现在是 2024 年了 😂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2024年四月13日 13:36 UTC](https://meta.discourse.org/t/insert-copyright-symbol/297493/35 "2024-04-13T13:36:23Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

[上一頁](https://meta.discourse.org/t/insert-copyright-symbol/297493.md?page=1)
