hwa

Results 5 issues of hwa

### Specification - pywebview version: 4.4.1 - operating system: Windows 11 - web renderer: edgechromium ### Description By default, borderless windows lose shadows and rounded corners. ![image](https://github.com/r0x0r/pywebview/assets/42028599/f0750d28-0370-4fdf-bbb2-4a25a4b3f5a9) Use the following...

**您的功能请求是否与问题相关? 请简单描述.** 实现如图所示的设置项索引。 ![image](https://github.com/rubickCenter/rubick/assets/42028599/7b1282bb-dcf1-4ea1-a810-697e97084b07) **请描述一下您想要的解决方案** 首先在`C:\Windows\ImmersiveControlPanel\Settings`路径下存在两个xml文件,`AllSystemSettings_{253E530E-387D-4BC2-959D-E6F86122E5F2}.xml`(可能存在相同的入口,如`SettingsPageNetworkProxy`和`SettingsPageNetworkProxy2`)和`AllSystemSettings_{FDB289F3-FCFC-4702-8015-18926E996EC1}.xml`(相同的入口在同一个`SearchableContent`下,故使用这个更好)。 然后在`C:\Windows\SystemResources\Windows.UI.SettingsHandlers-nt\pris`找到对应语言的pri文件,使用命令 ```cmd MakePri.exe dump /if Windows.UI.SettingsAppThreshold.zh-CN.pri /of Windows.UI.SettingsAppThreshold.zh-CN.xml ``` 将其转换为xml文件,可以获取到描述和搜索关键词。 dump出来的示例json如下 https://gist.github.com/yllhwa/74c021934e98e2affc14d27d9caf6097 启动时使用 ```powershell start-process -FilePath "shell:appsFolder\windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" -ArgumentList "page=SettingsPageBatterySaver&group=BatterySaver_LandingPage_SettingsOverview" ```

feature

参见[Wbi签名](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/misc/sign/wbi.md)。 需要修复。

复现代码1: ```javascript let deepMix = require("@antv/util").deepMix; let BAD_JSON = JSON.parse('{"__proto__":{"test":123}}'); let obj = {}; deepMix(obj, BAD_JSON); console.log({}.test); // 123 ``` 问题代码: https://github.com/antvis/util/blob/c499a30265ccf6099fc6e23d123f04b547eeaf5d/src/lodash/deep-mix.ts#L42-L47 复现代码2: ```javascript let set = require("@antv/util").set; let obj...

为什么台湾为“中国台灣”而不是“中国台湾”?