Compare commits

..

No commits in common. "master" and "2.10.2" have entirely different histories.

5 changed files with 21 additions and 26 deletions

View file

@ -8,7 +8,7 @@
**🇺🇸 English [🇨🇳 中文版](README.zh.md)**
<p align="center">
<a href="https://community.obsidian.md/plugins/dynamic-theme-background"><img
<a href="https://obsidian.md/"><img
src="https://img.shields.io/badge/Obsidian%20Plugin-1e1e1e?logo=obsidian&logoColor=white"
alt="Obsidian Plugin" /></a>
<a href="https://github.com/sean2077/obsidian-dynamic-theme-background/releases/latest"><img
@ -48,11 +48,9 @@
> Requires Obsidian 1.11.4 or later.
### Obsidian Community Plugins
### Marketplace (Pending)
1. Open **Settings → Community plugins → Browse**
2. Search for [Dynamic Theme Background](https://community.obsidian.md/plugins/dynamic-theme-background)
3. Select **Install**, then **Enable**
> Currently in Obsidian review queue. Track: [obsidian-releases#7359](https://github.com/obsidianmd/obsidian-releases/pull/7359)
### BRAT

View file

@ -8,7 +8,7 @@
**[🇺🇸 English](README.md) 🇨🇳 中文版**
<p align="center">
<a href="https://community.obsidian.md/plugins/dynamic-theme-background"><img
<a href="https://obsidian.md/"><img
src="https://img.shields.io/badge/Obsidian%20Plugin-1e1e1e?logo=obsidian&logoColor=white"
alt="Obsidian Plugin" /></a>
<a href="https://github.com/sean2077/obsidian-dynamic-theme-background/releases/latest"><img
@ -48,11 +48,9 @@
> 需要 Obsidian 1.11.4 或更高版本。
### Obsidian 社区插件市场
### 社区市场(审核中)
1. 打开**设置 → 社区插件 → 浏览**
2. 搜索 [Dynamic Theme Background](https://community.obsidian.md/plugins/dynamic-theme-background)
3. 点击**安装**,然后**启用**
> 当前在官方审核队列。跟踪进度:[obsidian-releases#7359](https://github.com/obsidianmd/obsidian-releases/pull/7359)
### BRAT

View file

@ -117,13 +117,13 @@
},
"marketplace": {
"title": "Community Marketplace",
"status": "Available",
"status": "Pending Review",
"steps": [
"Settings → Community plugins → <strong>Browse</strong>",
"Search <strong>Dynamic Theme Background</strong> / <strong>DTB</strong>",
"(After approval) Search <strong>Dynamic Theme Background</strong> / <strong>DTB</strong>",
"Install & enable"
],
"note": "Available from the official Obsidian Community Plugins catalog. <a href=\"https://community.obsidian.md/plugins/dynamic-theme-background\" target=\"_blank\" rel=\"noopener noreferrer\">View listing</a>."
"note": "Currently in Obsidian review queue. Until approved, use BRAT or Manual. Track PR in <code class=\"repo-inline-code\">obsidian-releases</code>."
},
"brat": {
"title": "BRAT (Beta)",
@ -133,7 +133,7 @@
"BRAT → Add beta plugin → Paste repo URL:<br><code>https://github.com/sean2077/obsidian-dynamic-theme-background</code>",
"Enable plugin in settings"
],
"note": "Use BRAT to test beta or prerelease builds before they reach the Marketplace."
"note": "Fastest way to try latest code before Marketplace approval."
},
"manual": {
"title": "Manual Install",

View file

@ -117,13 +117,13 @@
},
"marketplace": {
"title": "社区市场",
"status": "已上架",
"status": "审核中",
"steps": [
"设置 → 社区插件 → <strong>浏览</strong>",
"搜索 <strong>Dynamic Theme Background</strong> / <strong>DTB</strong>",
"(通过后)搜索 <strong>Dynamic Theme Background</strong> / <strong>DTB</strong>",
"安装并启用"
],
"note": "已在 Obsidian 官方社区插件市场上架。<a href=\"https://community.obsidian.md/plugins/dynamic-theme-background\" target=\"_blank\" rel=\"noopener noreferrer\">查看插件页面</a>。"
"note": "当前在官方审核队列。待通过前可使用 BRAT 或 手动 安装。跟踪 PR: <code class=\"repo-inline-code\">obsidian-releases</code>"
},
"brat": {
"title": "BRAT (Beta)",
@ -133,7 +133,7 @@
"BRAT → Add beta plugin → 粘贴仓库地址:<br><code>https://github.com/sean2077/obsidian-dynamic-theme-background</code>",
"在设置中启用插件"
],
"note": "使用 BRAT 测试尚未进入官方市场的 Beta 或预发布版本。"
"note": "在 Marketplace 上架前最快体验最新功能的方式。"
},
"manual": {
"title": "手动安装",

View file

@ -289,14 +289,13 @@
<h3>
<span>🛒</span>
<span data-i18n="installation.marketplace.title">Community Marketplace</span>
<span class="install-status status-available"
data-i18n="installation.marketplace.status">Available</span>
<span class="install-status status-pending"
data-i18n="installation.marketplace.status">Pending Review</span>
</h3>
<ul class="install-steps" data-install-method="marketplace"></ul>
<div class="install-note-small" data-i18n="installation.marketplace.note">Available
from the official Obsidian Community Plugins catalog. <a
href="https://community.obsidian.md/plugins/dynamic-theme-background"
target="_blank" rel="noopener noreferrer">View listing</a>.</div>
<div class="install-note-small" data-i18n="installation.marketplace.note">Currently in
Obsidian review queue. Until approved, use BRAT or Manual. Track PR in <code
class="repo-inline-code">obsidian-releases</code>.</div>
</div>
</div>
<div class="tab-panel" role="tabpanel" aria-labelledby="tab-brat" id="panel-brat" hidden>
@ -308,8 +307,8 @@
data-i18n="installation.brat.status">Beta</span>
</h3>
<ul class="install-steps" data-install-method="brat"></ul>
<div class="install-note-small" data-i18n="installation.brat.note">Use BRAT to test
beta or prerelease builds before they reach the Marketplace.</div>
<div class="install-note-small" data-i18n="installation.brat.note">Fastest way to try
latest code before Marketplace approval.</div>
</div>
</div>
<div class="tab-panel" role="tabpanel" aria-labelledby="tab-manual" id="panel-manual" hidden>