fix: 导出中文提示词错误

This commit is contained in:
雷军 2023-11-06 09:45:27 +08:00
parent c8bf177971
commit e19c7ced50
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ export default {
PLEASE_SELECT_DATA: "请选择要拷贝的数据",
IMPORT_XLSX_FILE: "导入 xlsx 文件",
EXPORT_XLSX_FILE: "到处 xlsx 文件",
EXPORT_XLSX_FILE: "导出 xlsx 文件",
// ExcelSettingTab.ts
BASE_COLOR: "基础颜色",

View file

@ -143,7 +143,7 @@ export default class ExcelPlugin extends Plugin {
private registerMonkeyPatches() {
const key =
"https://github.com/zsviczian/obsidian-excalidraw-plugin/issues";
"https://github.com/ljcoder2015/obsidian-excel";
this.register(
around(Workspace.prototype, {
getActiveViewOfType(old) {