/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/desktop/src/main/dataCenter/schema.json
22 строки
536 B
Ran Luo
chore: convert repo to pnpm monorepo (packages/desktop, muyajs, website) (#4302)
29 май 2026, 05:25
Не верифицирован
29 май 2026, 05:25
565bfcd
Код
Авторство
О чём код?
{ "imageFolderPath": { "description": "The image folder to store local images.", "type": "string" }, "screenshotFolderPath": { "description": "The place to store screen capture images.", "type": "string" }, "webImages": { "description": "Images from web which you used in MarkText", "type": "array" }, "cloudImages": { "description": "Images which you upload to cloud", "type": "array" }, "currentUploader": { "description": "The current image uploader", "type": "string" } }