Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 修改了一下table的宽度 #236

Merged
merged 2 commits into from Oct 3, 2023

Conversation

duoluodexiaoxiaoyuan
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (0c43741) 45.10% compared to head (2ffe84b) 45.10%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #236   +/-   ##
=======================================
  Coverage   45.10%   45.10%           
=======================================
  Files          69       69           
  Lines        4541     4541           
  Branches     1043     1043           
=======================================
  Hits         2048     2048           
  Misses       2493     2493           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

如果你想打包扩展,可以使用以下命令:

```bash
npm run pack
```

在打包前,请确保在`dist`目录下生成了`scriptcat.pem`文件。

# 注意问题
* 我使用的是yarn install的时候会出问题,不确定是yarn install还是网络问题,所以最好用npm i
Copy link
Member

@CodFrm CodFrm Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不要使用第一人称

例如:

  • 使用yarn install时可能会出现错误,最好使用npm i
  • npm run dev之后需要把dist/ext目录里面内容在浏览器扩展里面导入加载,然后开始改代码保存即可,浏览器是实时更新的
    (不需要再npm run build)

@@ -130,7 +130,7 @@ function ScriptList() {
},
{
title: t("enable"),
width: 100,
width: 150,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

根据语言来吧,不然我之前调的等于没了,或者这里好了,那里又不行了

@CodFrm CodFrm merged commit 3eb84b5 into scriptscat:main Oct 3, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants