mirror of
https://github.com/yeban8090/note-to-red.git
synced 2026-07-22 05:42:34 +00:00
初始化1.0.5
This commit is contained in:
parent
6bed06105e
commit
63561f6ec7
4 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Note to RED
|
||||
一键将 Obsidian 笔记转换为小红书图片格式的插件。
|
||||
|
||||
   [](https://ko-fi.com/bruceyeban)
|
||||
   [](https://ko-fi.com/bruceyeban)
|
||||
|
||||
## 功能特点
|
||||
- 📝 使用二级标题分割内容,每个标题自动生成一张配图
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "note-to-red",
|
||||
"name": "Note to RED",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Convert Markdown notes to RED (Xiaohongshu) style images",
|
||||
"author": "Yeban",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "note-to-red",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "note-to-red",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"dom-to-image": "^2.6.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "note-to-red",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "一键将 Obsidian 笔记转换为小红书图片格式",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue