mirror of
https://github.com/Dreamer-Paul/Pio.git
synced 2024-12-25 20:10:11 +08:00
parent
0efc8904ba
commit
828becc3f4
@ -51,7 +51,7 @@ class Pio_Plugin implements Typecho_Plugin_Interface{
|
||||
};
|
||||
|
||||
// 选择模型
|
||||
$choose_models = new Typecho_Widget_Helper_Form_Element_Checkbox('choose_models', $models, 'pio', _t('选择模型'), _t('选择插件 Models 目录下的模型,每个模型为一个文件夹,并确定配置文件名为 <a>model.json</a>'));
|
||||
$choose_models = new Typecho_Widget_Helper_Form_Element_Checkbox('choose_models', $models, ['pio'], _t('选择模型'), _t('选择插件 Models 目录下的模型,每个模型为一个文件夹,并确定配置文件名为 <a>model.json</a>'));
|
||||
$form -> addInput($choose_models);
|
||||
|
||||
// 选择外链模型
|
||||
@ -181,4 +181,4 @@ class Pio_Plugin implements Typecho_Plugin_Interface{
|
||||
echo "<script src='" . Helper::options() -> pluginUrl . "/Pio/static/pio.js'></script>" . "\n";
|
||||
echo $loader;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user