mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
update:在商店混合模式下,同包名的软件合并在同一个详情页面并加入切换开关
This commit is contained in:
@@ -16,8 +16,6 @@ export const currentStoreMode = ref<StoreMode>(initialMode);
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
apm_store: {
|
||||
arch: string;
|
||||
};
|
||||
apm_store: any;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user