mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-31 02:26:54 +08:00
refactor: rename "viewas" to "format", rename "plain text" to "raw"
This commit is contained in:
@@ -76,7 +76,7 @@ const loadData = async (reset, full) => {
|
||||
decodeType: decodeType,
|
||||
matchPattern: matchPattern,
|
||||
decode: reset ? decodeTypes.NONE : decode,
|
||||
format: reset ? formatTypes.PLAIN_TEXT : format,
|
||||
format: reset ? formatTypes.RAW : format,
|
||||
reset,
|
||||
full: full === true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user