From f38bbd7c8a98ae188340b92a84b89da34cebc62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E?= Date: Fri, 16 Jul 2021 10:27:21 +0000 Subject: [PATCH] =?UTF-8?q?CI=E6=B5=8B=E8=AF=95=E5=8D=95=EF=BC=8C=E8=AF=B7?= =?UTF-8?q?=E5=8B=BF=E5=90=88=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/js/default/app.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/entry/src/main/js/default/app.js b/entry/src/main/js/default/app.js index 35a2723f..1d26757c 100755 --- a/entry/src/main/js/default/app.js +++ b/entry/src/main/js/default/app.js @@ -12,6 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /* Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ export default { onCreate() { console.info('AceApplication onCreate'); -- Gitee