mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
add IronPython environment to execute python plugins
This commit is contained in:
4
Plugins/WinAlfred.Plugin.DouBan/main.py
Normal file
4
Plugins/WinAlfred.Plugin.DouBan/main.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import os
|
||||
|
||||
|
||||
|
||||
8
Plugins/WinAlfred.Plugin.DouBan/plugin.ini
Normal file
8
Plugins/WinAlfred.Plugin.DouBan/plugin.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[plugin]
|
||||
ActionKeyword = movie
|
||||
Name = douban
|
||||
Author = qianlifeng
|
||||
Version = 0.1
|
||||
Language = python
|
||||
Description = test
|
||||
ExecuteFile = main.py
|
||||
Reference in New Issue
Block a user