Skip to content

Commit

Permalink
docs: Project url error
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Mar 2, 2023
1 parent 0697626 commit 43003b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Postcat 现在已经支持 Windows、Mac、Linux等系统,你可以通过以
- 🧩 自定义主题风格
- 🌐 多语言支持:中文、English

了解更多具体迭代计划:[Github Project](https://github.com/orgs/eolinker/projects/1/views/16)
了解更多具体迭代计划:[Github Project](https://github.com/orgs/Postcatlab/projects/3)

## Bug 和需求反馈

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export class EoTableProComponent implements OnInit, OnChanges {

this.theadConf = theaderConf;
this.tbodyConf = tbodyConf;
pcConsole.log(this.theadConf, this.tbodyConf);
// pcConsole.log(this.theadConf, this.tbodyConf);
}
private initColumnWidth() {
this.COLUMN_WIDTH_KEY = `TABLE_COLUMN_WIDTH_${this.setting.id || this.DEFAULT_ID}`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class NpsMaskComponent implements OnInit {
});
}
private showNps() {
console.log('showNps');
//@ts-ignore
_howxm('event', 'show_nps', {});
}
Expand Down
2 changes: 1 addition & 1 deletion wiki/README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you feel good after trying it out, please give our cat a Star and Fork~ Your
- 🧩 Custom theme style
- 🌐 Multilingual support: Chinese, English

Learn more:[Github Project](https://github.com/orgs/eolinker/projects/1/views/16)
Learn more:[Github Project](https://github.com/orgs/Postcatlab/projects/3)

## Bug and Feature Request

Expand Down

0 comments on commit 43003b5

Please sign in to comment.