Skip to content

Commit 0a00bd3

Browse files
committed
fix: update import syntax and modify plugin effect status
1 parent 8cc2c44 commit 0a00bd3

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

plugins.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"datetime": 1766825708840,
2+
"datetime": 1767073970141,
33
"packages": [
44
{
55
"title": "Block pin",
@@ -925,7 +925,7 @@
925925
"author": "benjypng",
926926
"repo": "benjypng/logseq-datenlp-plugin",
927927
"icon": "./icon.svg",
928-
"effect": true,
928+
"effect": false,
929929
"id": "logseq-datenlp-plugin",
930930
"addedAt": 1642436252000
931931
},
@@ -1309,6 +1309,17 @@
13091309
"id": "logseq-formula-ocr-plugin",
13101310
"addedAt": 1700261427000
13111311
},
1312+
{
1313+
"title": "logseq-freehand-plugin",
1314+
"name": "logseq-freehand-plugin",
1315+
"description": "Embed simple, hand-drawn sketches and diagrams directly into your Logseq notes.",
1316+
"author": "benjypng",
1317+
"repo": "benjypng/logseq-freehand-plugin",
1318+
"icon": "./icon.svg",
1319+
"effect": true,
1320+
"id": "logseq-freehand-plugin",
1321+
"addedAt": 1767073541000
1322+
},
13121323
{
13131324
"title": "Logseq Furigana",
13141325
"description": "A plugin for furigana (ruby characters) support in logseq",

scripts/build.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import HttpsProxyAgent from 'https-proxy-agent'
66
import cp from 'child_process'
77
import dayjs from 'dayjs'
88
import dayjsRelativeTime from 'dayjs/plugin/relativeTime.js'
9-
import blockedConfig from '../blocked.json' assert { type: 'json' }
9+
import blockedConfig from '../blocked.json' with { type: 'json' }
1010

1111
dayjs.extend(dayjsRelativeTime)
1212

@@ -234,7 +234,6 @@ async function cli (action, ...rest) {
234234

235235
case '--added': {
236236
const input = rest[0]
237-
const shouldWrite = rest[1] === 'write'
238237
let dayOffsetOrDate = Number(input)
239238
let date
240239

stats.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)