Skip to content

Commit 5fe96a9

Browse files
authored
更新 UIAccess 插件
1 parent 6ad6cb6 commit 5fe96a9

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

index/plugins-v2/grantUiAccess.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.**

index/plugins/grantUiAccess.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ url: https://github.com/HelloWRC/GrantUiAccess
1313
repoOwner: HelloWRC
1414
repoName: GrantUiAccess
1515
assetsRoot: master/GrantUiAccess
16+
tagPattern: 1.**

0 commit comments

Comments
 (0)