Files
alfred-preferences/Alfred.alfredpreferences/snippets/python/Python 指定編碼和解釋器路徑 [8616D340-8EBB-4B2B-83F0-35698802D48F].json
2026-03-26 09:22:38 +08:00

8 lines
227 B
JSON

{
"alfredsnippet" : {
"snippet" : "#!\/usr\/bin\/env python\n# -*- coding: utf-8 -*-\n",
"uid" : "8616D340-8EBB-4B2B-83F0-35698802D48F",
"name" : "Python 指定編碼和解釋器路徑",
"keyword" : "py"
}
}