mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Remove test code.
This commit is contained in:
parent
05a519de57
commit
bf4ae30d66
@ -14,9 +14,6 @@ export default class Pluginbar extends React.Component {
|
||||
|
||||
getCategory() {
|
||||
Object.values( storage.plugins ).forEach( ( item, idx ) => {
|
||||
// test code
|
||||
idx == 0 && ( item.category = "通用" );
|
||||
idx == 1 && ( item.category = "美化" );
|
||||
|
||||
if ( this.category[item.category] ) {
|
||||
this.category[item.category].push( item );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user