chore:绘制包列表骨架

This commit is contained in:
2025-06-06 13:29:35 +08:00
parent 064b068135
commit 3ba3364fb9
5 changed files with 42 additions and 0 deletions

5
src/applistmodel.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "applistmodel.h"
AppListModel::AppListModel(QObject *parent)
: QObject{parent}
{}