add a tip

This commit is contained in:
lollipopkit
2022-12-20 15:18:40 +08:00
parent 599bd2cfd3
commit b2e2d4c603
8 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ class AbsolutePath {
String _path;
String get path => _path;
final List<String> _prePath;
AbsolutePath(this._path) : _prePath = ['/'];
void update(String newPath) {