File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # 插件清单文件使用 YAML 格式存储。
2+ # YAML 教程:https://www.runoob.com/w3cnote/yaml-intro.html
3+ # 插件清单格式:https://docs.classisland.tech/zh-cn/latest/dev/plugins/create-project/#%E6%8F%92%E4%BB%B6%E6%B8%85%E5%8D%95%E6%96%87%E4%BB%B6
4+
5+ id : grantUiAccess
6+ name : UIAccess 提权
7+ description : 本插件可以为 ClassIsland 提升 UIAccess 令牌,使 ClassIsland 可以置顶到全屏 UWP 应用和系统界面上。
8+ entranceAssembly : " GrantUiAccess.dll"
9+ version : 2.0.0.0
10+ apiVersion : 2.0.0.0
11+ author : HelloWRC, Doubx690i
12+ url : https://github.com/HelloWRC/GrantUiAccess
13+ repoOwner : HelloWRC
14+ repoName : GrantUiAccess
15+ assetsRoot : master/GrantUiAccess
16+ tagPattern : 2.**
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ url: https://github.com/HelloWRC/GrantUiAccess
1313repoOwner : HelloWRC
1414repoName : GrantUiAccess
1515assetsRoot : master/GrantUiAccess
16+ tagPattern : 1.**
You can’t perform that action at this time.
0 commit comments