-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 插件清单文件使用 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: Xwei1645.AutoReadMe | ||
name: AutoReadMe | ||
description: 在 ClassIsland 启动时通过弹窗方式询问是否需要打开 README 文件阅读相关说明。 | ||
entranceAssembly: "AutoReadMe.dll" | ||
url: https://github.com/Xwei1645/AutoReadMe | ||
version: 1.0.0.0 | ||
apiVersion: 1.5.0 | ||
author: Xwei1645 | ||
repoOwner: Xwei1645 | ||
repoName: AutoReadMe | ||
assetsRoot: master/AutoReadMe |