mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
docs: 使用客户端渲染
This commit is contained in:
@@ -116,15 +116,15 @@ const notSupportHtml = md.render(notSupport.join(''))
|
||||
|
||||
## ✅ 完美支持
|
||||
|
||||
<div v-html="fullySupportHtml"></div>
|
||||
<ClientOnly><div v-html="fullySupportHtml"></div></ClientOnly>
|
||||
|
||||
## ⚠️ 部分支持
|
||||
|
||||
<div v-html="partiallySupportHtml"></div>
|
||||
<ClientOnly><div v-html="partiallySupportHtml"></div></ClientOnly>
|
||||
|
||||
## 🚫 不支持
|
||||
|
||||
<div v-html="notSupportHtml"></div>
|
||||
<ClientOnly><div v-html="notSupportHtml"></div></ClientOnly>
|
||||
|
||||
## ⚙️ 手机、平板等实体**安卓**设备
|
||||
|
||||
|
||||
Reference in New Issue
Block a user