feat: 完善MeNav浏览器扩展API规范实现
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user