二刺螈
二刺螈
could it will support multiprocess ? i don't need secure, sometime service and activity can't share each since multiprocess
```ts // vite.config.ts import { defineConfig } from 'vite'; import vue from '@vitejs/plugin-vue'; import svgLoader from 'vite-svg-loader'; import legacy from '@vitejs/plugin-legacy'; import hmrFollow from 'vite-plugin-hmr-follow'; import path from 'path'; export...
```js "use strict"; function getSkipValidations() { return ( (process && // (not every runtime has a global `process` object process.env && process.env["prettier-java-development-mode"] === "enabled") === false ); } module.exports =...
[选择器](https://github.com/gkd-kit/selector) 已经能解决绝大部分广告/弹窗 但是仍然存在点击位置无法通过节点确认的情况 另外如 , 酷安的这个开屏广告界面的跳过那块是一整个区域节点,这种无法根据节点信息点击
Thank you for your open source work But I encountered some problems ```kotlin val name = "kotlinx.serialization.json.JsonElementSerializer" val JsonElementSerializer = Class.forName(name).kotlin.objectInstance as KSerializer Json5.decodeFromString(JsonElementSerializer, "{a:1}") ``` but I get error...
https://www.v2ex.com/t/1056428 建议切换到 npmmirror
First of all thank you for your great open source work 1. set tsconfig.json to `true` 2. compile to `JavaParser.ts` ```ts // Generated from ./src/grammar/java/JavaParser.g4 by ANTLR 4.13.2 // noinspection...
### Clear and concise description of the problem **thank your great work** ```json5 The Unocss VS Code extension's code hints in CSS/SCSS files severely disrupt my coding experience. And it...