-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
8616b0a
commit 0b8b8cc
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
id: jiangyin14.lyrics # 插件 id | ||
name: LyricsIsland # 插件名称 | ||
apiVersion: 1.4.2.0 # 插件面向的 ClassIsland 版本 | ||
apiVersion: 1.5.0.3 # 插件面向的 ClassIsland 版本 | ||
description: 在主界面上显示来自音乐软件的歌词。 # 插件描述 | ||
entranceAssembly: "LyricsComponent.dll" # 插件入口程序集 | ||
url: https://github.com/jiangyin14/LyricsIsland # 插件 Url | ||
author: jiangyin14 # 插件作者 | ||
version: 1.0.0.0 # 插件版本 | ||
version: 1.0.0.1 # 插件版本 | ||
readme: README.md | ||
icon: icon.png | ||
repoOwner: jiangyin14 | ||
repoName: LyricsIsland | ||
assetsRoot: master/. | ||
assetsRoot: master/. |