Skip to content

Commit 91e12d5

Browse files
authored
更新插件【以管理员身份自启动】
1 parent 5fe96a9 commit 91e12d5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# nonk8s
2+
# 插件清单文件使用 YAML 格式存储。
3+
# YAML 教程:https://www.runoob.com/w3cnote/yaml-intro.html
4+
# 插件清单格式: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
5+
6+
id: classisland.startUpAsAdmin
7+
name: 以管理员身份自启动
8+
description: 通过计划任务,让 ClassIsland 在开机时以管理员身份自启动。
9+
entranceAssembly: "StartUpAsAdmin.dll"
10+
url: https://github.com/ClassIsland/StartUpAsAdmin
11+
version: 2.0.0.0
12+
apiVersion: 2.0.0.0
13+
icon: icon.ico
14+
author: ClassIsland
15+
repoOwner: ClassIsland
16+
repoName: StartUpAsAdmin
17+
tagPattern: 2.**

index/plugins/classisland.startUpAsAdmin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ icon: icon.ico
1313
author: ClassIsland
1414
repoOwner: ClassIsland
1515
repoName: StartUpAsAdmin
16+
tagPattern: 1.**

0 commit comments

Comments
 (0)