初始化1.0.7版本

This commit is contained in:
Yeban8090 2025-04-19 10:14:38 +08:00
parent d227bbbc3a
commit babd8a76e3
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,10 @@
# Note to RED
一键将 Obsidian 笔记转换为小红书图片格式的插件。
![downloads](https://img.shields.io/badge/downloads-1K-brightgreen) ![version](https://img.shields.io/badge/version-1.0.6-blue) ![license](https://img.shields.io/badge/license-MIT-green) [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-支持作者-yellow)](https://ko-fi.com/bruceyeban)
<img src="https://img.shields.io/badge/dynamic/json?logo=obsidian&color=363636&labelColor=be2a3c&label=Downloads&query=%24%5B%22note-to-red%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json&style=flat" alt="Downloads Badge">
<img src="https://img.shields.io/badge/version-1.0.6-blue" alt="version">
<img src="https://img.shields.io/badge/license-MIT-green" alt="license">
[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-支持作者-yellow)](https://ko-fi.com/bruceyeban)
## 功能特点
- 📝 使用二级标题分割内容,每个标题自动生成一张配图

View file

@ -81,11 +81,13 @@
margin: 0 20px 0 10px;
flex: none ;
}
.red-controls-group .red-like-button {
flex: none;
}
.red-controls-group .red-export-button {
background-color: var(--text-accent);
color: var(--text-on-accent);
border: none;
}
.red-controls-group .red-export-button:hover {
color: var(--text-on-accent);