mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 06:28:14 +00:00
remove "command computer in new version not use it"
This commit is contained in:
parent
9990bc3c03
commit
cda86c8a53
1
TestProject/turtle build home (example 1).ccp
Normal file
1
TestProject/turtle build home (example 1).ccp
Normal file
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@ const defineicon = {
|
||||
computer: {
|
||||
basic: path.join(__dirname, '..', 'assets', 'basic_computer.png'),
|
||||
adv: path.join(__dirname, '..', 'assets', 'adv_computer.png'),
|
||||
//command: path.join(__dirname, '..', 'assets', 'command_computer.png'), // new version not use it
|
||||
command: path.join(__dirname, '..', 'assets', 'command_computer.png'),
|
||||
pocket: path.join(__dirname, '..', 'assets', 'pocket_computer.png'),
|
||||
advpocket: path.join(__dirname, '..', 'assets', 'adv_pocket_computer.png'),
|
||||
turtle: path.join(__dirname, '..', 'assets', 'turtle.png'),
|
||||
@ -181,9 +181,9 @@ function scanindex() {
|
||||
if (jsonData.design_for_computer.adv) {
|
||||
addimageiconinfo(libraryDetails, defineicon.computer.adv, "Advanced Computer Supported");
|
||||
}
|
||||
//if (jsonData.design_for_computer.command) {
|
||||
// addimageiconinfo(libraryDetails, defineicon.computer.command, "Command Computer Supported");
|
||||
//}
|
||||
if (jsonData.design_for_computer.command) {
|
||||
addimageiconinfo(libraryDetails, defineicon.computer.command, "Command Computer Supported");
|
||||
}
|
||||
if (jsonData.design_for_computer.pocket) {
|
||||
addimageiconinfo(libraryDetails, defineicon.computer.pocket, "Pocket Computer Supported");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user