mirror of
https://onedev.site.tesses.net/tytd2025
synced 2026-02-08 09:45:44 +00:00
Fix downloader bug, use plink and add icon to plugin template
This commit is contained in:
@@ -785,11 +785,11 @@ class TYTD.Downloader {
|
||||
GetChannelId = TYTD.GetChannelId,
|
||||
Config = {
|
||||
GetAt = (key)=>{
|
||||
return this._getPluginValue(info.short_name, key);
|
||||
return this._getPluginValue(_pkg.pluginName, key);
|
||||
},
|
||||
SetAt = (key,value)=>{
|
||||
var value=value.ToString();
|
||||
this._setPluginValue(info.short_name,key,value);
|
||||
this._setPluginValue(_pkg.pluginName,key,value);
|
||||
return value;
|
||||
},
|
||||
Directory = new SubdirFilesystem(subdir, /"Files"),
|
||||
|
||||
Reference in New Issue
Block a user