-
Notifications
You must be signed in to change notification settings - Fork 134
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
🐛 修改了一下table的宽度 #236
Conversation
Codecov ReportAll modified lines are covered by tests ✅
❗ 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. |
如果你想打包扩展,可以使用以下命令: | ||
|
||
```bash | ||
npm run pack | ||
``` | ||
|
||
在打包前,请确保在`dist`目录下生成了`scriptcat.pem`文件。 | ||
|
||
# 注意问题 | ||
* 我使用的是yarn install的时候会出问题,不确定是yarn install还是网络问题,所以最好用npm i |
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
根据语言来吧,不然我之前调的等于没了,或者这里好了,那里又不行了
No description provided.