feat: check+contribution

This commit is contained in:
lisonge
2023-09-03 18:30:48 +08:00
parent 8577eb9f3a
commit 1f52a4d25e
92 changed files with 573 additions and 278 deletions

View File

@@ -1,6 +1,6 @@
import type { AppConfig } from '../types';
import { defineAppConfig } from '../types';
export default <AppConfig>{
export default defineAppConfig({
id: 'com.duokan.phone.remotecontroller',
name: `万能遥控`,
groups: [
@@ -13,4 +13,4 @@ export default <AppConfig>{
'ImageView[id=`com.duokan.phone.remotecontroller:id/image_close_banner`]',
},
],
};
});