Skip to content

Commit

Permalink
refactor: add some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2E committed Aug 25, 2024
1 parent 8ba841d commit fcb0417
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/routes/(authed)/feeds/ActionOPML.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@
1. Feeds will be imported into the corresponding group, which will be created
automatically if it does not exist.
</p>
<p>2. The existing feed with the same link will be override.</p>
<p>
2. Multidimensional group will be flattened to a one-dimensional structure, using a
naming convention like 'a/b/c'.
</p>
<p>3. The existing feed with the same link will be override.</p>
</div>
<Button type="submit" disabled={importing}>Import</Button>
</form>
Expand Down

0 comments on commit fcb0417

Please sign in to comment.