Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
support tooth
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Mar 8, 2023
1 parent fddcbb4 commit bf89f95
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"format_version": 1,
"tooth": "github.com/lgc-LLSEDev/DailyFortune",
"version": "0.1.0",
"dependencies": {},
"information": {
"name": "DailyFortune",
"description": "一个简单的今日运势插件",
"author": "student_2333 <lgc2333@126.com>",
"license": "Apache-2.0",
"homepage": "https://github.com/lgc-LLSEDev/DailyFortune"
},
"placement": [
{
"source": "DailyFortune.js",
"destination": "plugins/DailyFortune.js"
},
{
"source": "fortune.json",
"destination": "plugins/DailyFortune/fortune.json"
}
],
"possession": ["plugins/DailyFortune/"]
}

0 comments on commit bf89f95

Please sign in to comment.