build stats.json

This commit is contained in:
charlie
2022-05-10 11:04:25 +08:00
parent c9d366e352
commit 7baa7f8e42
3 changed files with 24 additions and 5 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ Plugin Github repo URL:
## Github releases checklist
- [ ] a legal [package.json](https://gist.github.com/xyhp915/bb9f67f5b430ac0da2629d586a3e4d69#explain-packagejson) file.
- [ ] a [valid CI workflow](https://github.com/xyhp915/logseq-journals-calendar/blob/main/.github/workflows/publish.yml#L10) action for Github releases. (Optional for theme plugin only)
- [ ] a release which includes a release zip pkg from a successful build
- [ ] a clear README file, ideally with an image or gif.
- [ ] a [valid CI workflow](https://github.com/xyhp915/logseq-journals-calendar/blob/main/.github/workflows/publish.yml#L10) build action for Github releases. (Optional for theme plugin only).
- [ ] a release which includes a release zip pkg from a successful build.
- [ ] a clear README file, ideally with an image or gif showcase. (For more friendly to users, it is recommended to have English version description).
- [ ] a license in the LICENSE file.
+20 -1
View File
@@ -1,5 +1,5 @@
{
"datetime": 1652074942843,
"datetime": 1652151596529,
"packages": [
{
"title": "Cobra Theme",
@@ -209,6 +209,15 @@
"id": "logseq-comment-block",
"addedAt": 1638514760000
},
{
"title": "Copy Code",
"description": "Copy code from code blocks to your clipboard",
"repo": "vyleung/logseq-copy-code-plugin",
"author": "vyleung",
"icon": "icon.png",
"id": "logseq-copy-code-plugin",
"addedAt": 1652029079000
},
{
"title": "Craft Theme",
"description": "Almost all creativity requires purposeful play. A craft theme for Logseq",
@@ -501,6 +510,16 @@
"id": "logseq-imgur-upload",
"addedAt": 1636488826000
},
{
"title": "Immersion theme",
"description": "A clean theme for immersion into Logseq",
"author": "Denys Korolkov",
"repo": "denyskorolkov/logseq-immersion-theme",
"icon": "icon.png",
"theme": true,
"id": "logseq-immersion-theme",
"addedAt": 1652112699000
},
{
"title": "Inbox Telegram",
"description": "A Logseq plugin that reads Telegram chat and pull messages to daily journal.",
+1 -1
View File
File diff suppressed because one or more lines are too long