Skip to content

Commit

Permalink
feat: add 球状闪电
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Oct 23, 2023
1 parent 76f2b08 commit ea48636
Show file tree
Hide file tree
Showing 6 changed files with 5,760 additions and 4 deletions.
16 changes: 16 additions & 0 deletions plugins/球状闪电/files/tiddlywiki.files
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"directories": [
{
"path": ".",
"filesRegExp": "^.*\\.md$",
"isTiddlerFile": false,
"fields": {
"title": {
"source": "basename"
},
"type": "text/markdown",
"tags": "球状闪电"
}
}
]
}
5,729 changes: 5,729 additions & 0 deletions plugins/球状闪电/files/球状闪电-chapter.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions plugins/球状闪电/plugin.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"title": "球状闪电",
"type": "plugin",
"version": "0.0.1",
"list": "readme"
}
5 changes: 5 additions & 0 deletions plugins/球状闪电/readme.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: 球状闪电/readme

> 球状闪电

[[球状闪电-chapter]]
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require("path");
// TODO: prompt
// 读取 Markdown 文件
const outputDir = "plugins";
const bookname = "劫持";
const bookname = "球状闪电";
const bookOutputDir = path.join(outputDir, bookname, "files");

const markdown = fs.readFileSync(
Expand Down
6 changes: 3 additions & 3 deletions tiddlers/$__StoryList.tid
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
created: 20231023121638453
list: $:/ControlPanel 劫持 劫持-chapter
modified: 20231023121644835
created: 20231023135542061
list: $:/ControlPanel 球状闪电 球状闪电-chapter 劫持 劫持-chapter
modified: 20231023135545221
title: $:/StoryList
type: text/vnd.tiddlywiki

0 comments on commit ea48636

Please sign in to comment.