mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 13:13:41 +08:00
Update Loading.js
This commit is contained in:
@@ -5,7 +5,7 @@ const Loading = ({ prompt: name = 'page' }) => {
|
||||
return (
|
||||
<Segment style={{ height: 100 }}>
|
||||
<Dimmer active inverted>
|
||||
<Loader indeterminate>加载{name}中...</Loader>
|
||||
<Loader indeterminate>Loading{name}...</Loader>
|
||||
</Dimmer>
|
||||
</Segment>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user