opt: system message

This commit is contained in:
guozhigq
2024-10-19 21:38:03 +08:00
parent be29f70b30
commit bb2d5e5494
4 changed files with 145 additions and 19 deletions

View File

@ -764,14 +764,14 @@ InlineSpan buildContent(
});
} else {
Uri uri = Uri.parse(matchStr.replaceAll('/?', '?'));
SchemeEntity scheme = SchemeEntity(
Uri scheme = Uri(
scheme: uri.scheme,
host: uri.host,
port: uri.port,
path: uri.path,
query: uri.queryParameters,
source: '',
dataString: matchStr,
// query: uri.queryParameters,
// source: '',
// dataString: matchStr,
);
PiliSchame.fullPathPush(scheme);
}