Files
svgedit/archive/untested-extensions/ext-webappfind/locale/zh-CN.js
JFH a99761152d move untested extensions to the archive folder (see comment)
anyone wishing to test and confirm it should go back to the project can submit an issue (or better propose a PR).
2021-08-01 23:45:44 +02:00

9 lines
108 B
JavaScript
Executable File

export default {
name: 'WebAppFind',
buttons: [
{
title: '保存图片到磁盘'
}
]
};