Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
chore: update tooth
Browse files Browse the repository at this point in the history
  • Loading branch information
engsr6982 committed Mar 19, 2024
1 parent 05757c7 commit 47e3b73
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"format_version": 2,
"tooth": "Permission",
"version": "0.0.0",
"tooth": "github.com/engsr6982/PermissionCore",
"version": "0.1.0",
"info": {
"name": "Permission",
"description": "Permission",
"author": "Permission",
"name": "PermissionCore",
"description": "权限组前置",
"author": "engsr6982",
"source": "github.com/engsr6982/PermissionCore",
"tags": [
"levilamina",
"plugin"
"permissioncore",
"library"
]
},
"asset_url": "Permission",
"asset_url": "https://github.com/engsr6982/PermissionCore/releases/download/v0.1.0/PermissionCore-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "Permission"
"github.com/LiteLDev/LeviLamina": "0.9.x"
},
"files": {
"place": [
{
"src": "Permission/*",
"dest": "plugins/Permission/"
"src": "PermissionCore/*",
"dest": "plugins/PermissionCore"
}
]
}
}
}

0 comments on commit 47e3b73

Please sign in to comment.