Skip to content

Commit

Permalink
fix: 修复配置错误
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Oct 3, 2024
1 parent 78f8bcb commit 997031d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"version": "2.3.0",
"version": "2.3.1",
"packageManager": "pnpm@9.0.6",
"scripts": {
"update:config": " pnpm ts-node scripts/generateConfig.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lang-tiddlywiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lang-tiddlywiki",
"version": "2.2.2",
"version": "2.3.1",
"description": "",
"scripts": {
"build": "cm-buildhelper src/tiddlywiki.ts"
Expand Down
44 changes: 23 additions & 21 deletions src/tiddlywiki-codemirror-6/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,27 +163,29 @@ export const tiddlers = defineConfig({
// en: 'Match Text'
// }
// },
// commentComplete: {
// caption: {
// zh: '注释中开启补全',
// en: 'Comment Complete'
// },
// description: {
// zh: '注释中开启补全',
// en: 'Comment Complete'
// }
// },
// debug: {
// caption: {
// zh: '调试(实验性)',
// en: 'Debug(experimental)'
// },
// icon: '🐞',
// description: {
// zh: '在控制台上显示 codemirror6 的日志',
// en: 'Sebug for codemirror on console'
// }
// },
commentComplete: {
disable: true,
caption: {
zh: '注释中开启补全',
en: 'Comment Complete'
},
description: {
zh: '注释中开启补全',
en: 'Comment Complete'
}
},
debug: {
disable: true,
caption: {
zh: '调试(实验性)',
en: 'Debug(experimental)'
},
icon: '🐞',
description: {
zh: '在控制台上显示 codemirror6 的日志',
en: 'Sebug for codemirror on console'
}
},
activateOnTyping: {
caption: {
zh: '开启自动补全',
Expand Down
2 changes: 1 addition & 1 deletion src/tiddlywiki-codemirror-6/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "$:/plugins/oeyoews/tiddlywiki-codemirror-6",
"name": "CodeMirror6",
"description": "CodeMirror 6 editor",
"version": "2.3.0",
"version": "2.3.1",
"core-version": ">=5.3.4",
"list": "readme usage"
}

0 comments on commit 997031d

Please sign in to comment.