mirror of
https://github.com/ljcoder2015/obsidian-excel.git
synced 2026-07-22 08:30:28 +00:00
fix: 导出中文提示词错误
This commit is contained in:
parent
c8bf177971
commit
e19c7ced50
2 changed files with 2 additions and 2 deletions
|
|
@ -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: "基础颜色",
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue