Skip to content
Merged
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
16 changes: 16 additions & 0 deletions index/plugins-v2/superautobackup.for.core2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 插件清单文件使用 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: superautobackup.for.core2
name: SuperAutoBackup
description: (Buggy)为 ClassIsland 提供高级自动备份功能
version: 0.2.0.0
author: Programmer-MrWang
homepage: https://github.com/Programmer-MrWang/SuperAutoBackup
apiVersion: 2.0.0.0
entranceAssembly: "SuperAutoBackup.dll"
repoOwner: Programmer-MrWang
repoName: SuperAutoBackup
assetsRoot: master/SuperAutoBackup
artifactName: superautobackup.for.core2.cipx
18 changes: 18 additions & 0 deletions index/plugins-v2/voiceaction.for.core2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +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: voiceaction.for.core2
name: VoiceAction
description: 添加调整电脑音量的功能(Windows)
entranceAssembly: "VoiceAction.dll"
url: https://github.com/Programmer-MrWang/VoiceAction
version: 1.0.0.0
apiVersion: 2.0.0.0
author: Programmer-MrWang
readme: README.md
icon: icon.png
repoOwner: Programmer-MrWang
repoName: VoiceAction
assetsRoot: master/VoiceAction
17 changes: 17 additions & 0 deletions index/plugins/superautobackup.for.core1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 插件清单文件使用 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: superautobackup.for.core1
name: SuperAutoBackup
description: 启动软件时自动备份整个程序文件夹到指定位置
entranceAssembly: "SuperAutoBackup.dll"
author: Programmer-MrWang
version: 0.1.0.0
apiVersion: 1.4.2.0
url: https://github.com/Programmer-MrWang/SuperAutoBackup
repoOwner: Programmer-MrWang
repoName: SuperAutoBackup
assetsRoot: for_v1.x/SuperAutoBackup
artifactName: superautobackup.for.core1.cipx
tagPattern: 0.1.*.*