mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
### What problem does this PR solve? Feat: Modify the style of the home page in bright mode #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
export default function DatasetSettings() {
|
||||
return <div>DatasetSettings</div>;
|
||||
return (
|
||||
<section>
|
||||
<span className="text-3xl font-bold ">Basic settings</span>
|
||||
<span className="text-3xl font-bold ">Advanced settings</span>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user