ctrlkk

Results 4 issues of ctrlkk

**Describe the bug** 启动器显示有dlc但是未知所有者,游戏内无dlc **Desktop (please complete the following information):** - OS: win10 22H2 **Error Logs** Exception Type: FileNotFoundError Exception Value: [WinError 3] 系统找不到指定的路径。: 'C:\\Users\\admin\\AppData\\Local\\Programs\\Paradox Interactive\\launcher\\launcher-v2.2024.14/resources/app.asar.unpacked/dist/main/steam_api64.dll' -> 'C:\\Users\\admin\\AppData\\Local\\Programs\\Paradox Interactive\\launcher\\launcher-v2.2024.14/resources/app.asar.unpacked/dist/main/steam_api64_o.dll' Traceback:...

系统:Debian GNU/Linux 11 Docker version 20.10.5+dfsg1, build 55c4c88 拉取并启动后无法正常访问8080端口,使用docker logs -f qbittorrentee查看日志 ![图片](https://github.com/user-attachments/assets/a47ef623-d38b-4b2c-a13c-7c6f9070ca88) 尝试手动创建cache后显示如图

I tried to use pinia+PiniaSharedState as the main medium for communication between pages, and wrote the following code ```typescript import { defineStore } from 'pinia'; export const useSettingStore = defineStore(...