feat: 完善MeNav浏览器扩展API规范实现

This commit is contained in:
Zuoling Rong
2025-07-06 23:20:50 +08:00
parent 9a70864790
commit 4c7a5e6a60
14 changed files with 206 additions and 63 deletions

View File

@@ -1,7 +1,7 @@
<div class="welcome-section">
<h2>{{profile.title}}</h2>
<h3>{{profile.subtitle}}</h3>
<p class="subtitle">{{profile.description}}</p>
<h2 data-editable="profile-title">{{profile.title}}</h2>
<h3 data-editable="profile-subtitle">{{profile.subtitle}}</h3>
<p class="subtitle" data-editable="profile-description">{{profile.description}}</p>
</div>
{{#each categories}}
{{> category}}