Results 8 issues of Jay Hsueh

> Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice. ## Checklist - [ ] Title as described. - [ ] Make...

compileSdkVersion、buildToolsVersion默认读取使用该库的项目版本,否则使用写死的值

"rollup-plugin-filesize": "^10.0.0" ![image](https://github.com/ritz078/rollup-plugin-filesize/assets/27256120/7b9d66b3-7d9f-4d62-91b1-885d306f17da) Actually size is: ![image](https://github.com/ritz078/rollup-plugin-filesize/assets/27256120/3a5d4d58-b14e-4af0-bf0c-6e4fea204ade) i use rollup-plugin-gzip

```js sharePictures({ imagesUrl: ['https://statics.seatent.com/statics/99cea281725792cfefc2737e7f5ecb3d/attachment/upload/image/20181214/54e5b1acd78a41b5acaf77daece2a4d1.jpg'], callback: (error) => { if (!error) { alert('这是回调方法'); } } }); ``` ![image](https://user-images.githubusercontent.com/27256120/69220661-7c8d3500-0bb0-11ea-839d-9032d4f8f741.png)

"vue-loader": "^15.11.0", "vue": "^2.6.11", "@rspack/cli": "^0.7.5", "@rspack/core": "^0.7.5", ```js module.exports = { ... module: { rules: [ { test: /\.vue$/, include: [SPA_PATH, path.resolve(__dirname, '../node_modules/element-ui')], use: { loader: 'vue-loader', options: {...

### Description 🐔