mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Add some notify.
This commit is contained in:
parent
18cf7d0b19
commit
9da6c9eebd
@ -306,7 +306,7 @@ export default class Import extends React.Component {
|
||||
siteinfoRender();
|
||||
return;
|
||||
} else {
|
||||
// TO-DO site_info verify
|
||||
site_info.title == "" && new Notify().Render( 2, "请最好填入当作站点的名称,这样能加快审核进度。" );
|
||||
const temp = JSON.parse(JSON.stringify(storage.site)),
|
||||
update = temp.info,
|
||||
method = update.id.startsWith( "new::" ) ? "add" : "update";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user