Showing
2 changed files
with
18 additions
and
0 deletions
| @@ -94,6 +94,9 @@ | @@ -94,6 +94,9 @@ | ||
| 94 | <filteritem type="filepath" name="*/ohos/dta/icudtl.dat" desc="ohos字体库文件,不影响兼容性"/> | 94 | <filteritem type="filepath" name="*/ohos/dta/icudtl.dat" desc="ohos字体库文件,不影响兼容性"/> |
| 95 | <filteritem type="filepath" name="*/ohos/hvigor/hvigor-wrapper.js" desc="hvigorw编译程序,不影响兼容性"/> | 95 | <filteritem type="filepath" name="*/ohos/hvigor/hvigor-wrapper.js" desc="hvigorw编译程序,不影响兼容性"/> |
| 96 | <filteritem type="filepath" name="*/ohos/hvigorw.bat" desc="hvigorw编译程序,不影响兼容性"/> | 96 | <filteritem type="filepath" name="*/ohos/hvigorw.bat" desc="hvigorw编译程序,不影响兼容性"/> |
| 97 | + <filteritem type="filepath" name="*/example/ohos/dta/icudtl.dat" desc="ohos字体库文件,不影响兼容性"/> | ||
| 98 | + <filteritem type="filepath" name="*/example/ohos/hvigor/hvigor-wrapper.js" desc="hvigorw编译程序,不影响兼容性"/> | ||
| 99 | + <filteritem type="filepath" name="*/example/ohos/hvigorw.bat" desc="hvigorw编译程序,不影响兼容性"/> | ||
| 97 | </filefilter> | 100 | </filefilter> |
| 98 | <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies"> | 101 | <filefilter name="defaultPolicyFilter" desc="Filters for compatibility,license header policies"> |
| 99 | <filteritem type='filepath' name="packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/Messages.ets" desc='BSDStyleLicense,不影响兼容性'/> | 102 | <filteritem type='filepath' name="packages/pigeon/example/app/ohos/entry/src/main/ets/plugins/Messages.ets" desc='BSDStyleLicense,不影响兼容性'/> |
| 1 | +/* | ||
| 2 | + * Copyright (c) 2024 Hunan OpenValley Digital Industry Development Co., Ltd. | ||
| 3 | + * Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 4 | + * you may not use this file except in compliance with the License. | ||
| 5 | + * You may obtain a copy of the License at | ||
| 6 | + * | ||
| 7 | + * http://www.apache.org/licenses/LICENSE-2.0 | ||
| 8 | + * | ||
| 9 | + * Unless required by applicable law or agreed to in writing, software | ||
| 10 | + * distributed under the License is distributed on an "AS IS" BASIS, | ||
| 11 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 12 | + * See the License for the specific language governing permissions and | ||
| 13 | + * limitations under the License. | ||
| 14 | + */ | ||
| 15 | + | ||
| 1 | // This is a basic Flutter widget test. | 16 | // This is a basic Flutter widget test. |
| 2 | // | 17 | // |
| 3 | // To perform an interaction with a widget in your test, use the WidgetTester | 18 | // To perform an interaction with a widget in your test, use the WidgetTester |
-
Please register or login to post a comment