mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update version and remove isDev flag (#1452)
* chore: update version and remove isDev flag * chore: update
This commit is contained in:
@ -48,11 +48,10 @@ const UpdateLocalStorageDialog: React.FC<Props> = (props: Props) => {
|
||||
<div className="dialog-content-container">
|
||||
<div className="py-2">
|
||||
<Typography className="!mb-1" level="body2">
|
||||
Local Path
|
||||
</Typography>
|
||||
<Typography className="!mb-1" level="body2">
|
||||
<span className="text-sm text-gray-400 ml-1">{"e.g., {year}/{month}/{day}/your/path/{timestamp}_{filename}"}</span>
|
||||
Local path
|
||||
</Typography>
|
||||
<p className="text-sm text-gray-400 break-all">{"It's a relative path to your database file."}</p>
|
||||
<p className="text-sm text-gray-400 mb-2 break-all">{"e.g. assets/{timestamp}_{filename}"}</p>
|
||||
<Input className="mb-2" placeholder="Path" value={path} onChange={(e) => setPath(e.target.value)} fullWidth />
|
||||
</div>
|
||||
<div className="mt-2 w-full flex flex-row justify-end items-center space-x-1">
|
||||
|
Reference in New Issue
Block a user