yeungalan 4 年之前
父节点
当前提交
2cfb11639c

二进制
photo/node_modules/.DS_Store


文件差异内容过多而无法显示
+ 0 - 0
photo/node_modules/.cache/babel-loader/6b837057d771dec49a29a8484c245b05.json


文件差异内容过多而无法显示
+ 0 - 0
photo/node_modules/.cache/babel-loader/84e6c04440479d879820dd6efd752d28.json


+ 6 - 6
photo/src/SearchAppMenu.js

@@ -275,11 +275,11 @@ export default function ButtonAppBar() {
                     <Typography variant="h6" className={classes.title}>
                         ArOZ Photo
                     </Typography>
-                    <Button variant="contained" startIcon={<CloudUploadIcon />} type="button" onClick={handleAlertClick}>上載</Button>
-                    <IconButton style={{ color: '#ffffff' }} aria-label="delete" onClick={handleAlertClick}>
+                    <Button variant="contained" startIcon={<CloudUploadIcon />} type="button" onClick={handleAlertClick}>Upload</Button>
+                    <IconButton style={{ color: '#ffffff' }} aria-label="help" onClick={handleAlertClick}>
                         <HelpOutlineIcon />
                     </IconButton>
-                    <IconButton style={{ color: '#ffffff' }} aria-label="delete" onClick={handleAlertClick}>
+                    <IconButton style={{ color: '#ffffff' }} aria-label="settings" onClick={handleImageOpen}>
                         <SettingsIcon />
                     </IconButton>
                     <Avatar alt="Remy Sharp" src="/static/images/avatar/1.jpg" />
@@ -308,7 +308,7 @@ export default function ButtonAppBar() {
                     </div>
                     <Divider />
                     <List>
-                        {['相片', '共享', '相簿', '實用工具'].map((text, index) => (
+                        {['Photos', 'Sharing', 'Albums', 'Utilities'].map((text, index) => (
                             <ListItem button key={text} onClick={handleClick(text)}>
                                 <ListItemIcon>{index == 0 ? < PhotoIcon /> : index == 1 ? < ShareIcon /> : index == 2 ? < PhotoAlbumIcon /> : < LibraryAddCheckIcon />}</ListItemIcon>
                                 <ListItemText primary={text} />
@@ -317,10 +317,10 @@ export default function ButtonAppBar() {
                     </List>
                     <Divider />
                     <List>
-                        {['儲存空間'].map((text, index) => (
+                        {['Storage'].map((text, index) => (
                             <ListItem button key={text}>
                                 <ListItemIcon>{< CloudIcon />}</ListItemIcon>
-                                <ListItemText primary={text} secondary={<BorderLinearProgress variant="determinate" value={50} />} />
+                                <ListItemText primary={text} secondary={<BorderLinearProgress variant="determinate" value={0} />} />
                             </ListItem>
                         ))}
                     </List>

部分文件因为文件数量过多而无法显示