Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# nonk8s
# 插件清单文件使用 YAML 格式存储。
# YAML 教程:https://www.runoob.com/w3cnote/yaml-intro.html
# 插件清单格式: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

id: UACComp
name: UAC 助手
description: 一个为classislnd以理员身份启动的插件
entranceAssembly: "UACComp.dll"
url: https://github.com/Ma-fangxiu/UACCOMP
version: 1.2.0.0
id: action.inquiryWindow
name: 询问窗
description: 触发后弹出询问窗口,点击按钮触发相关行动
entranceAssembly: "InquiryWindow.dll"
url: https://github.com/ywydog/InquiryWindow
version: 1.0.0.0
apiVersion: 2.0.0.0
author: Ma-fangxiu
author: ywydog
readme: README.md
icon: icon.png
repoOwner: Ma-fangxiu
repoName: UACCOMP
assetsRoot: main/UACCOMP
repoOwner: ywydog
repoName: InquiryWindow
assetsRoot: main
11 changes: 11 additions & 0 deletions index/plugins-v2/UACHope.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
id: uachope.classisland
name: UACHope
description: 启动 ClassIsland 时自动以管理员身份运行,无需手动操作。
entranceAssembly: "UACHope.dll"
url: https://github.com/ywydog/UACHope
version: 1.0.0.0
apiVersion: 2.0.0.0
author: ywydog
readme: README.md
repoOwner: ywydog
repoName: UACHope